HEX: #711D4F
RGB: (113,29,79)
#711D4F enthält hauptsächlich rote und blaue Farbe. Für #711D4F ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #711D4F wird in RGB als (113,29,79) definiert.
RGB: (113,29,79) (44%,11%,31%)
R 113 von 255 = 44%
G 29 von 255 = 11%
B 79 von 255 = 31%
R + G + B ~ 29%. #711D4F ziemlich dunkle Farbe.
R + G + B =
113 + 29 + 79 = 221 (100%)
R 113 von 221 ~ 51.13%
G 29 von 221 ~ 13.12%
B 79 von 221 ~ 35.75%
Die Farbe #711D4F wird in CMYK als (0,74,30,56) definiert.
CMYK: (0,74,30,56) C0M74Y30K56 (0%,74%,30%,56%) (0.00/0.74/0.30/0.56)
71 | 1D | 4F | |
---|---|---|---|
RGB | 113 | 29 | 79 |
HSL | 324° | 59.15% | 27.84% |
HSB/HSV | 324° | 74.34% | 44.31% |
CMYK | 0.00% | 74.34% | 30.09% |
55.69% |
Hexadezimal | 71 | 1D | 4F |
Dezimal | 113 | 29 | 79 |
Binär | 1110001 | 11101 | 1001111 |
Oktal | 161 | 35 | 117 |
Beispiele css- und html für Elemente in der Farbe #711D4F. Bitte benutzen Sie auch rgb(113,29,79) statt hex-Code.
.myTextColor { color: #711D4F; }
<p style="color:#711D4F">This sample text font color is #711D4F.</p>
Die Farbe dieses Textes ist #711D4F.
.myBgColor { background-color: #711D4F; }
<div style="background-color:#711D4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #711D4F.
.myBorderColor { border: 1px solid #711D4F; }
<div style="border:3px solid #711D4F">Div</div>
Die Grenzen von diesem div sind in Farbe #711D4F.
.myOpacity80 { color: #711D4F; opacity: 0.8; }
<p style="color:#711D4F;opacity:0.8;">80%</p>
Text in Farbe #711D4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711D4F;}
<p style="text-shadow: 3px 3px 1px #711D4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #711D4F.
.textShadow {text-shadow: 3px 3px 1px #711D4F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711D4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #711D4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711D4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711D4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #711D4F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711D4F; -webkit-box-shadow: 1px 1px 3px 2px #711D4F; box-shadow: 1px 1px 3px 2px #711D4F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711D4F; -webkit-box-shadow: 1px 1px 3px 2px #711D4F; box-shadow:1px 1px 3px 2px #711D4F;">
Div content here</div>
Dieser Text ist in der Farbe #711D4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #711D4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #711D4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #711D4F.