Shades of Red Oxide #591A10
Tints of Red Oxide #591A10
RGB
CMYK
RGB Variations
Color information
#591A10 (or 0x591A10) is known color: Red Oxide. HEX triplet: 59, 1A and 10. RGB value is (89,26,16). Sum of RGB (Red+Green+Blue) = 89+26+16=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A10 is #A6E5EF. Grayscale: #2B2B2B. Windows color (decimal): -10937840 or 1055321. OLE color: 1055321.
HSL color Cylindrical-coordinate representation of color #591A10: hue angle of 8.22º 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 #591A10 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 16 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.65 |
| HSL | 8.22º | 0.7% | 0.21% | - |
| HSV(B) | 8.22º | 0.82% | 0.35% | - |
| XYZ | 4.58 | 2.9 | 0.81 | - |
| YUV | 43.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 16 | 0 | 0.71 | 0.82 | 0.65 | 8.22 | 0.7 | 0.21 |
| Hex | 59 | 1A | 10 | 0 | 47 | 52 | 41 | 8 | 46 | 15 |
| Octal | 131 | 32 | 20 | 0 | 107 | 122 | 101 | 10 | 106 | 25 |
| Binary | 1011001 | 11010 | 10000 | 0 | 1000111 | 1010010 | 1000001 | 1000 | 1000110 | 10101 |
Color Harmonies of #591A10
Complementary color
Monochromatic Colors of #591A10
Black with #591A10
Text Example
Text Example
White with #591A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A10; }
p { color: rgb(89,26,16); }
H1.HeaderClassName
{
color: #591A10;
}
.AnyTagClassName
{
color: #591A10;
}
</style>
background-color css
<style>
a { background-color: #591A10; }
a { background-color: rgb(89,26,16); }
div.DivClassName
{
background-color: #591A10;
}
.BgClassName
{
background-color: #591A10;
}
</style>
border-color css
<style>
span { border-color: #591A10; }
span { border-color: rgb(89,26,16); }
td.TdClassName
{
border-color: #591A10;
}
.TagClassName
{
border-color: #591A10;
}
</style>