Shades of Red Oxide #591710
Tints of Red Oxide #591710
RGB
CMYK
RGB Variations
Color information
#591710 (or 0x591710) is known color: Red Oxide. HEX triplet: 59, 17 and 10. RGB value is (89,23,16). Sum of RGB (Red+Green+Blue) = 89+23+16=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #591710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591710 is #A6E8EF. Grayscale: #2A2A2A. Windows color (decimal): -10938608 or 1054553. OLE color: 1054553.
HSL color Cylindrical-coordinate representation of color #591710: hue angle of 5.75º 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 #591710 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 16 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.65 |
| HSL | 5.75º | 0.7% | 0.21% | - |
| HSV(B) | 5.75º | 0.82% | 0.35% | - |
| XYZ | 4.52 | 2.77 | 0.79 | - |
| YUV | 41.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 16 | 0 | 0.74 | 0.82 | 0.65 | 5.75 | 0.7 | 0.21 |
| Hex | 59 | 17 | 10 | 0 | 4A | 52 | 41 | 6 | 46 | 15 |
| Octal | 131 | 27 | 20 | 0 | 112 | 122 | 101 | 6 | 106 | 25 |
| Binary | 1011001 | 10111 | 10000 | 0 | 1001010 | 1010010 | 1000001 | 110 | 1000110 | 10101 |
Color Harmonies of #591710
Complementary color
Monochromatic Colors of #591710
Black with #591710
Text Example
Text Example
White with #591710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591710; }
p { color: rgb(89,23,16); }
H1.HeaderClassName
{
color: #591710;
}
.AnyTagClassName
{
color: #591710;
}
</style>
background-color css
<style>
a { background-color: #591710; }
a { background-color: rgb(89,23,16); }
div.DivClassName
{
background-color: #591710;
}
.BgClassName
{
background-color: #591710;
}
</style>
border-color css
<style>
span { border-color: #591710; }
span { border-color: rgb(89,23,16); }
td.TdClassName
{
border-color: #591710;
}
.TagClassName
{
border-color: #591710;
}
</style>