Shades of Red Oxide #590505
Tints of Red Oxide #590505
RGB
CMYK
RGB Variations
Color information
#590505 (or 0x590505) is known color: Red Oxide. HEX triplet: 59, 05 and 05. RGB value is (89,5,5). Sum of RGB (Red+Green+Blue) = 89+5+5=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #590505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590505 is #A6FAFA. Grayscale: #1E1E1E. Windows color (decimal): -10943227 or 329049. OLE color: 329049.
HSL color Cylindrical-coordinate representation of color #590505: hue angle of 0º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590505 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 5 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.65 |
| HSL | 0º | 0.89% | 0.18% | - |
| HSV(B) | 0º | 0.94% | 0.35% | - |
| XYZ | 4.2 | 2.24 | 0.36 | - |
| YUV | 30.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 5 | 0 | 0.94 | 0.94 | 0.65 | 0 | 0.89 | 0.18 |
| Hex | 59 | 5 | 5 | 0 | 5E | 5E | 41 | 0 | 59 | 12 |
| Octal | 131 | 5 | 5 | 0 | 136 | 136 | 101 | 0 | 131 | 22 |
| Binary | 1011001 | 101 | 101 | 0 | 1011110 | 1011110 | 1000001 | 0 | 1011001 | 10010 |
Color Harmonies of #590505
Complementary color
Monochromatic Colors of #590505
Black with #590505
Text Example
Text Example
White with #590505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590505; }
p { color: rgb(89,5,5); }
H1.HeaderClassName
{
color: #590505;
}
.AnyTagClassName
{
color: #590505;
}
</style>
background-color css
<style>
a { background-color: #590505; }
a { background-color: rgb(89,5,5); }
div.DivClassName
{
background-color: #590505;
}
.BgClassName
{
background-color: #590505;
}
</style>
border-color css
<style>
span { border-color: #590505; }
span { border-color: rgb(89,5,5); }
td.TdClassName
{
border-color: #590505;
}
.TagClassName
{
border-color: #590505;
}
</style>