Shades of Red Oxide #591603
Tints of Red Oxide #591603
RGB
CMYK
RGB Variations
Color information
#591603 (or 0x591603) is known color: Red Oxide. HEX triplet: 59, 16 and 03. RGB value is (89,22,3). Sum of RGB (Red+Green+Blue) = 89+22+3=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591603 is #A6E9FC. Grayscale: #282828. Windows color (decimal): -10938877 or 202329. OLE color: 202329.
HSL color Cylindrical-coordinate representation of color #591603: hue angle of 13.26º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #591603 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 3 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.65 |
| HSL | 13.26º | 0.93% | 0.18% | - |
| HSV(B) | 13.26º | 0.97% | 0.35% | - |
| XYZ | 4.42 | 2.7 | 0.37 | - |
| YUV | 39.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 3 | 0 | 0.75 | 0.97 | 0.65 | 13.26 | 0.93 | 0.18 |
| Hex | 59 | 16 | 3 | 0 | 4B | 61 | 41 | D | 5D | 12 |
| Octal | 131 | 26 | 3 | 0 | 113 | 141 | 101 | 15 | 135 | 22 |
| Binary | 1011001 | 10110 | 11 | 0 | 1001011 | 1100001 | 1000001 | 1101 | 1011101 | 10010 |
Color Harmonies of #591603
Complementary color
Monochromatic Colors of #591603
Black with #591603
Text Example
Text Example
White with #591603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591603; }
p { color: rgb(89,22,3); }
H1.HeaderClassName
{
color: #591603;
}
.AnyTagClassName
{
color: #591603;
}
</style>
background-color css
<style>
a { background-color: #591603; }
a { background-color: rgb(89,22,3); }
div.DivClassName
{
background-color: #591603;
}
.BgClassName
{
background-color: #591603;
}
</style>
border-color css
<style>
span { border-color: #591603; }
span { border-color: rgb(89,22,3); }
td.TdClassName
{
border-color: #591603;
}
.TagClassName
{
border-color: #591603;
}
</style>