HEX: #B51B5F
RGB: (181,27,95)
#B51B5F enthält hauptsächlich rote Farbe. Für #B51B5F ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #B51B5F wird in RGB als (181,27,95) definiert.
RGB: (181,27,95)
(71%, 11%, 37%)
R 181 von 255 = 71%
G 27 von 255 = 11%
B 95 von 255 = 37%
R + G + B ~ 40%. #B51B5F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 27 + 95 = 303 (100%)
R 181 von 303 ~ 59.74%
G 27 von 303 ~ 8.91%
B 95 von 303 ~ 31.35'%
Die Farbe #B51B5F wird in CMYK als (0,85,48,29) definiert.
CMYK: (0,85,48,29)
C0M85Y48K29 (0%, 85%, 48%, 29%)
(0.00 / 0.85 / 0.48 / 0.29)
Farbe #B51B5F in den populären Farbmodellen.
B5 | 1B | 5F | |
---|---|---|---|
RGB | 181 | 27 | 95 |
HSL | 334° | 74.04% | 40.78% |
HSB/HSV | 334° | 85.08% | 70.98% |
CMYK | 0.00% | 85.08% | 47.51% |
29.02% |
Die Farbe #B51B5F in den populären Zahlensystemen.
Hexadezimal | B5 | 1B | 5F |
Dezimal | 181 | 27 | 95 |
Binär | 10110101 | 11011 | 1011111 |
Oktal | 265 | 33 | 137 |
Dunkle Töne der Farbe #B51B5F
Helle Töne der Farbe #B51B5F
Beispiele css- und html für Elemente in der Farbe #B51B5F. Bitte benutzen Sie auch rgb(181,27,95) statt hex-Code.
.myTextColor { color: #B51B5F; }
<p style="color:#B51B5F">This sample text font color is #B51B5F.</p>
Die Farbe dieses Textes ist #B51B5F.
.myBgColor { background-color: #B51B5F; }
<div style="background-color:#B51B5F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B51B5F.
.myBorderColor { border: 1px solid #B51B5F; }
<div style="border:3px solid #B51B5F">Div</div>
Die Grenzen von diesem div sind in Farbe #B51B5F.
.myOpacity80 { color: #B51B5F; opacity: 0.8; }
<p style="color:#B51B5F;opacity:0.8;">80%</p>
Text in Farbe #B51B5F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B51B5F;}
<p style="text-shadow: 3px 3px 1px #B51B5F">Text here.</p>
Dieser Text hat den Schatten in Farbe #B51B5F.
.textShadow {text-shadow: 3px 3px 1px #B51B5F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B51B5F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B51B5F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B51B5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B51B5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B51B5F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B51B5F;
-webkit-box-shadow: 1px 1px 3px 2px #B51B5F;
box-shadow: 1px 1px 3px 2px #B51B5F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B51B5F; -webkit-box-shadow: 1px 1px 3px 2px #B51B5F; box-shadow:1px 1px 3px 2px #B51B5F;">
Div content here
</div>
Dieser Text ist in der Farbe #B51B5F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B51B5F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B51B5F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B51B5F.
Kontrastfarbe für #B51B5F ist #4AE4A0.