HEX: #590513
RGB: (89,5,19)
#590513 enthält hauptsächlich rote Farbe. Für #590513 ist eine «websichere» Webfarbe #660000 (oder kurz #600).
Die Farbe #590513 wird in RGB als (89,5,19) definiert.
RGB: (89,5,19)
(35%, 2%, 7%)
R 89 von 255 = 35%
G 5 von 255 = 2%
B 19 von 255 = 7%
R + G + B ~ 15%. #590513 dunkle Farbe.
R + G + B = 89 + 5 + 19 = 113 (100%)
R 89 von 113 ~ 78.76%
G 5 von 113 ~ 4.42%
B 19 von 113 ~ 16.81'%
Die Farbe #590513 wird in CMYK als (0,94,79,65) definiert.
CMYK: (0,94,79,65)
C0M94Y79K65 (0%, 94%, 79%, 65%)
(0.00 / 0.94 / 0.79 / 0.65)
Farbe #590513 in den populären Farbmodellen.
59 | 05 | 13 | |
---|---|---|---|
RGB | 89 | 5 | 19 |
HSL | 350° | 89.36% | 18.43% |
HSB/HSV | 350° | 94.38% | 34.90% |
CMYK | 0.00% | 94.38% | 78.65% |
65.10% |
Die Farbe #590513 in den populären Zahlensystemen.
Hexadezimal | 59 | 05 | 13 |
Dezimal | 89 | 5 | 19 |
Binär | 1011001 | 101 | 10011 |
Oktal | 131 | 5 | 23 |
Dunkle Töne der Farbe #590513
Helle Töne der Farbe #590513
Beispiele css- und html für Elemente in der Farbe #590513. Bitte benutzen Sie auch rgb(89,5,19) statt hex-Code.
.myTextColor { color: #590513; }
<p style="color:#590513">This sample text font color is #590513.</p>
Die Farbe dieses Textes ist #590513.
.myBgColor { background-color: #590513; }
<div style="background-color:#590513">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #590513.
.myBorderColor { border: 1px solid #590513; }
<div style="border:3px solid #590513">Div</div>
Die Grenzen von diesem div sind in Farbe #590513.
.myOpacity80 { color: #590513; opacity: 0.8; }
<p style="color:#590513;opacity:0.8;">80%</p>
Text in Farbe #590513 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590513;}
<p style="text-shadow: 3px 3px 1px #590513">Text here.</p>
Dieser Text hat den Schatten in Farbe #590513.
.textShadow {text-shadow: 3px 3px 1px #590513', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590513, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #590513 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590513, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590513, Direction=45, Strength=4)">Text</p>
This text has shadow with #590513 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #590513;
-webkit-box-shadow: 1px 1px 3px 2px #590513;
box-shadow: 1px 1px 3px 2px #590513;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590513; -webkit-box-shadow: 1px 1px 3px 2px #590513; box-shadow:1px 1px 3px 2px #590513;">
Div content here
</div>
Dieser Text ist in der Farbe #590513 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #590513 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #590513.
Dieser Text ist weiß auf dem Hintergrund in Farbe #590513.
Kontrastfarbe für #hex ist #A6FAEC.