Shades of Red Oxide #591812
Tints of Red Oxide #591812
RGB
CMYK
RGB Variations
Color information
#591812 (or 0x591812) is known color: Red Oxide. HEX triplet: 59, 18 and 12. RGB value is (89,24,18). Sum of RGB (Red+Green+Blue) = 89+24+18=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591812 is #A6E7ED. Grayscale: #2A2A2A. Windows color (decimal): -10938350 or 1185881. OLE color: 1185881.
HSL color Cylindrical-coordinate representation of color #591812: hue angle of 5.07º 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 #591812 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 18 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.65 |
| HSL | 5.07º | 0.66% | 0.21% | - |
| HSV(B) | 5.07º | 0.8% | 0.35% | - |
| XYZ | 4.56 | 2.82 | 0.88 | - |
| YUV | 42.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 18 | 0 | 0.73 | 0.80 | 0.65 | 5.07 | 0.66 | 0.21 |
| Hex | 59 | 18 | 12 | 0 | 49 | 50 | 41 | 5 | 42 | 15 |
| Octal | 131 | 30 | 22 | 0 | 111 | 120 | 101 | 5 | 102 | 25 |
| Binary | 1011001 | 11000 | 10010 | 0 | 1001001 | 1010000 | 1000001 | 101 | 1000010 | 10101 |
Color Harmonies of #591812
Complementary color
Monochromatic Colors of #591812
Black with #591812
Text Example
Text Example
White with #591812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591812; }
p { color: rgb(89,24,18); }
H1.HeaderClassName
{
color: #591812;
}
.AnyTagClassName
{
color: #591812;
}
</style>
background-color css
<style>
a { background-color: #591812; }
a { background-color: rgb(89,24,18); }
div.DivClassName
{
background-color: #591812;
}
.BgClassName
{
background-color: #591812;
}
</style>
border-color css
<style>
span { border-color: #591812; }
span { border-color: rgb(89,24,18); }
td.TdClassName
{
border-color: #591812;
}
.TagClassName
{
border-color: #591812;
}
</style>