HEX: #590031
RGB: (89,0,49)
#590031 contains only red and blue colors. Web safe color of #590031 is #660033 (or #603).
#590031 color RGB value is (89,0,49).
RGB: (89,0,49) (35%,0%,19%)
R 89 of 255 = 35%
G 0 of 255 = 0%
B 49 of 255 = 19%
R + G + B ~ 18%. #590031 is dark color.
R + G + B =
89 + 0 + 49 = 138 (100%)
R 89 of 138 ~ 64.49%
G 0 of 138 ~ 0%
B 49 of 138 ~ 35.51%
#590031 color CMYK value is (0,100,45,65).
CMYK: (0,100,45,65) C0M100Y45K65 (0%,100%,45%,65%) (0.00/1.00/0.45/0.65)
59 | 00 | 31 | |
---|---|---|---|
RGB | 89 | 0 | 49 |
HSL | 327° | 100.00% | 17.45% |
HSB/HSV | 327° | 100.00% | 34.90% |
CMYK | 0.00% | 100.00% | 44.94% |
65.10% |
HEX | 59 | 00 | 31 |
Decimal | 89 | 0 | 49 |
Binary | 1011001 | 0 | 110001 |
Octal | 131 | 0 | 61 |
Examples of css and html codes for elements with #590031 color. Also use rgb(89,0,49) instead hex code.
.myTextColor { color: #590031; }
<p style="color:#590031">This sample text font color is #590031.</p>
This text font color is #590031.
.myBgColor { background-color: #590031; }
<div style="background-color:#590031">Inner text</div>
This div background color is #590031.
.myBorderColor { border: 1px solid #590031; }
<div style="border:3px solid #590031">Div</div>
This div border color is #590031.
.myOpacity80 { color: #590031; opacity: 0.8; }
<p style="color:#590031;opacity:0.8;">80%</p>
Text with #590031 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590031;}
<p style="text-shadow: 3px 3px 1px #590031">Text here.</p>
This text has shadow with #590031 color.
.textShadow {text-shadow: 3px 3px 1px #590031, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590031, 5px 5px 20px red">Text here.</p>
This text has shadow with #590031 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590031, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590031, Direction=45, Strength=4)">Text</p>
This text has shadow with #590031 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #590031; -webkit-box-shadow: 1px 1px 3px 2px #590031; box-shadow: 1px 1px 3px 2px #590031; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #590031; -webkit-box-shadow: 1px 1px 3px 2px #590031; box-shadow:1px 1px 3px 2px #590031;">
Div content here</div>
This text has color #590031 on black background.
This text has color #590031 on white background.
This text has black color on #590031 background.
This text has white color on #590031 background.