HEX: #71142B
RGB: (113,20,43)
#71142B contains mainly red color. Web safe color of #71142B is #660033 (or #603).
#71142B color RGB value is (113,20,43).
RGB: (113,20,43)
(44%, 8%, 17%)
R 113 of 255 = 44%
G 20 of 255 = 8%
B 43 of 255 = 17%
R + G + B ~ 23%. #71142B is dark color.
R + G + B = 113 + 20 + 43 = 176 (100%)
R 113 of 176 ~ 64.2%
G 20 of 176 ~ 11.36%
B 43 of 176 ~ 24.43'%
#71142B color CMYK value is (0,82,62,56).
CMYK: (0,82,62,56)
C0M82Y62K56 (0%, 82%, 62%, 56%)
(0.00 / 0.82 / 0.62 / 0.56)
Color #71142B in popluar color models
71 | 14 | 2B | |
---|---|---|---|
RGB | 113 | 20 | 43 |
HSL | 345° | 69.92% | 26.08% |
HSB/HSV | 345° | 82.30% | 44.31% |
CMYK | 0.00% | 82.30% | 61.95% |
55.69% |
Color #71142B in popluar number systems.
HEX | 71 | 14 | 2B |
Decimal | 113 | 20 | 43 |
Binary | 1110001 | 10100 | 101011 |
Octal | 161 | 24 | 53 |
Shades of #71142B
Tints of #71142B
Examples of css and html codes for elements with #71142B color. Also use rgb(113,20,43) instead hex code.
.myTextColor { color: #71142B; }
<p style="color:#71142B">This sample text font color is #71142B.</p>
This text font color is #71142B.
.myBgColor { background-color: #71142B; }
<div style="background-color:#71142B">Inner text</div>
This div background color is #71142B.
.myBorderColor { border: 1px solid #71142B; }
<div style="border:3px solid #71142B">Div</div>
This div border color is #71142B.
.myOpacity80 { color: #71142B; opacity: 0.8; }
<p style="color:#71142B;opacity:0.8;">80%</p>
Text with #71142B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71142B;}
<p style="text-shadow: 3px 3px 1px #71142B">Text here.</p>
This text has shadow with #71142B color.
.textShadow {text-shadow: 3px 3px 1px #71142B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71142B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71142B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71142B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71142B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71142B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71142B;
-webkit-box-shadow: 1px 1px 3px 2px #71142B;
box-shadow: 1px 1px 3px 2px #71142B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71142B; -webkit-box-shadow: 1px 1px 3px 2px #71142B; box-shadow:1px 1px 3px 2px #71142B;">
Div content here
</div>
This text has color #71142B on black background.
This text has color #71142B on white background.
This text has black color on #71142B background.
This text has white color on #71142B background.
Complementary color for #hex is #8EEBD4.