Shades of Maroon #660805
Tints of Maroon #660805
RGB
CMYK
RGB Variations
Color information
#660805 (or 0x660805) is known color: Maroon. HEX triplet: 66, 08 and 05. RGB value is (102,8,5). Sum of RGB (Red+Green+Blue) = 102+8+5=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #660805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660805 is #99F7FA. Grayscale: #232323. Windows color (decimal): -10090491 or 329830. OLE color: 329830.
HSL color Cylindrical-coordinate representation of color #660805: hue angle of 1.86º 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 #660805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.6 |
| HSL | 1.86º | 0.91% | 0.21% | - |
| HSV(B) | 1.86º | 0.95% | 0.4% | - |
| XYZ | 5.59 | 3.01 | 0.43 | - |
| YUV | 35.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 5 | 0 | 0.92 | 0.95 | 0.6 | 1.86 | 0.91 | 0.21 |
| Hex | 66 | 8 | 5 | 0 | 5C | 5F | 3C | 2 | 5B | 15 |
| Octal | 146 | 10 | 5 | 0 | 134 | 137 | 74 | 2 | 133 | 25 |
| Binary | 1100110 | 1000 | 101 | 0 | 1011100 | 1011111 | 111100 | 10 | 1011011 | 10101 |
Color Harmonies of #660805
Complementary color
Monochromatic Colors of #660805
Black with #660805
Text Example
Text Example
White with #660805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660805; }
p { color: rgb(102,8,5); }
H1.HeaderClassName
{
color: #660805;
}
.AnyTagClassName
{
color: #660805;
}
</style>
background-color css
<style>
a { background-color: #660805; }
a { background-color: rgb(102,8,5); }
div.DivClassName
{
background-color: #660805;
}
.BgClassName
{
background-color: #660805;
}
</style>
border-color css
<style>
span { border-color: #660805; }
span { border-color: rgb(102,8,5); }
td.TdClassName
{
border-color: #660805;
}
.TagClassName
{
border-color: #660805;
}
</style>