Shades of Red Oxide #590800
Tints of Red Oxide #590800
RGB
CMYK
RGB Variations
Color information
#590800 (or 0x590800) is known color: Red Oxide. HEX triplet: 59, 08 and 00. RGB value is (89,8,0). Sum of RGB (Red+Green+Blue) = 89+8+0=97 (12% of max value = 765). Red value is 89 (35.16% from 255 or 91.75% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 89 - color contains mainly: red. Hex color #590800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590800 is #A6F7FF. Grayscale: #1F1F1F. Windows color (decimal): -10942464 or 2137. OLE color: 2137.
HSL color Cylindrical-coordinate representation of color #590800: hue angle of 5.39º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590800 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.65 |
| HSL | 5.39º | 1% | 0.17% | - |
| HSV(B) | 5.39º | 1% | 0.35% | - |
| XYZ | 4.21 | 2.3 | 0.22 | - |
| YUV | 31.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 0 | 0 | 0.91 | 1 | 0.65 | 5.39 | 1 | 0.17 |
| Hex | 59 | 8 | 0 | 0 | 5B | 64 | 41 | 5 | 64 | 11 |
| Octal | 131 | 10 | 0 | 0 | 133 | 144 | 101 | 5 | 144 | 21 |
| Binary | 1011001 | 1000 | 0 | 0 | 1011011 | 1100100 | 1000001 | 101 | 1100100 | 10001 |
Color Harmonies of #590800
Complementary color
Monochromatic Colors of #590800
Black with #590800
Text Example
Text Example
White with #590800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590800; }
p { color: rgb(89,8,0); }
H1.HeaderClassName
{
color: #590800;
}
.AnyTagClassName
{
color: #590800;
}
</style>
background-color css
<style>
a { background-color: #590800; }
a { background-color: rgb(89,8,0); }
div.DivClassName
{
background-color: #590800;
}
.BgClassName
{
background-color: #590800;
}
</style>
border-color css
<style>
span { border-color: #590800; }
span { border-color: rgb(89,8,0); }
td.TdClassName
{
border-color: #590800;
}
.TagClassName
{
border-color: #590800;
}
</style>