HEX: #711135
RGB: (113,17,53)
#711135 contains mainly red color. Web safe color of #711135 is #660033 (or #603).
#711135 color RGB value is (113,17,53).
RGB: (113,17,53) (44%,7%,21%)
R 113 of 255 = 44%
G 17 of 255 = 7%
B 53 of 255 = 21%
R + G + B ~ 24%. #711135 is dark color.
R + G + B =
113 + 17 + 53 = 183 (100%)
R 113 of 183 ~ 61.75%
G 17 of 183 ~ 9.29%
B 53 of 183 ~ 28.96%
#711135 color CMYK value is (0,85,53,56).
CMYK: (0,85,53,56) C0M85Y53K56 (0%,85%,53%,56%) (0.00/0.85/0.53/0.56)
71 | 11 | 35 | |
---|---|---|---|
RGB | 113 | 17 | 53 |
HSL | 338° | 73.85% | 25.49% |
HSB/HSV | 338° | 84.96% | 44.31% |
CMYK | 0.00% | 84.96% | 53.10% |
55.69% |
HEX | 71 | 11 | 35 |
Decimal | 113 | 17 | 53 |
Binary | 1110001 | 10001 | 110101 |
Octal | 161 | 21 | 65 |
Examples of css and html codes for elements with #711135 color. Also use rgb(113,17,53) instead hex code.
.myTextColor { color: #711135; }
<p style="color:#711135">This sample text font color is #711135.</p>
This text font color is #711135.
.myBgColor { background-color: #711135; }
<div style="background-color:#711135">Inner text</div>
This div background color is #711135.
.myBorderColor { border: 1px solid #711135; }
<div style="border:3px solid #711135">Div</div>
This div border color is #711135.
.myOpacity80 { color: #711135; opacity: 0.8; }
<p style="color:#711135;opacity:0.8;">80%</p>
Text with #711135 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711135;}
<p style="text-shadow: 3px 3px 1px #711135">Text here.</p>
This text has shadow with #711135 color.
.textShadow {text-shadow: 3px 3px 1px #711135, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711135, 5px 5px 20px red">Text here.</p>
This text has shadow with #711135 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711135, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711135, Direction=45, Strength=4)">Text</p>
This text has shadow with #711135 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711135; -webkit-box-shadow: 1px 1px 3px 2px #711135; box-shadow: 1px 1px 3px 2px #711135; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711135; -webkit-box-shadow: 1px 1px 3px 2px #711135; box-shadow:1px 1px 3px 2px #711135;">
Div content here</div>
This text has color #711135 on black background.
This text has color #711135 on white background.
This text has black color on #711135 background.
This text has white color on #711135 background.