Shades of Maroon #660505
Tints of Maroon #660505
RGB
CMYK
RGB Variations
Color information
#660505 (or 0x660505) is known color: Maroon. HEX triplet: 66, 05 and 05. RGB value is (102,5,5). Sum of RGB (Red+Green+Blue) = 102+5+5=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #660505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660505 is #99FAFA. Grayscale: #222222. Windows color (decimal): -10091259 or 329062. OLE color: 329062.
HSL color Cylindrical-coordinate representation of color #660505: hue angle of 0º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660505 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 5 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.6 |
| HSL | 0º | 0.91% | 0.21% | - |
| HSV(B) | 0º | 0.95% | 0.4% | - |
| XYZ | 5.56 | 2.94 | 0.42 | - |
| YUV | 34 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 5 | 0 | 0.95 | 0.95 | 0.6 | 0 | 0.91 | 0.21 |
| Hex | 66 | 5 | 5 | 0 | 5F | 5F | 3C | 0 | 5B | 15 |
| Octal | 146 | 5 | 5 | 0 | 137 | 137 | 74 | 0 | 133 | 25 |
| Binary | 1100110 | 101 | 101 | 0 | 1011111 | 1011111 | 111100 | 0 | 1011011 | 10101 |
Color Harmonies of #660505
Complementary color
Monochromatic Colors of #660505
Black with #660505
Text Example
Text Example
White with #660505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660505; }
p { color: rgb(102,5,5); }
H1.HeaderClassName
{
color: #660505;
}
.AnyTagClassName
{
color: #660505;
}
</style>
background-color css
<style>
a { background-color: #660505; }
a { background-color: rgb(102,5,5); }
div.DivClassName
{
background-color: #660505;
}
.BgClassName
{
background-color: #660505;
}
</style>
border-color css
<style>
span { border-color: #660505; }
span { border-color: rgb(102,5,5); }
td.TdClassName
{
border-color: #660505;
}
.TagClassName
{
border-color: #660505;
}
</style>