Shades of Maroon #600701
Tints of Maroon #600701
RGB
CMYK
RGB Variations
Color information
#600701 (or 0x600701) is known color: Maroon. HEX triplet: 60, 07 and 01. RGB value is (96,7,1). Sum of RGB (Red+Green+Blue) = 96+7+1=104 (13% of max value = 765). Red value is 96 (37.89% from 255 or 92.31% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 96 - color contains mainly: red. Hex color #600701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600701 is #9FF8FE. Grayscale: #212121. Windows color (decimal): -10483967 or 67424. OLE color: 67424.
HSL color Cylindrical-coordinate representation of color #600701: hue angle of 3.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600701 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.62 |
| HSL | 3.79º | 0.98% | 0.19% | - |
| HSV(B) | 3.79º | 0.99% | 0.38% | - |
| XYZ | 4.91 | 2.64 | 0.28 | - |
| YUV | 32.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 1 | 0 | 0.93 | 0.99 | 0.62 | 3.79 | 0.98 | 0.19 |
| Hex | 60 | 7 | 1 | 0 | 5D | 63 | 3E | 4 | 62 | 13 |
| Octal | 140 | 7 | 1 | 0 | 135 | 143 | 76 | 4 | 142 | 23 |
| Binary | 1100000 | 111 | 1 | 0 | 1011101 | 1100011 | 111110 | 100 | 1100010 | 10011 |
Color Harmonies of #600701
Complementary color
Monochromatic Colors of #600701
Black with #600701
Text Example
Text Example
White with #600701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600701; }
p { color: rgb(96,7,1); }
H1.HeaderClassName
{
color: #600701;
}
.AnyTagClassName
{
color: #600701;
}
</style>
background-color css
<style>
a { background-color: #600701; }
a { background-color: rgb(96,7,1); }
div.DivClassName
{
background-color: #600701;
}
.BgClassName
{
background-color: #600701;
}
</style>
border-color css
<style>
span { border-color: #600701; }
span { border-color: rgb(96,7,1); }
td.TdClassName
{
border-color: #600701;
}
.TagClassName
{
border-color: #600701;
}
</style>