Shades of Red Oxide #591010
Tints of Red Oxide #591010
RGB
CMYK
RGB Variations
Color information
#591010 (or 0x591010) is known color: Red Oxide. HEX triplet: 59, 10 and 10. RGB value is (89,16,16). Sum of RGB (Red+Green+Blue) = 89+16+16=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #591010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591010 is #A6EFEF. Grayscale: #252525. Windows color (decimal): -10940400 or 1052761. OLE color: 1052761.
HSL color Cylindrical-coordinate representation of color #591010: hue angle of 0º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591010 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 16 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.65 |
| HSL | 0º | 0.7% | 0.21% | - |
| HSV(B) | 0º | 0.82% | 0.35% | - |
| XYZ | 4.4 | 2.53 | 0.75 | - |
| YUV | 37.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 16 | 0 | 0.82 | 0.82 | 0.65 | 0 | 0.7 | 0.21 |
| Hex | 59 | 10 | 10 | 0 | 52 | 52 | 41 | 0 | 46 | 15 |
| Octal | 131 | 20 | 20 | 0 | 122 | 122 | 101 | 0 | 106 | 25 |
| Binary | 1011001 | 10000 | 10000 | 0 | 1010010 | 1010010 | 1000001 | 0 | 1000110 | 10101 |
Color Harmonies of #591010
Complementary color
Monochromatic Colors of #591010
Black with #591010
Text Example
Text Example
White with #591010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591010; }
p { color: rgb(89,16,16); }
H1.HeaderClassName
{
color: #591010;
}
.AnyTagClassName
{
color: #591010;
}
</style>
background-color css
<style>
a { background-color: #591010; }
a { background-color: rgb(89,16,16); }
div.DivClassName
{
background-color: #591010;
}
.BgClassName
{
background-color: #591010;
}
</style>
border-color css
<style>
span { border-color: #591010; }
span { border-color: rgb(89,16,16); }
td.TdClassName
{
border-color: #591010;
}
.TagClassName
{
border-color: #591010;
}
</style>