Shades of Red Oxide #591107
Tints of Red Oxide #591107
RGB
CMYK
RGB Variations
Color information
#591107 (or 0x591107) is known color: Red Oxide. HEX triplet: 59, 11 and 07. RGB value is (89,17,7). Sum of RGB (Red+Green+Blue) = 89+17+7=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591107 is #A6EEF8. Grayscale: #252525. Windows color (decimal): -10940153 or 463193. OLE color: 463193.
HSL color Cylindrical-coordinate representation of color #591107: hue angle of 7.32º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #591107 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 7 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.65 |
| HSL | 7.32º | 0.85% | 0.19% | - |
| HSV(B) | 7.32º | 0.92% | 0.35% | - |
| XYZ | 4.36 | 2.54 | 0.46 | - |
| YUV | 37.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 7 | 0 | 0.81 | 0.92 | 0.65 | 7.32 | 0.85 | 0.19 |
| Hex | 59 | 11 | 7 | 0 | 51 | 5C | 41 | 7 | 55 | 13 |
| Octal | 131 | 21 | 7 | 0 | 121 | 134 | 101 | 7 | 125 | 23 |
| Binary | 1011001 | 10001 | 111 | 0 | 1010001 | 1011100 | 1000001 | 111 | 1010101 | 10011 |
Color Harmonies of #591107
Complementary color
Monochromatic Colors of #591107
Black with #591107
Text Example
Text Example
White with #591107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591107; }
p { color: rgb(89,17,7); }
H1.HeaderClassName
{
color: #591107;
}
.AnyTagClassName
{
color: #591107;
}
</style>
background-color css
<style>
a { background-color: #591107; }
a { background-color: rgb(89,17,7); }
div.DivClassName
{
background-color: #591107;
}
.BgClassName
{
background-color: #591107;
}
</style>
border-color css
<style>
span { border-color: #591107; }
span { border-color: rgb(89,17,7); }
td.TdClassName
{
border-color: #591107;
}
.TagClassName
{
border-color: #591107;
}
</style>