Shades of Red Oxide #591211
Tints of Red Oxide #591211
RGB
CMYK
RGB Variations
Color information
#591211 (or 0x591211) is known color: Red Oxide. HEX triplet: 59, 12 and 11. RGB value is (89,18,17). Sum of RGB (Red+Green+Blue) = 89+18+17=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #591211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591211 is #A6EDEE. Grayscale: #272727. Windows color (decimal): -10939887 or 1118809. OLE color: 1118809.
HSL color Cylindrical-coordinate representation of color #591211: hue angle of 0.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591211 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 17 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.65 |
| HSL | 0.83º | 0.68% | 0.21% | - |
| HSV(B) | 0.83º | 0.81% | 0.35% | - |
| XYZ | 4.44 | 2.6 | 0.8 | - |
| YUV | 39.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 17 | 0 | 0.80 | 0.81 | 0.65 | 0.83 | 0.68 | 0.21 |
| Hex | 59 | 12 | 11 | 0 | 50 | 51 | 41 | 1 | 44 | 15 |
| Octal | 131 | 22 | 21 | 0 | 120 | 121 | 101 | 1 | 104 | 25 |
| Binary | 1011001 | 10010 | 10001 | 0 | 1010000 | 1010001 | 1000001 | 1 | 1000100 | 10101 |
Color Harmonies of #591211
Complementary color
Monochromatic Colors of #591211
Black with #591211
Text Example
Text Example
White with #591211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591211; }
p { color: rgb(89,18,17); }
H1.HeaderClassName
{
color: #591211;
}
.AnyTagClassName
{
color: #591211;
}
</style>
background-color css
<style>
a { background-color: #591211; }
a { background-color: rgb(89,18,17); }
div.DivClassName
{
background-color: #591211;
}
.BgClassName
{
background-color: #591211;
}
</style>
border-color css
<style>
span { border-color: #591211; }
span { border-color: rgb(89,18,17); }
td.TdClassName
{
border-color: #591211;
}
.TagClassName
{
border-color: #591211;
}
</style>