Shades of Maroon #590401
Tints of Maroon #590401
RGB
CMYK
RGB Variations
Color information
#590401 (or 0x590401) is known color: Maroon. HEX triplet: 59, 04 and 01. RGB value is (89,4,1). Sum of RGB (Red+Green+Blue) = 89+4+1=94 (12% of max value = 765). Red value is 89 (35.16% from 255 or 94.68% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 89 - color contains mainly: red. Hex color #590401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590401 is #A6FBFE. Grayscale: #1D1D1D. Windows color (decimal): -10943487 or 66649. OLE color: 66649.
HSL color Cylindrical-coordinate representation of color #590401: hue angle of 2.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590401 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.65 |
| HSL | 2.05º | 0.98% | 0.18% | - |
| HSV(B) | 2.05º | 0.99% | 0.35% | - |
| XYZ | 4.17 | 2.21 | 0.24 | - |
| YUV | 29.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 1 | 0 | 0.96 | 0.99 | 0.65 | 2.05 | 0.98 | 0.18 |
| Hex | 59 | 4 | 1 | 0 | 60 | 63 | 41 | 2 | 62 | 12 |
| Octal | 131 | 4 | 1 | 0 | 140 | 143 | 101 | 2 | 142 | 22 |
| Binary | 1011001 | 100 | 1 | 0 | 1100000 | 1100011 | 1000001 | 10 | 1100010 | 10010 |
Color Harmonies of #590401
Complementary color
Monochromatic Colors of #590401
Black with #590401
Text Example
Text Example
White with #590401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590401; }
p { color: rgb(89,4,1); }
H1.HeaderClassName
{
color: #590401;
}
.AnyTagClassName
{
color: #590401;
}
</style>
background-color css
<style>
a { background-color: #590401; }
a { background-color: rgb(89,4,1); }
div.DivClassName
{
background-color: #590401;
}
.BgClassName
{
background-color: #590401;
}
</style>
border-color css
<style>
span { border-color: #590401; }
span { border-color: rgb(89,4,1); }
td.TdClassName
{
border-color: #590401;
}
.TagClassName
{
border-color: #590401;
}
</style>