Shades of Red Oxide #591712
Tints of Red Oxide #591712
RGB
CMYK
RGB Variations
Color information
#591712 (or 0x591712) is known color: Red Oxide. HEX triplet: 59, 17 and 12. RGB value is (89,23,18). Sum of RGB (Red+Green+Blue) = 89+23+18=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591712 is #A6E8ED. Grayscale: #2A2A2A. Windows color (decimal): -10938606 or 1185625. OLE color: 1185625.
HSL color Cylindrical-coordinate representation of color #591712: hue angle of 4.23º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591712 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 18 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.65 |
| HSL | 4.23º | 0.66% | 0.21% | - |
| HSV(B) | 4.23º | 0.8% | 0.35% | - |
| XYZ | 4.54 | 2.78 | 0.87 | - |
| YUV | 42.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 18 | 0 | 0.74 | 0.80 | 0.65 | 4.23 | 0.66 | 0.21 |
| Hex | 59 | 17 | 12 | 0 | 4A | 50 | 41 | 4 | 42 | 15 |
| Octal | 131 | 27 | 22 | 0 | 112 | 120 | 101 | 4 | 102 | 25 |
| Binary | 1011001 | 10111 | 10010 | 0 | 1001010 | 1010000 | 1000001 | 100 | 1000010 | 10101 |
Color Harmonies of #591712
Complementary color
Monochromatic Colors of #591712
Black with #591712
Text Example
Text Example
White with #591712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591712; }
p { color: rgb(89,23,18); }
H1.HeaderClassName
{
color: #591712;
}
.AnyTagClassName
{
color: #591712;
}
</style>
background-color css
<style>
a { background-color: #591712; }
a { background-color: rgb(89,23,18); }
div.DivClassName
{
background-color: #591712;
}
.BgClassName
{
background-color: #591712;
}
</style>
border-color css
<style>
span { border-color: #591712; }
span { border-color: rgb(89,23,18); }
td.TdClassName
{
border-color: #591712;
}
.TagClassName
{
border-color: #591712;
}
</style>