Shades of Maroon #661001
Tints of Maroon #661001
RGB
CMYK
RGB Variations
Color information
#661001 (or 0x661001) is known color: Maroon. HEX triplet: 66, 10 and 01. RGB value is (102,16,1). Sum of RGB (Red+Green+Blue) = 102+16+1=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #661001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661001 is #99EFFE. Grayscale: #282828. Windows color (decimal): -10088447 or 69734. OLE color: 69734.
HSL color Cylindrical-coordinate representation of color #661001: hue angle of 8.91º 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 #661001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 16 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.6 |
| HSL | 8.91º | 0.98% | 0.2% | - |
| HSV(B) | 8.91º | 0.99% | 0.4% | - |
| XYZ | 5.67 | 3.2 | 0.35 | - |
| YUV | 40 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 1 | 0 | 0.84 | 0.99 | 0.6 | 8.91 | 0.98 | 0.2 |
| Hex | 66 | 10 | 1 | 0 | 54 | 63 | 3C | 9 | 62 | 14 |
| Octal | 146 | 20 | 1 | 0 | 124 | 143 | 74 | 11 | 142 | 24 |
| Binary | 1100110 | 10000 | 1 | 0 | 1010100 | 1100011 | 111100 | 1001 | 1100010 | 10100 |
Color Harmonies of #661001
Complementary color
Monochromatic Colors of #661001
Black with #661001
Text Example
Text Example
White with #661001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661001; }
p { color: rgb(102,16,1); }
H1.HeaderClassName
{
color: #661001;
}
.AnyTagClassName
{
color: #661001;
}
</style>
background-color css
<style>
a { background-color: #661001; }
a { background-color: rgb(102,16,1); }
div.DivClassName
{
background-color: #661001;
}
.BgClassName
{
background-color: #661001;
}
</style>
border-color css
<style>
span { border-color: #661001; }
span { border-color: rgb(102,16,1); }
td.TdClassName
{
border-color: #661001;
}
.TagClassName
{
border-color: #661001;
}
</style>