Shades of Maroon #660504
Tints of Maroon #660504
RGB
CMYK
RGB Variations
Color information
#660504 (or 0x660504) is known color: Maroon. HEX triplet: 66, 05 and 04. RGB value is (102,5,4). Sum of RGB (Red+Green+Blue) = 102+5+4=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660504 is #99FAFB. Grayscale: #212121. Windows color (decimal): -10091260 or 263526. OLE color: 263526.
HSL color Cylindrical-coordinate representation of color #660504: hue angle of 0.61º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660504 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 4 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.6 |
| HSL | 0.61º | 0.92% | 0.21% | - |
| HSV(B) | 0.61º | 0.96% | 0.4% | - |
| XYZ | 5.56 | 2.94 | 0.39 | - |
| YUV | 33.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 4 | 0 | 0.95 | 0.96 | 0.6 | 0.61 | 0.92 | 0.21 |
| Hex | 66 | 5 | 4 | 0 | 5F | 60 | 3C | 1 | 5C | 15 |
| Octal | 146 | 5 | 4 | 0 | 137 | 140 | 74 | 1 | 134 | 25 |
| Binary | 1100110 | 101 | 100 | 0 | 1011111 | 1100000 | 111100 | 1 | 1011100 | 10101 |
Color Harmonies of #660504
Complementary color
Monochromatic Colors of #660504
Black with #660504
Text Example
Text Example
White with #660504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660504; }
p { color: rgb(102,5,4); }
H1.HeaderClassName
{
color: #660504;
}
.AnyTagClassName
{
color: #660504;
}
</style>
background-color css
<style>
a { background-color: #660504; }
a { background-color: rgb(102,5,4); }
div.DivClassName
{
background-color: #660504;
}
.BgClassName
{
background-color: #660504;
}
</style>
border-color css
<style>
span { border-color: #660504; }
span { border-color: rgb(102,5,4); }
td.TdClassName
{
border-color: #660504;
}
.TagClassName
{
border-color: #660504;
}
</style>