Shades of Maroon #600D00
Tints of Maroon #600D00
RGB
CMYK
RGB Variations
Color information
#600D00 (or 0x600D00) is known color: Maroon. HEX triplet: 60, 0D and 00. RGB value is (96,13,0). Sum of RGB (Red+Green+Blue) = 96+13+0=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #600D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600D00 is #9FF2FF. Grayscale: #242424. Windows color (decimal): -10482432 or 3424. OLE color: 3424.
HSL color Cylindrical-coordinate representation of color #600D00: hue angle of 8.12º 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 #600D00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.62 |
| HSL | 8.13º | 1% | 0.19% | - |
| HSV(B) | 8.13º | 1% | 0.38% | - |
| XYZ | 4.97 | 2.77 | 0.27 | - |
| YUV | 36.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 0 | 0 | 0.86 | 1 | 0.62 | 8.13 | 1 | 0.19 |
| Hex | 60 | D | 0 | 0 | 56 | 64 | 3E | 8 | 64 | 13 |
| Octal | 140 | 15 | 0 | 0 | 126 | 144 | 76 | 10 | 144 | 23 |
| Binary | 1100000 | 1101 | 0 | 0 | 1010110 | 1100100 | 111110 | 1000 | 1100100 | 10011 |
Color Harmonies of #600D00
Complementary color
Monochromatic Colors of #600D00
Black with #600D00
Text Example
Text Example
White with #600D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D00; }
p { color: rgb(96,13,0); }
H1.HeaderClassName
{
color: #600D00;
}
.AnyTagClassName
{
color: #600D00;
}
</style>
background-color css
<style>
a { background-color: #600D00; }
a { background-color: rgb(96,13,0); }
div.DivClassName
{
background-color: #600D00;
}
.BgClassName
{
background-color: #600D00;
}
</style>
border-color css
<style>
span { border-color: #600D00; }
span { border-color: rgb(96,13,0); }
td.TdClassName
{
border-color: #600D00;
}
.TagClassName
{
border-color: #600D00;
}
</style>