HEX: #71315A
RGB: (113,49,90)
#71315A contains mainly red and blue colors. Web safe color of #71315A is #663366 (or #636).
#71315A color RGB value is (113,49,90).
RGB: (113,49,90)
(44%, 19%, 35%)
R 113 of 255 = 44%
G 49 of 255 = 19%
B 90 of 255 = 35%
R + G + B ~ 33%. #71315A is quite dark color.
R + G + B = 113 + 49 + 90 = 252 (100%)
R 113 of 252 ~ 44.84%
G 49 of 252 ~ 19.44%
B 90 of 252 ~ 35.71'%
#71315A color CMYK value is (0,57,20,56).
CMYK: (0,57,20,56)
C0M57Y20K56 (0%, 57%, 20%, 56%)
(0.00 / 0.57 / 0.20 / 0.56)
Color #71315A in popluar color models
71 | 31 | 5A | |
---|---|---|---|
RGB | 113 | 49 | 90 |
HSL | 322° | 39.51% | 31.76% |
HSB/HSV | 322° | 56.64% | 44.31% |
CMYK | 0.00% | 56.64% | 20.35% |
55.69% |
Color #71315A in popluar number systems.
HEX | 71 | 31 | 5A |
Decimal | 113 | 49 | 90 |
Binary | 1110001 | 110001 | 1011010 |
Octal | 161 | 61 | 132 |
Shades of #71315A
Tints of #71315A
Examples of css and html codes for elements with #71315A color. Also use rgb(113,49,90) instead hex code.
.myTextColor { color: #71315A; }
<p style="color:#71315A">This sample text font color is #71315A.</p>
This text font color is #71315A.
.myBgColor { background-color: #71315A; }
<div style="background-color:#71315A">Inner text</div>
This div background color is #71315A.
.myBorderColor { border: 1px solid #71315A; }
<div style="border:3px solid #71315A">Div</div>
This div border color is #71315A.
.myOpacity80 { color: #71315A; opacity: 0.8; }
<p style="color:#71315A;opacity:0.8;">80%</p>
Text with #71315A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71315A;}
<p style="text-shadow: 3px 3px 1px #71315A">Text here.</p>
This text has shadow with #71315A color.
.textShadow {text-shadow: 3px 3px 1px #71315A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71315A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71315A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71315A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71315A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71315A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71315A;
-webkit-box-shadow: 1px 1px 3px 2px #71315A;
box-shadow: 1px 1px 3px 2px #71315A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71315A; -webkit-box-shadow: 1px 1px 3px 2px #71315A; box-shadow:1px 1px 3px 2px #71315A;">
Div content here
</div>
This text has color #71315A on black background.
This text has color #71315A on white background.
This text has black color on #71315A background.
This text has white color on #71315A background.
Complementary color for #hex is #8ECEA5.