HEX: #711540
RGB: (113,21,64)
#711540 contains mainly red and blue colors. Web safe color of #711540 is #660033 (or #603).
#711540 color RGB value is (113,21,64).
RGB: (113,21,64)
(44%, 8%, 25%)
R 113 of 255 = 44%
G 21 of 255 = 8%
B 64 of 255 = 25%
R + G + B ~ 26%. #711540 is quite dark color.
R + G + B = 113 + 21 + 64 = 198 (100%)
R 113 of 198 ~ 57.07%
G 21 of 198 ~ 10.61%
B 64 of 198 ~ 32.32'%
#711540 color CMYK value is (0,81,43,56).
CMYK: (0,81,43,56)
C0M81Y43K56 (0%, 81%, 43%, 56%)
(0.00 / 0.81 / 0.43 / 0.56)
Color #711540 in popluar color models
71 | 15 | 40 | |
---|---|---|---|
RGB | 113 | 21 | 64 |
HSL | 332° | 68.66% | 26.27% |
HSB/HSV | 332° | 81.42% | 44.31% |
CMYK | 0.00% | 81.42% | 43.36% |
55.69% |
Color #711540 in popluar number systems.
HEX | 71 | 15 | 40 |
Decimal | 113 | 21 | 64 |
Binary | 1110001 | 10101 | 1000000 |
Octal | 161 | 25 | 100 |
Shades of #711540
Tints of #711540
Examples of css and html codes for elements with #711540 color. Also use rgb(113,21,64) instead hex code.
.myTextColor { color: #711540; }
<p style="color:#711540">This sample text font color is #711540.</p>
This text font color is #711540.
.myBgColor { background-color: #711540; }
<div style="background-color:#711540">Inner text</div>
This div background color is #711540.
.myBorderColor { border: 1px solid #711540; }
<div style="border:3px solid #711540">Div</div>
This div border color is #711540.
.myOpacity80 { color: #711540; opacity: 0.8; }
<p style="color:#711540;opacity:0.8;">80%</p>
Text with #711540 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711540;}
<p style="text-shadow: 3px 3px 1px #711540">Text here.</p>
This text has shadow with #711540 color.
.textShadow {text-shadow: 3px 3px 1px #711540', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711540, 5px 5px 20px red">Text here.</p>
This text has shadow with #711540 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711540, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711540, Direction=45, Strength=4)">Text</p>
This text has shadow with #711540 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #711540;
-webkit-box-shadow: 1px 1px 3px 2px #711540;
box-shadow: 1px 1px 3px 2px #711540;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #711540; -webkit-box-shadow: 1px 1px 3px 2px #711540; box-shadow:1px 1px 3px 2px #711540;">
Div content here
</div>
This text has color #711540 on black background.
This text has color #711540 on white background.
This text has black color on #711540 background.
This text has white color on #711540 background.
Complementary color for #hex is #8EEABF.