Shades of Red Oxide #591000
Tints of Red Oxide #591000
RGB
CMYK
RGB Variations
Color information
#591000 (or 0x591000) is known color: Red Oxide. HEX triplet: 59, 10 and 00. RGB value is (89,16,0). Sum of RGB (Red+Green+Blue) = 89+16+0=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #591000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591000 is #A6EFFF. Grayscale: #242424. Windows color (decimal): -10940416 or 4185. OLE color: 4185.
HSL color Cylindrical-coordinate representation of color #591000: hue angle of 10.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #591000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.65 |
| HSL | 10.79º | 1% | 0.17% | - |
| HSV(B) | 10.79º | 1% | 0.35% | - |
| XYZ | 4.31 | 2.49 | 0.25 | - |
| YUV | 36 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 0 | 0 | 0.82 | 1 | 0.65 | 10.79 | 1 | 0.17 |
| Hex | 59 | 10 | 0 | 0 | 52 | 64 | 41 | B | 64 | 11 |
| Octal | 131 | 20 | 0 | 0 | 122 | 144 | 101 | 13 | 144 | 21 |
| Binary | 1011001 | 10000 | 0 | 0 | 1010010 | 1100100 | 1000001 | 1011 | 1100100 | 10001 |
Color Harmonies of #591000
Complementary color
Monochromatic Colors of #591000
Black with #591000
Text Example
Text Example
White with #591000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591000; }
p { color: rgb(89,16,0); }
H1.HeaderClassName
{
color: #591000;
}
.AnyTagClassName
{
color: #591000;
}
</style>
background-color css
<style>
a { background-color: #591000; }
a { background-color: rgb(89,16,0); }
div.DivClassName
{
background-color: #591000;
}
.BgClassName
{
background-color: #591000;
}
</style>
border-color css
<style>
span { border-color: #591000; }
span { border-color: rgb(89,16,0); }
td.TdClassName
{
border-color: #591000;
}
.TagClassName
{
border-color: #591000;
}
</style>