Shades of Red Oxide #590E09
Tints of Red Oxide #590E09
RGB
CMYK
RGB Variations
Color information
#590E09 (or 0x590E09) is known color: Red Oxide. HEX triplet: 59, 0E and 09. RGB value is (89,14,9). Sum of RGB (Red+Green+Blue) = 89+14+9=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #590E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E09 is #A6F1F6. Grayscale: #232323. Windows color (decimal): -10940919 or 593497. OLE color: 593497.
HSL color Cylindrical-coordinate representation of color #590E09: hue angle of 3.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590E09 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 9 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.65 |
| HSL | 3.75º | 0.82% | 0.19% | - |
| HSV(B) | 3.75º | 0.9% | 0.35% | - |
| XYZ | 4.33 | 2.46 | 0.5 | - |
| YUV | 35.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 9 | 0 | 0.84 | 0.90 | 0.65 | 3.75 | 0.82 | 0.19 |
| Hex | 59 | E | 9 | 0 | 54 | 5A | 41 | 4 | 52 | 13 |
| Octal | 131 | 16 | 11 | 0 | 124 | 132 | 101 | 4 | 122 | 23 |
| Binary | 1011001 | 1110 | 1001 | 0 | 1010100 | 1011010 | 1000001 | 100 | 1010010 | 10011 |
Color Harmonies of #590E09
Complementary color
Monochromatic Colors of #590E09
Black with #590E09
Text Example
Text Example
White with #590E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E09; }
p { color: rgb(89,14,9); }
H1.HeaderClassName
{
color: #590E09;
}
.AnyTagClassName
{
color: #590E09;
}
</style>
background-color css
<style>
a { background-color: #590E09; }
a { background-color: rgb(89,14,9); }
div.DivClassName
{
background-color: #590E09;
}
.BgClassName
{
background-color: #590E09;
}
</style>
border-color css
<style>
span { border-color: #590E09; }
span { border-color: rgb(89,14,9); }
td.TdClassName
{
border-color: #590E09;
}
.TagClassName
{
border-color: #590E09;
}
</style>