Shades of Red Oxide #590606
Tints of Red Oxide #590606
RGB
CMYK
RGB Variations
Color information
#590606 (or 0x590606) is known color: Red Oxide. HEX triplet: 59, 06 and 06. RGB value is (89,6,6). Sum of RGB (Red+Green+Blue) = 89+6+6=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #590606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590606 is #A6F9F9. Grayscale: #1E1E1E. Windows color (decimal): -10942970 or 394841. OLE color: 394841.
HSL color Cylindrical-coordinate representation of color #590606: hue angle of 0º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590606 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 6 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.65 |
| HSL | 0º | 0.87% | 0.19% | - |
| HSV(B) | 0º | 0.93% | 0.35% | - |
| XYZ | 4.22 | 2.27 | 0.39 | - |
| YUV | 30.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 6 | 0 | 0.93 | 0.93 | 0.65 | 0 | 0.87 | 0.19 |
| Hex | 59 | 6 | 6 | 0 | 5D | 5D | 41 | 0 | 57 | 13 |
| Octal | 131 | 6 | 6 | 0 | 135 | 135 | 101 | 0 | 127 | 23 |
| Binary | 1011001 | 110 | 110 | 0 | 1011101 | 1011101 | 1000001 | 0 | 1010111 | 10011 |
Color Harmonies of #590606
Complementary color
Monochromatic Colors of #590606
Black with #590606
Text Example
Text Example
White with #590606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590606; }
p { color: rgb(89,6,6); }
H1.HeaderClassName
{
color: #590606;
}
.AnyTagClassName
{
color: #590606;
}
</style>
background-color css
<style>
a { background-color: #590606; }
a { background-color: rgb(89,6,6); }
div.DivClassName
{
background-color: #590606;
}
.BgClassName
{
background-color: #590606;
}
</style>
border-color css
<style>
span { border-color: #590606; }
span { border-color: rgb(89,6,6); }
td.TdClassName
{
border-color: #590606;
}
.TagClassName
{
border-color: #590606;
}
</style>