Shades of Red Oxide #591911
Tints of Red Oxide #591911
RGB
CMYK
RGB Variations
Color information
#591911 (or 0x591911) is known color: Red Oxide. HEX triplet: 59, 19 and 11. RGB value is (89,25,17). Sum of RGB (Red+Green+Blue) = 89+25+17=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591911 is #A6E6EE. Grayscale: #2B2B2B. Windows color (decimal): -10938095 or 1120601. OLE color: 1120601.
HSL color Cylindrical-coordinate representation of color #591911: hue angle of 6.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591911 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 25 | 17 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.65 |
| HSL | 6.67º | 0.68% | 0.21% | - |
| HSV(B) | 6.67º | 0.81% | 0.35% | - |
| XYZ | 4.57 | 2.86 | 0.84 | - |
| YUV | 43.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 17 | 0 | 0.72 | 0.81 | 0.65 | 6.67 | 0.68 | 0.21 |
| Hex | 59 | 19 | 11 | 0 | 48 | 51 | 41 | 7 | 44 | 15 |
| Octal | 131 | 31 | 21 | 0 | 110 | 121 | 101 | 7 | 104 | 25 |
| Binary | 1011001 | 11001 | 10001 | 0 | 1001000 | 1010001 | 1000001 | 111 | 1000100 | 10101 |
Color Harmonies of #591911
Complementary color
Monochromatic Colors of #591911
Black with #591911
Text Example
Text Example
White with #591911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591911; }
p { color: rgb(89,25,17); }
H1.HeaderClassName
{
color: #591911;
}
.AnyTagClassName
{
color: #591911;
}
</style>
background-color css
<style>
a { background-color: #591911; }
a { background-color: rgb(89,25,17); }
div.DivClassName
{
background-color: #591911;
}
.BgClassName
{
background-color: #591911;
}
</style>
border-color css
<style>
span { border-color: #591911; }
span { border-color: rgb(89,25,17); }
td.TdClassName
{
border-color: #591911;
}
.TagClassName
{
border-color: #591911;
}
</style>