Shades of Red Oxide #590A05
Tints of Red Oxide #590A05
RGB
CMYK
RGB Variations
Color information
#590A05 (or 0x590A05) is known color: Red Oxide. HEX triplet: 59, 0A and 05. RGB value is (89,10,5). Sum of RGB (Red+Green+Blue) = 89+10+5=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #590A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A05 is #A6F5FA. Grayscale: #212121. Windows color (decimal): -10941947 or 330329. OLE color: 330329.
HSL color Cylindrical-coordinate representation of color #590A05: hue angle of 3.57º 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 #590A05 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 5 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.65 |
| HSL | 3.57º | 0.89% | 0.18% | - |
| HSV(B) | 3.57º | 0.94% | 0.35% | - |
| XYZ | 4.26 | 2.35 | 0.37 | - |
| YUV | 33.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 5 | 0 | 0.89 | 0.94 | 0.65 | 3.57 | 0.89 | 0.18 |
| Hex | 59 | A | 5 | 0 | 59 | 5E | 41 | 4 | 59 | 12 |
| Octal | 131 | 12 | 5 | 0 | 131 | 136 | 101 | 4 | 131 | 22 |
| Binary | 1011001 | 1010 | 101 | 0 | 1011001 | 1011110 | 1000001 | 100 | 1011001 | 10010 |
Color Harmonies of #590A05
Complementary color
Monochromatic Colors of #590A05
Black with #590A05
Text Example
Text Example
White with #590A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A05; }
p { color: rgb(89,10,5); }
H1.HeaderClassName
{
color: #590A05;
}
.AnyTagClassName
{
color: #590A05;
}
</style>
background-color css
<style>
a { background-color: #590A05; }
a { background-color: rgb(89,10,5); }
div.DivClassName
{
background-color: #590A05;
}
.BgClassName
{
background-color: #590A05;
}
</style>
border-color css
<style>
span { border-color: #590A05; }
span { border-color: rgb(89,10,5); }
td.TdClassName
{
border-color: #590A05;
}
.TagClassName
{
border-color: #590A05;
}
</style>