Shades of Red Oxide #590F0F
Tints of Red Oxide #590F0F
RGB
CMYK
RGB Variations
Color information
#590F0F (or 0x590F0F) is known color: Red Oxide. HEX triplet: 59, 0F and 0F. RGB value is (89,15,15). Sum of RGB (Red+Green+Blue) = 89+15+15=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #590F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F0F is #A6F0F0. Grayscale: #252525. Windows color (decimal): -10940657 or 986969. OLE color: 986969.
HSL color Cylindrical-coordinate representation of color #590F0F: hue angle of 0º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F0F is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 15 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.65 |
| HSL | 0º | 0.71% | 0.2% | - |
| HSV(B) | 0º | 0.83% | 0.35% | - |
| XYZ | 4.38 | 2.5 | 0.7 | - |
| YUV | 37.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 15 | 0 | 0.83 | 0.83 | 0.65 | 0 | 0.71 | 0.2 |
| Hex | 59 | F | F | 0 | 53 | 53 | 41 | 0 | 47 | 14 |
| Octal | 131 | 17 | 17 | 0 | 123 | 123 | 101 | 0 | 107 | 24 |
| Binary | 1011001 | 1111 | 1111 | 0 | 1010011 | 1010011 | 1000001 | 0 | 1000111 | 10100 |
Color Harmonies of #590F0F
Complementary color
Monochromatic Colors of #590F0F
Black with #590F0F
Text Example
Text Example
White with #590F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F0F; }
p { color: rgb(89,15,15); }
H1.HeaderClassName
{
color: #590F0F;
}
.AnyTagClassName
{
color: #590F0F;
}
</style>
background-color css
<style>
a { background-color: #590F0F; }
a { background-color: rgb(89,15,15); }
div.DivClassName
{
background-color: #590F0F;
}
.BgClassName
{
background-color: #590F0F;
}
</style>
border-color css
<style>
span { border-color: #590F0F; }
span { border-color: rgb(89,15,15); }
td.TdClassName
{
border-color: #590F0F;
}
.TagClassName
{
border-color: #590F0F;
}
</style>