Shades of Maroon #660705
Tints of Maroon #660705
RGB
CMYK
RGB Variations
Color information
#660705 (or 0x660705) is known color: Maroon. HEX triplet: 66, 07 and 05. RGB value is (102,7,5). Sum of RGB (Red+Green+Blue) = 102+7+5=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #660705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660705 is #99F8FA. Grayscale: #232323. Windows color (decimal): -10090747 or 329574. OLE color: 329574.
HSL color Cylindrical-coordinate representation of color #660705: hue angle of 1.24º 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 #660705 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 5 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.6 |
| HSL | 1.24º | 0.91% | 0.21% | - |
| HSV(B) | 1.24º | 0.95% | 0.4% | - |
| XYZ | 5.58 | 2.99 | 0.43 | - |
| YUV | 35.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 5 | 0 | 0.93 | 0.95 | 0.6 | 1.24 | 0.91 | 0.21 |
| Hex | 66 | 7 | 5 | 0 | 5D | 5F | 3C | 1 | 5B | 15 |
| Octal | 146 | 7 | 5 | 0 | 135 | 137 | 74 | 1 | 133 | 25 |
| Binary | 1100110 | 111 | 101 | 0 | 1011101 | 1011111 | 111100 | 1 | 1011011 | 10101 |
Color Harmonies of #660705
Complementary color
Monochromatic Colors of #660705
Black with #660705
Text Example
Text Example
White with #660705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660705; }
p { color: rgb(102,7,5); }
H1.HeaderClassName
{
color: #660705;
}
.AnyTagClassName
{
color: #660705;
}
</style>
background-color css
<style>
a { background-color: #660705; }
a { background-color: rgb(102,7,5); }
div.DivClassName
{
background-color: #660705;
}
.BgClassName
{
background-color: #660705;
}
</style>
border-color css
<style>
span { border-color: #660705; }
span { border-color: rgb(102,7,5); }
td.TdClassName
{
border-color: #660705;
}
.TagClassName
{
border-color: #660705;
}
</style>