Shades of Red Oxide #590603
Tints of Red Oxide #590603
RGB
CMYK
RGB Variations
Color information
#590603 (or 0x590603) is known color: Red Oxide. HEX triplet: 59, 06 and 03. RGB value is (89,6,3). Sum of RGB (Red+Green+Blue) = 89+6+3=98 (12% of max value = 765). Red value is 89 (35.16% from 255 or 90.82% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 89 - color contains mainly: red. Hex color #590603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590603 is #A6F9FC. Grayscale: #1E1E1E. Windows color (decimal): -10942973 or 198233. OLE color: 198233.
HSL color Cylindrical-coordinate representation of color #590603: hue angle of 2.09º 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 #590603 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 3 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.65 |
| HSL | 2.09º | 0.93% | 0.18% | - |
| HSV(B) | 2.09º | 0.97% | 0.35% | - |
| XYZ | 4.2 | 2.26 | 0.3 | - |
| YUV | 30.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 3 | 0 | 0.93 | 0.97 | 0.65 | 2.09 | 0.93 | 0.18 |
| Hex | 59 | 6 | 3 | 0 | 5D | 61 | 41 | 2 | 5D | 12 |
| Octal | 131 | 6 | 3 | 0 | 135 | 141 | 101 | 2 | 135 | 22 |
| Binary | 1011001 | 110 | 11 | 0 | 1011101 | 1100001 | 1000001 | 10 | 1011101 | 10010 |
Color Harmonies of #590603
Complementary color
Monochromatic Colors of #590603
Black with #590603
Text Example
Text Example
White with #590603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590603; }
p { color: rgb(89,6,3); }
H1.HeaderClassName
{
color: #590603;
}
.AnyTagClassName
{
color: #590603;
}
</style>
background-color css
<style>
a { background-color: #590603; }
a { background-color: rgb(89,6,3); }
div.DivClassName
{
background-color: #590603;
}
.BgClassName
{
background-color: #590603;
}
</style>
border-color css
<style>
span { border-color: #590603; }
span { border-color: rgb(89,6,3); }
td.TdClassName
{
border-color: #590603;
}
.TagClassName
{
border-color: #590603;
}
</style>