Shades of Red Oxide #591A0B
Tints of Red Oxide #591A0B
RGB
CMYK
RGB Variations
Color information
#591A0B (or 0x591A0B) is known color: Red Oxide. HEX triplet: 59, 1A and 0B. RGB value is (89,26,11). Sum of RGB (Red+Green+Blue) = 89+26+11=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A0B is #A6E5F4. Grayscale: #2B2B2B. Windows color (decimal): -10937845 or 727641. OLE color: 727641.
HSL color Cylindrical-coordinate representation of color #591A0B: hue angle of 11.54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591A0B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 11 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.65 |
| HSL | 11.54º | 0.78% | 0.2% | - |
| HSV(B) | 11.54º | 0.88% | 0.35% | - |
| XYZ | 4.55 | 2.89 | 0.63 | - |
| YUV | 43.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 11 | 0 | 0.71 | 0.88 | 0.65 | 11.54 | 0.78 | 0.2 |
| Hex | 59 | 1A | B | 0 | 47 | 58 | 41 | C | 4E | 14 |
| Octal | 131 | 32 | 13 | 0 | 107 | 130 | 101 | 14 | 116 | 24 |
| Binary | 1011001 | 11010 | 1011 | 0 | 1000111 | 1011000 | 1000001 | 1100 | 1001110 | 10100 |
Color Harmonies of #591A0B
Complementary color
Monochromatic Colors of #591A0B
Black with #591A0B
Text Example
Text Example
White with #591A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A0B; }
p { color: rgb(89,26,11); }
H1.HeaderClassName
{
color: #591A0B;
}
.AnyTagClassName
{
color: #591A0B;
}
</style>
background-color css
<style>
a { background-color: #591A0B; }
a { background-color: rgb(89,26,11); }
div.DivClassName
{
background-color: #591A0B;
}
.BgClassName
{
background-color: #591A0B;
}
</style>
border-color css
<style>
span { border-color: #591A0B; }
span { border-color: rgb(89,26,11); }
td.TdClassName
{
border-color: #591A0B;
}
.TagClassName
{
border-color: #591A0B;
}
</style>