Shades of Red Oxide #591105
Tints of Red Oxide #591105
RGB
CMYK
RGB Variations
Color information
#591105 (or 0x591105) is known color: Red Oxide. HEX triplet: 59, 11 and 05. RGB value is (89,17,5). Sum of RGB (Red+Green+Blue) = 89+17+5=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #591105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591105 is #A6EEFA. Grayscale: #252525. Windows color (decimal): -10940155 or 332121. OLE color: 332121.
HSL color Cylindrical-coordinate representation of color #591105: hue angle of 8.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #591105 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 5 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.65 |
| HSL | 8.57º | 0.89% | 0.18% | - |
| HSV(B) | 8.57º | 0.94% | 0.35% | - |
| XYZ | 4.35 | 2.54 | 0.4 | - |
| YUV | 37.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 5 | 0 | 0.81 | 0.94 | 0.65 | 8.57 | 0.89 | 0.18 |
| Hex | 59 | 11 | 5 | 0 | 51 | 5E | 41 | 9 | 59 | 12 |
| Octal | 131 | 21 | 5 | 0 | 121 | 136 | 101 | 11 | 131 | 22 |
| Binary | 1011001 | 10001 | 101 | 0 | 1010001 | 1011110 | 1000001 | 1001 | 1011001 | 10010 |
Color Harmonies of #591105
Complementary color
Monochromatic Colors of #591105
Black with #591105
Text Example
Text Example
White with #591105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591105; }
p { color: rgb(89,17,5); }
H1.HeaderClassName
{
color: #591105;
}
.AnyTagClassName
{
color: #591105;
}
</style>
background-color css
<style>
a { background-color: #591105; }
a { background-color: rgb(89,17,5); }
div.DivClassName
{
background-color: #591105;
}
.BgClassName
{
background-color: #591105;
}
</style>
border-color css
<style>
span { border-color: #591105; }
span { border-color: rgb(89,17,5); }
td.TdClassName
{
border-color: #591105;
}
.TagClassName
{
border-color: #591105;
}
</style>