Shades of Maroon #590300
Tints of Maroon #590300
RGB
CMYK
RGB Variations
Color information
#590300 (or 0x590300) is known color: Maroon. HEX triplet: 59, 03 and 00. RGB value is (89,3,0). Sum of RGB (Red+Green+Blue) = 89+3+0=92 (12% of max value = 765). Red value is 89 (35.16% from 255 or 96.74% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 89 - color contains mainly: red. Hex color #590300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590300 is #A6FCFF. Grayscale: #1C1C1C. Windows color (decimal): -10943744 or 857. OLE color: 857.
HSL color Cylindrical-coordinate representation of color #590300: hue angle of 2.02º 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 #590300 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.65 |
| HSL | 2.02º | 1% | 0.17% | - |
| HSV(B) | 2.02º | 1% | 0.35% | - |
| XYZ | 4.15 | 2.19 | 0.2 | - |
| YUV | 28.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 0 | 0 | 0.97 | 1 | 0.65 | 2.02 | 1 | 0.17 |
| Hex | 59 | 3 | 0 | 0 | 61 | 64 | 41 | 2 | 64 | 11 |
| Octal | 131 | 3 | 0 | 0 | 141 | 144 | 101 | 2 | 144 | 21 |
| Binary | 1011001 | 11 | 0 | 0 | 1100001 | 1100100 | 1000001 | 10 | 1100100 | 10001 |
Color Harmonies of #590300
Complementary color
Monochromatic Colors of #590300
Black with #590300
Text Example
Text Example
White with #590300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590300; }
p { color: rgb(89,3,0); }
H1.HeaderClassName
{
color: #590300;
}
.AnyTagClassName
{
color: #590300;
}
</style>
background-color css
<style>
a { background-color: #590300; }
a { background-color: rgb(89,3,0); }
div.DivClassName
{
background-color: #590300;
}
.BgClassName
{
background-color: #590300;
}
</style>
border-color css
<style>
span { border-color: #590300; }
span { border-color: rgb(89,3,0); }
td.TdClassName
{
border-color: #590300;
}
.TagClassName
{
border-color: #590300;
}
</style>