Shades of Maroon #660501
Tints of Maroon #660501
RGB
CMYK
RGB Variations
Color information
#660501 (or 0x660501) is known color: Maroon. HEX triplet: 66, 05 and 01. RGB value is (102,5,1). Sum of RGB (Red+Green+Blue) = 102+5+1=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660501 is #99FAFE. Grayscale: #212121. Windows color (decimal): -10091263 or 66918. OLE color: 66918.
HSL color Cylindrical-coordinate representation of color #660501: hue angle of 2.38º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660501 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.6 |
| HSL | 2.38º | 0.98% | 0.2% | - |
| HSV(B) | 2.38º | 0.99% | 0.4% | - |
| XYZ | 5.54 | 2.94 | 0.3 | - |
| YUV | 33.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 1 | 0 | 0.95 | 0.99 | 0.6 | 2.38 | 0.98 | 0.2 |
| Hex | 66 | 5 | 1 | 0 | 5F | 63 | 3C | 2 | 62 | 14 |
| Octal | 146 | 5 | 1 | 0 | 137 | 143 | 74 | 2 | 142 | 24 |
| Binary | 1100110 | 101 | 1 | 0 | 1011111 | 1100011 | 111100 | 10 | 1100010 | 10100 |
Color Harmonies of #660501
Complementary color
Monochromatic Colors of #660501
Black with #660501
Text Example
Text Example
White with #660501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660501; }
p { color: rgb(102,5,1); }
H1.HeaderClassName
{
color: #660501;
}
.AnyTagClassName
{
color: #660501;
}
</style>
background-color css
<style>
a { background-color: #660501; }
a { background-color: rgb(102,5,1); }
div.DivClassName
{
background-color: #660501;
}
.BgClassName
{
background-color: #660501;
}
</style>
border-color css
<style>
span { border-color: #660501; }
span { border-color: rgb(102,5,1); }
td.TdClassName
{
border-color: #660501;
}
.TagClassName
{
border-color: #660501;
}
</style>