Shades of Red Oxide #591104
Tints of Red Oxide #591104
RGB
CMYK
RGB Variations
Color information
#591104 (or 0x591104) is known color: Red Oxide. HEX triplet: 59, 11 and 04. RGB value is (89,17,4). Sum of RGB (Red+Green+Blue) = 89+17+4=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #591104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591104 is #A6EEFB. Grayscale: #252525. Windows color (decimal): -10940156 or 266585. OLE color: 266585.
HSL color Cylindrical-coordinate representation of color #591104: hue angle of 9.18º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #591104 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 4 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.65 |
| HSL | 9.18º | 0.91% | 0.18% | - |
| HSV(B) | 9.18º | 0.96% | 0.35% | - |
| XYZ | 4.34 | 2.53 | 0.38 | - |
| YUV | 37.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 4 | 0 | 0.81 | 0.96 | 0.65 | 9.18 | 0.91 | 0.18 |
| Hex | 59 | 11 | 4 | 0 | 51 | 60 | 41 | 9 | 5B | 12 |
| Octal | 131 | 21 | 4 | 0 | 121 | 140 | 101 | 11 | 133 | 22 |
| Binary | 1011001 | 10001 | 100 | 0 | 1010001 | 1100000 | 1000001 | 1001 | 1011011 | 10010 |
Color Harmonies of #591104
Complementary color
Monochromatic Colors of #591104
Black with #591104
Text Example
Text Example
White with #591104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591104; }
p { color: rgb(89,17,4); }
H1.HeaderClassName
{
color: #591104;
}
.AnyTagClassName
{
color: #591104;
}
</style>
background-color css
<style>
a { background-color: #591104; }
a { background-color: rgb(89,17,4); }
div.DivClassName
{
background-color: #591104;
}
.BgClassName
{
background-color: #591104;
}
</style>
border-color css
<style>
span { border-color: #591104; }
span { border-color: rgb(89,17,4); }
td.TdClassName
{
border-color: #591104;
}
.TagClassName
{
border-color: #591104;
}
</style>