Shades of Red Oxide #591A0C
Tints of Red Oxide #591A0C
RGB
CMYK
RGB Variations
Color information
#591A0C (or 0x591A0C) is known color: Red Oxide. HEX triplet: 59, 1A and 0C. RGB value is (89,26,12). Sum of RGB (Red+Green+Blue) = 89+26+12=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #591A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A0C is #A6E5F3. Grayscale: #2B2B2B. Windows color (decimal): -10937844 or 793177. OLE color: 793177.
HSL color Cylindrical-coordinate representation of color #591A0C: hue angle of 10.91º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591A0C is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 12 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.65 |
| HSL | 10.91º | 0.76% | 0.2% | - |
| HSV(B) | 10.91º | 0.87% | 0.35% | - |
| XYZ | 4.56 | 2.89 | 0.67 | - |
| YUV | 43.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 12 | 0 | 0.71 | 0.87 | 0.65 | 10.91 | 0.76 | 0.2 |
| Hex | 59 | 1A | C | 0 | 47 | 57 | 41 | B | 4C | 14 |
| Octal | 131 | 32 | 14 | 0 | 107 | 127 | 101 | 13 | 114 | 24 |
| Binary | 1011001 | 11010 | 1100 | 0 | 1000111 | 1010111 | 1000001 | 1011 | 1001100 | 10100 |
Color Harmonies of #591A0C
Complementary color
Monochromatic Colors of #591A0C
Black with #591A0C
Text Example
Text Example
White with #591A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A0C; }
p { color: rgb(89,26,12); }
H1.HeaderClassName
{
color: #591A0C;
}
.AnyTagClassName
{
color: #591A0C;
}
</style>
background-color css
<style>
a { background-color: #591A0C; }
a { background-color: rgb(89,26,12); }
div.DivClassName
{
background-color: #591A0C;
}
.BgClassName
{
background-color: #591A0C;
}
</style>
border-color css
<style>
span { border-color: #591A0C; }
span { border-color: rgb(89,26,12); }
td.TdClassName
{
border-color: #591A0C;
}
.TagClassName
{
border-color: #591A0C;
}
</style>