HEX: #711619
RGB: (113,22,25)
#711619 contains mainly red color. Web safe color of #711619 is #660000 (or #600).
#711619 color RGB value is (113,22,25).
RGB: (113,22,25) (44%,9%,10%)
R 113 of 255 = 44%
G 22 of 255 = 9%
B 25 of 255 = 10%
R + G + B ~ 21%. #711619 is dark color.
R + G + B =
113 + 22 + 25 = 160 (100%)
R 113 of 160 ~ 70.63%
G 22 of 160 ~ 13.75%
B 25 of 160 ~ 15.63%
#711619 color CMYK value is (0,81,78,56).
CMYK: (0,81,78,56) C0M81Y78K56 (0%,81%,78%,56%) (0.00/0.81/0.78/0.56)
71 | 16 | 19 | |
---|---|---|---|
RGB | 113 | 22 | 25 |
HSL | 358° | 67.41% | 26.47% |
HSB/HSV | 358° | 80.53% | 44.31% |
CMYK | 0.00% | 80.53% | 77.88% |
55.69% |
HEX | 71 | 16 | 19 |
Decimal | 113 | 22 | 25 |
Binary | 1110001 | 10110 | 11001 |
Octal | 161 | 26 | 31 |
Examples of css and html codes for elements with #711619 color. Also use rgb(113,22,25) instead hex code.
.myTextColor { color: #711619; }
<p style="color:#711619">This sample text font color is #711619.</p>
This text font color is #711619.
.myBgColor { background-color: #711619; }
<div style="background-color:#711619">Inner text</div>
This div background color is #711619.
.myBorderColor { border: 1px solid #711619; }
<div style="border:3px solid #711619">Div</div>
This div border color is #711619.
.myOpacity80 { color: #711619; opacity: 0.8; }
<p style="color:#711619;opacity:0.8;">80%</p>
Text with #711619 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711619;}
<p style="text-shadow: 3px 3px 1px #711619">Text here.</p>
This text has shadow with #711619 color.
.textShadow {text-shadow: 3px 3px 1px #711619, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711619, 5px 5px 20px red">Text here.</p>
This text has shadow with #711619 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711619, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711619, Direction=45, Strength=4)">Text</p>
This text has shadow with #711619 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711619; -webkit-box-shadow: 1px 1px 3px 2px #711619; box-shadow: 1px 1px 3px 2px #711619; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711619; -webkit-box-shadow: 1px 1px 3px 2px #711619; box-shadow:1px 1px 3px 2px #711619;">
Div content here</div>
This text has color #711619 on black background.
This text has color #711619 on white background.
This text has black color on #711619 background.
This text has white color on #711619 background.