Shades of Red Oxide #591005
Tints of Red Oxide #591005
RGB
CMYK
RGB Variations
Color information
#591005 (or 0x591005) is known color: Red Oxide. HEX triplet: 59, 10 and 05. RGB value is (89,16,5). Sum of RGB (Red+Green+Blue) = 89+16+5=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #591005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591005 is #A6EFFA. Grayscale: #242424. Windows color (decimal): -10940411 or 331865. OLE color: 331865.
HSL color Cylindrical-coordinate representation of color #591005: hue angle of 7.86º 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 #591005 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 5 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.65 |
| HSL | 7.86º | 0.89% | 0.18% | - |
| HSV(B) | 7.86º | 0.94% | 0.35% | - |
| XYZ | 4.33 | 2.51 | 0.4 | - |
| YUV | 36.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 5 | 0 | 0.82 | 0.94 | 0.65 | 7.86 | 0.89 | 0.18 |
| Hex | 59 | 10 | 5 | 0 | 52 | 5E | 41 | 8 | 59 | 12 |
| Octal | 131 | 20 | 5 | 0 | 122 | 136 | 101 | 10 | 131 | 22 |
| Binary | 1011001 | 10000 | 101 | 0 | 1010010 | 1011110 | 1000001 | 1000 | 1011001 | 10010 |
Color Harmonies of #591005
Complementary color
Monochromatic Colors of #591005
Black with #591005
Text Example
Text Example
White with #591005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591005; }
p { color: rgb(89,16,5); }
H1.HeaderClassName
{
color: #591005;
}
.AnyTagClassName
{
color: #591005;
}
</style>
background-color css
<style>
a { background-color: #591005; }
a { background-color: rgb(89,16,5); }
div.DivClassName
{
background-color: #591005;
}
.BgClassName
{
background-color: #591005;
}
</style>
border-color css
<style>
span { border-color: #591005; }
span { border-color: rgb(89,16,5); }
td.TdClassName
{
border-color: #591005;
}
.TagClassName
{
border-color: #591005;
}
</style>