HEX: #591521
RGB: (89,21,33)
#591521 contains mainly red and blue colors. Web safe color of #591521 is #660033 (or #603).
#591521 color RGB value is (89,21,33).
RGB: (89,21,33) (35%,8%,13%)
R 89 of 255 = 35%
G 21 of 255 = 8%
B 33 of 255 = 13%
R + G + B ~ 19%. #591521 is dark color.
R + G + B =
89 + 21 + 33 = 143 (100%)
R 89 of 143 ~ 62.24%
G 21 of 143 ~ 14.69%
B 33 of 143 ~ 23.08%
#591521 color CMYK value is (0,76,63,65).
CMYK: (0,76,63,65) C0M76Y63K65 (0%,76%,63%,65%) (0.00/0.76/0.63/0.65)
59 | 15 | 21 | |
---|---|---|---|
RGB | 89 | 21 | 33 |
HSL | 349° | 61.82% | 21.57% |
HSB/HSV | 349° | 76.40% | 34.90% |
CMYK | 0.00% | 76.40% | 62.92% |
65.10% |
HEX | 59 | 15 | 21 |
Decimal | 89 | 21 | 33 |
Binary | 1011001 | 10101 | 100001 |
Octal | 131 | 25 | 41 |
Examples of css and html codes for elements with #591521 color. Also use rgb(89,21,33) instead hex code.
.myTextColor { color: #591521; }
<p style="color:#591521">This sample text font color is #591521.</p>
This text font color is #591521.
.myBgColor { background-color: #591521; }
<div style="background-color:#591521">Inner text</div>
This div background color is #591521.
.myBorderColor { border: 1px solid #591521; }
<div style="border:3px solid #591521">Div</div>
This div border color is #591521.
.myOpacity80 { color: #591521; opacity: 0.8; }
<p style="color:#591521;opacity:0.8;">80%</p>
Text with #591521 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #591521;}
<p style="text-shadow: 3px 3px 1px #591521">Text here.</p>
This text has shadow with #591521 color.
.textShadow {text-shadow: 3px 3px 1px #591521, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #591521, 5px 5px 20px red">Text here.</p>
This text has shadow with #591521 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#591521, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#591521, Direction=45, Strength=4)">Text</p>
This text has shadow with #591521 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #591521; -webkit-box-shadow: 1px 1px 3px 2px #591521; box-shadow: 1px 1px 3px 2px #591521; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #591521; -webkit-box-shadow: 1px 1px 3px 2px #591521; box-shadow:1px 1px 3px 2px #591521;">
Div content here</div>
This text has color #591521 on black background.
This text has color #591521 on white background.
This text has black color on #591521 background.
This text has white color on #591521 background.