Shades of Red Oxide #590F01
Tints of Red Oxide #590F01
RGB
CMYK
RGB Variations
Color information
#590F01 (or 0x590F01) is known color: Red Oxide. HEX triplet: 59, 0F and 01. RGB value is (89,15,1). Sum of RGB (Red+Green+Blue) = 89+15+1=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #590F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F01 is #A6F0FE. Grayscale: #232323. Windows color (decimal): -10940671 or 69465. OLE color: 69465.
HSL color Cylindrical-coordinate representation of color #590F01: hue angle of 9.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590F01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.65 |
| HSL | 9.55º | 0.98% | 0.18% | - |
| HSV(B) | 9.55º | 0.99% | 0.35% | - |
| XYZ | 4.3 | 2.47 | 0.28 | - |
| YUV | 35.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 1 | 0 | 0.83 | 0.99 | 0.65 | 9.55 | 0.98 | 0.18 |
| Hex | 59 | F | 1 | 0 | 53 | 63 | 41 | A | 62 | 12 |
| Octal | 131 | 17 | 1 | 0 | 123 | 143 | 101 | 12 | 142 | 22 |
| Binary | 1011001 | 1111 | 1 | 0 | 1010011 | 1100011 | 1000001 | 1010 | 1100010 | 10010 |
Color Harmonies of #590F01
Complementary color
Monochromatic Colors of #590F01
Black with #590F01
Text Example
Text Example
White with #590F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F01; }
p { color: rgb(89,15,1); }
H1.HeaderClassName
{
color: #590F01;
}
.AnyTagClassName
{
color: #590F01;
}
</style>
background-color css
<style>
a { background-color: #590F01; }
a { background-color: rgb(89,15,1); }
div.DivClassName
{
background-color: #590F01;
}
.BgClassName
{
background-color: #590F01;
}
</style>
border-color css
<style>
span { border-color: #590F01; }
span { border-color: rgb(89,15,1); }
td.TdClassName
{
border-color: #590F01;
}
.TagClassName
{
border-color: #590F01;
}
</style>