HEX: #71314B
RGB: (113,49,75)
#71314B contains mainly red and blue colors. Web safe color of #71314B is #663333 (or #633).
#71314B color RGB value is (113,49,75).
RGB: (113,49,75) (44%,19%,29%)
R 113 of 255 = 44%
G 49 of 255 = 19%
B 75 of 255 = 29%
R + G + B ~ 31%. #71314B is quite dark color.
R + G + B =
113 + 49 + 75 = 237 (100%)
R 113 of 237 ~ 47.68%
G 49 of 237 ~ 20.68%
B 75 of 237 ~ 31.65%
#71314B color CMYK value is (0,57,34,56).
CMYK: (0,57,34,56) C0M57Y34K56 (0%,57%,34%,56%) (0.00/0.57/0.34/0.56)
71 | 31 | 4B | |
---|---|---|---|
RGB | 113 | 49 | 75 |
HSL | 336° | 39.51% | 31.76% |
HSB/HSV | 336° | 56.64% | 44.31% |
CMYK | 0.00% | 56.64% | 33.63% |
55.69% |
HEX | 71 | 31 | 4B |
Decimal | 113 | 49 | 75 |
Binary | 1110001 | 110001 | 1001011 |
Octal | 161 | 61 | 113 |
Examples of css and html codes for elements with #71314B color. Also use rgb(113,49,75) instead hex code.
.myTextColor { color: #71314B; }
<p style="color:#71314B">This sample text font color is #71314B.</p>
This text font color is #71314B.
.myBgColor { background-color: #71314B; }
<div style="background-color:#71314B">Inner text</div>
This div background color is #71314B.
.myBorderColor { border: 1px solid #71314B; }
<div style="border:3px solid #71314B">Div</div>
This div border color is #71314B.
.myOpacity80 { color: #71314B; opacity: 0.8; }
<p style="color:#71314B;opacity:0.8;">80%</p>
Text with #71314B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71314B;}
<p style="text-shadow: 3px 3px 1px #71314B">Text here.</p>
This text has shadow with #71314B color.
.textShadow {text-shadow: 3px 3px 1px #71314B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71314B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71314B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71314B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71314B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71314B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71314B; -webkit-box-shadow: 1px 1px 3px 2px #71314B; box-shadow: 1px 1px 3px 2px #71314B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71314B; -webkit-box-shadow: 1px 1px 3px 2px #71314B; box-shadow:1px 1px 3px 2px #71314B;">
Div content here</div>
This text has color #71314B on black background.
This text has color #71314B on white background.
This text has black color on #71314B background.
This text has white color on #71314B background.