Shades of Red Oxide #590E0B
Tints of Red Oxide #590E0B
RGB
CMYK
RGB Variations
Color information
#590E0B (or 0x590E0B) is known color: Red Oxide. HEX triplet: 59, 0E and 0B. RGB value is (89,14,11). Sum of RGB (Red+Green+Blue) = 89+14+11=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E0B is #A6F1F4. Grayscale: #242424. Windows color (decimal): -10940917 or 724569. OLE color: 724569.
HSL color Cylindrical-coordinate representation of color #590E0B: hue angle of 2.31º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590E0B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 11 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.65 |
| HSL | 2.31º | 0.78% | 0.2% | - |
| HSV(B) | 2.31º | 0.88% | 0.35% | - |
| XYZ | 4.34 | 2.46 | 0.56 | - |
| YUV | 36.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 11 | 0 | 0.84 | 0.88 | 0.65 | 2.31 | 0.78 | 0.2 |
| Hex | 59 | E | B | 0 | 54 | 58 | 41 | 2 | 4E | 14 |
| Octal | 131 | 16 | 13 | 0 | 124 | 130 | 101 | 2 | 116 | 24 |
| Binary | 1011001 | 1110 | 1011 | 0 | 1010100 | 1011000 | 1000001 | 10 | 1001110 | 10100 |
Color Harmonies of #590E0B
Complementary color
Monochromatic Colors of #590E0B
Black with #590E0B
Text Example
Text Example
White with #590E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E0B; }
p { color: rgb(89,14,11); }
H1.HeaderClassName
{
color: #590E0B;
}
.AnyTagClassName
{
color: #590E0B;
}
</style>
background-color css
<style>
a { background-color: #590E0B; }
a { background-color: rgb(89,14,11); }
div.DivClassName
{
background-color: #590E0B;
}
.BgClassName
{
background-color: #590E0B;
}
</style>
border-color css
<style>
span { border-color: #590E0B; }
span { border-color: rgb(89,14,11); }
td.TdClassName
{
border-color: #590E0B;
}
.TagClassName
{
border-color: #590E0B;
}
</style>