Shades of Red Oxide #591605
Tints of Red Oxide #591605
RGB
CMYK
RGB Variations
Color information
#591605 (or 0x591605) is known color: Red Oxide. HEX triplet: 59, 16 and 05. RGB value is (89,22,5). Sum of RGB (Red+Green+Blue) = 89+22+5=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #591605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591605 is #A6E9FA. Grayscale: #282828. Windows color (decimal): -10938875 or 333401. OLE color: 333401.
HSL color Cylindrical-coordinate representation of color #591605: hue angle of 12.14º 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 #591605 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 5 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.65 |
| HSL | 12.14º | 0.89% | 0.18% | - |
| HSV(B) | 12.14º | 0.94% | 0.35% | - |
| XYZ | 4.43 | 2.71 | 0.43 | - |
| YUV | 40.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 5 | 0 | 0.75 | 0.94 | 0.65 | 12.14 | 0.89 | 0.18 |
| Hex | 59 | 16 | 5 | 0 | 4B | 5E | 41 | C | 59 | 12 |
| Octal | 131 | 26 | 5 | 0 | 113 | 136 | 101 | 14 | 131 | 22 |
| Binary | 1011001 | 10110 | 101 | 0 | 1001011 | 1011110 | 1000001 | 1100 | 1011001 | 10010 |
Color Harmonies of #591605
Complementary color
Monochromatic Colors of #591605
Black with #591605
Text Example
Text Example
White with #591605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591605; }
p { color: rgb(89,22,5); }
H1.HeaderClassName
{
color: #591605;
}
.AnyTagClassName
{
color: #591605;
}
</style>
background-color css
<style>
a { background-color: #591605; }
a { background-color: rgb(89,22,5); }
div.DivClassName
{
background-color: #591605;
}
.BgClassName
{
background-color: #591605;
}
</style>
border-color css
<style>
span { border-color: #591605; }
span { border-color: rgb(89,22,5); }
td.TdClassName
{
border-color: #591605;
}
.TagClassName
{
border-color: #591605;
}
</style>