Shades of Maroon #600100
Tints of Maroon #600100
RGB
CMYK
RGB Variations
Color information
#600100 (or 0x600100) is known color: Maroon. HEX triplet: 60, 01 and 00. RGB value is (96,1,0). Sum of RGB (Red+Green+Blue) = 96+1+0=97 (12% of max value = 765). Red value is 96 (37.89% from 255 or 98.97% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 96 - color contains mainly: red. Hex color #600100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600100 is #9FFEFF. Grayscale: #1D1D1D. Windows color (decimal): -10485504 or 352. OLE color: 352.
HSL color Cylindrical-coordinate representation of color #600100: hue angle of 0.62º 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 #600100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.62 |
| HSL | 0.63º | 1% | 0.19% | - |
| HSV(B) | 0.63º | 1% | 0.38% | - |
| XYZ | 4.83 | 2.51 | 0.23 | - |
| YUV | 29.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 0 | 0 | 0.99 | 1 | 0.62 | 0.63 | 1 | 0.19 |
| Hex | 60 | 1 | 0 | 0 | 63 | 64 | 3E | 1 | 64 | 13 |
| Octal | 140 | 1 | 0 | 0 | 143 | 144 | 76 | 1 | 144 | 23 |
| Binary | 1100000 | 1 | 0 | 0 | 1100011 | 1100100 | 111110 | 1 | 1100100 | 10011 |
Color Harmonies of #600100
Complementary color
Monochromatic Colors of #600100
Black with #600100
Text Example
Text Example
White with #600100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600100; }
p { color: rgb(96,1,0); }
H1.HeaderClassName
{
color: #600100;
}
.AnyTagClassName
{
color: #600100;
}
</style>
background-color css
<style>
a { background-color: #600100; }
a { background-color: rgb(96,1,0); }
div.DivClassName
{
background-color: #600100;
}
.BgClassName
{
background-color: #600100;
}
</style>
border-color css
<style>
span { border-color: #600100; }
span { border-color: rgb(96,1,0); }
td.TdClassName
{
border-color: #600100;
}
.TagClassName
{
border-color: #600100;
}
</style>