HEX: #551513
RGB: (85,21,19)
#551513 enthält hauptsächlich rote Farbe. Für #551513 ist eine «websichere» Webfarbe #660000 (oder kurz #600).
Die Farbe #551513 wird in RGB als (85,21,19) definiert.
RGB: (85,21,19)
(33%, 8%, 7%)
R 85 von 255 = 33%
G 21 von 255 = 8%
B 19 von 255 = 7%
R + G + B ~ 16%. #551513 dunkle Farbe.
R + G + B = 85 + 21 + 19 = 125 (100%)
R 85 von 125 ~ 68%
G 21 von 125 ~ 16.8%
B 19 von 125 ~ 15.2'%
Die Farbe #551513 wird in CMYK als (0,75,78,67) definiert.
CMYK: (0,75,78,67)
C0M75Y78K67 (0%, 75%, 78%, 67%)
(0.00 / 0.75 / 0.78 / 0.67)
Farbe #551513 in den populären Farbmodellen.
55 | 15 | 13 | |
---|---|---|---|
RGB | 85 | 21 | 19 |
HSL | 2° | 63.46% | 20.39% |
HSB/HSV | 2° | 77.65% | 33.33% |
CMYK | 0.00% | 75.29% | 77.65% |
66.67% |
Die Farbe #551513 in den populären Zahlensystemen.
Hexadezimal | 55 | 15 | 13 |
Dezimal | 85 | 21 | 19 |
Binär | 1010101 | 10101 | 10011 |
Oktal | 125 | 25 | 23 |
Dunkle Töne der Farbe #551513
Helle Töne der Farbe #551513
Beispiele css- und html für Elemente in der Farbe #551513. Bitte benutzen Sie auch rgb(85,21,19) statt hex-Code.
.myTextColor { color: #551513; }
<p style="color:#551513">This sample text font color is #551513.</p>
Die Farbe dieses Textes ist #551513.
.myBgColor { background-color: #551513; }
<div style="background-color:#551513">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #551513.
.myBorderColor { border: 1px solid #551513; }
<div style="border:3px solid #551513">Div</div>
Die Grenzen von diesem div sind in Farbe #551513.
.myOpacity80 { color: #551513; opacity: 0.8; }
<p style="color:#551513;opacity:0.8;">80%</p>
Text in Farbe #551513 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #551513;}
<p style="text-shadow: 3px 3px 1px #551513">Text here.</p>
Dieser Text hat den Schatten in Farbe #551513.
.textShadow {text-shadow: 3px 3px 1px #551513', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #551513, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #551513 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#551513, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#551513, Direction=45, Strength=4)">Text</p>
This text has shadow with #551513 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #551513;
-webkit-box-shadow: 1px 1px 3px 2px #551513;
box-shadow: 1px 1px 3px 2px #551513;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #551513; -webkit-box-shadow: 1px 1px 3px 2px #551513; box-shadow:1px 1px 3px 2px #551513;">
Div content here
</div>
Dieser Text ist in der Farbe #551513 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #551513 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #551513.
Dieser Text ist weiß auf dem Hintergrund in Farbe #551513.
Kontrastfarbe für #hex ist #AAEAEC.