Shades of Maroon #600400
Tints of Maroon #600400
RGB
CMYK
RGB Variations
Color information
#600400 (or 0x600400) is known color: Maroon. HEX triplet: 60, 04 and 00. RGB value is (96,4,0). Sum of RGB (Red+Green+Blue) = 96+4+0=100 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 96 - color contains mainly: red. Hex color #600400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600400 is #9FFBFF. Grayscale: #1F1F1F. Windows color (decimal): -10484736 or 1120. OLE color: 1120.
HSL color Cylindrical-coordinate representation of color #600400: hue angle of 2.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600400 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.62 |
| HSL | 2.5º | 1% | 0.19% | - |
| HSV(B) | 2.5º | 1% | 0.38% | - |
| XYZ | 4.87 | 2.57 | 0.24 | - |
| YUV | 31.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 0 | 0 | 0.96 | 1 | 0.62 | 2.5 | 1 | 0.19 |
| Hex | 60 | 4 | 0 | 0 | 60 | 64 | 3E | 2 | 64 | 13 |
| Octal | 140 | 4 | 0 | 0 | 140 | 144 | 76 | 2 | 144 | 23 |
| Binary | 1100000 | 100 | 0 | 0 | 1100000 | 1100100 | 111110 | 10 | 1100100 | 10011 |
Color Harmonies of #600400
Complementary color
Monochromatic Colors of #600400
Black with #600400
Text Example
Text Example
White with #600400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600400; }
p { color: rgb(96,4,0); }
H1.HeaderClassName
{
color: #600400;
}
.AnyTagClassName
{
color: #600400;
}
</style>
background-color css
<style>
a { background-color: #600400; }
a { background-color: rgb(96,4,0); }
div.DivClassName
{
background-color: #600400;
}
.BgClassName
{
background-color: #600400;
}
</style>
border-color css
<style>
span { border-color: #600400; }
span { border-color: rgb(96,4,0); }
td.TdClassName
{
border-color: #600400;
}
.TagClassName
{
border-color: #600400;
}
</style>