Shades of Maroon #600500
Tints of Maroon #600500
RGB
CMYK
RGB Variations
Color information
#600500 (or 0x600500) is known color: Maroon. HEX triplet: 60, 05 and 00. RGB value is (96,5,0). Sum of RGB (Red+Green+Blue) = 96+5+0=101 (13% of max value = 765). Red value is 96 (37.89% from 255 or 95.05% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 96 - color contains mainly: red. Hex color #600500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600500 is #9FFAFF. Grayscale: #1F1F1F. Windows color (decimal): -10484480 or 1376. OLE color: 1376.
HSL color Cylindrical-coordinate representation of color #600500: hue angle of 3.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 #600500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.62 |
| HSL | 3.13º | 1% | 0.19% | - |
| HSV(B) | 3.13º | 1% | 0.38% | - |
| XYZ | 4.88 | 2.6 | 0.24 | - |
| YUV | 31.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 0 | 0 | 0.95 | 1 | 0.62 | 3.13 | 1 | 0.19 |
| Hex | 60 | 5 | 0 | 0 | 5F | 64 | 3E | 3 | 64 | 13 |
| Octal | 140 | 5 | 0 | 0 | 137 | 144 | 76 | 3 | 144 | 23 |
| Binary | 1100000 | 101 | 0 | 0 | 1011111 | 1100100 | 111110 | 11 | 1100100 | 10011 |
Color Harmonies of #600500
Complementary color
Monochromatic Colors of #600500
Black with #600500
Text Example
Text Example
White with #600500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600500; }
p { color: rgb(96,5,0); }
H1.HeaderClassName
{
color: #600500;
}
.AnyTagClassName
{
color: #600500;
}
</style>
background-color css
<style>
a { background-color: #600500; }
a { background-color: rgb(96,5,0); }
div.DivClassName
{
background-color: #600500;
}
.BgClassName
{
background-color: #600500;
}
</style>
border-color css
<style>
span { border-color: #600500; }
span { border-color: rgb(96,5,0); }
td.TdClassName
{
border-color: #600500;
}
.TagClassName
{
border-color: #600500;
}
</style>