HEX: #590F15
RGB: (89,15,21)
#590F15 contains mainly red color. Web safe color of #590F15 is #660000 (or #600).
#590F15 color RGB value is (89,15,21).
RGB: (89,15,21)
(35%, 6%, 8%)
R 89 of 255 = 35%
G 15 of 255 = 6%
B 21 of 255 = 8%
R + G + B ~ 16%. #590F15 is dark color.
R + G + B = 89 + 15 + 21 = 125 (100%)
R 89 of 125 ~ 71.2%
G 15 of 125 ~ 12%
B 21 of 125 ~ 16.8'%
#590F15 color CMYK value is (0,83,76,65).
CMYK: (0,83,76,65)
C0M83Y76K65 (0%, 83%, 76%, 65%)
(0.00 / 0.83 / 0.76 / 0.65)
Color #590F15 in popluar color models
59 | 0F | 15 | |
---|---|---|---|
RGB | 89 | 15 | 21 |
HSL | 355° | 71.15% | 20.39% |
HSB/HSV | 355° | 83.15% | 34.90% |
CMYK | 0.00% | 83.15% | 76.40% |
65.10% |
Color #590F15 in popluar number systems.
HEX | 59 | 0F | 15 |
Decimal | 89 | 15 | 21 |
Binary | 1011001 | 1111 | 10101 |
Octal | 131 | 17 | 25 |
Shades of #590F15
Tints of #590F15
Examples of css and html codes for elements with #590F15 color. Also use rgb(89,15,21) instead hex code.
.myTextColor { color: #590F15; }
<p style="color:#590F15">This sample text font color is #590F15.</p>
This text font color is #590F15.
.myBgColor { background-color: #590F15; }
<div style="background-color:#590F15">Inner text</div>
This div background color is #590F15.
.myBorderColor { border: 1px solid #590F15; }
<div style="border:3px solid #590F15">Div</div>
This div border color is #590F15.
.myOpacity80 { color: #590F15; opacity: 0.8; }
<p style="color:#590F15;opacity:0.8;">80%</p>
Text with #590F15 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590F15;}
<p style="text-shadow: 3px 3px 1px #590F15">Text here.</p>
This text has shadow with #590F15 color.
.textShadow {text-shadow: 3px 3px 1px #590F15', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590F15, 5px 5px 20px red">Text here.</p>
This text has shadow with #590F15 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590F15, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590F15, Direction=45, Strength=4)">Text</p>
This text has shadow with #590F15 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #590F15;
-webkit-box-shadow: 1px 1px 3px 2px #590F15;
box-shadow: 1px 1px 3px 2px #590F15;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590F15; -webkit-box-shadow: 1px 1px 3px 2px #590F15; box-shadow:1px 1px 3px 2px #590F15;">
Div content here
</div>
This text has color #590F15 on black background.
This text has color #590F15 on white background.
This text has black color on #590F15 background.
This text has white color on #590F15 background.
Complementary color for #hex is #A6F0EA.