Shades of Maroon #660902
Tints of Maroon #660902
RGB
CMYK
RGB Variations
Color information
#660902 (or 0x660902) is known color: Maroon. HEX triplet: 66, 09 and 02. RGB value is (102,9,2). Sum of RGB (Red+Green+Blue) = 102+9+2=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660902 is #99F6FD. Grayscale: #242424. Windows color (decimal): -10090238 or 133478. OLE color: 133478.
HSL color Cylindrical-coordinate representation of color #660902: hue angle of 4.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660902 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.6 |
| HSL | 4.2º | 0.96% | 0.2% | - |
| HSV(B) | 4.2º | 0.98% | 0.4% | - |
| XYZ | 5.59 | 3.02 | 0.35 | - |
| YUV | 36.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 2 | 0 | 0.91 | 0.98 | 0.6 | 4.2 | 0.96 | 0.2 |
| Hex | 66 | 9 | 2 | 0 | 5B | 62 | 3C | 4 | 60 | 14 |
| Octal | 146 | 11 | 2 | 0 | 133 | 142 | 74 | 4 | 140 | 24 |
| Binary | 1100110 | 1001 | 10 | 0 | 1011011 | 1100010 | 111100 | 100 | 1100000 | 10100 |
Color Harmonies of #660902
Complementary color
Monochromatic Colors of #660902
Black with #660902
Text Example
Text Example
White with #660902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660902; }
p { color: rgb(102,9,2); }
H1.HeaderClassName
{
color: #660902;
}
.AnyTagClassName
{
color: #660902;
}
</style>
background-color css
<style>
a { background-color: #660902; }
a { background-color: rgb(102,9,2); }
div.DivClassName
{
background-color: #660902;
}
.BgClassName
{
background-color: #660902;
}
</style>
border-color css
<style>
span { border-color: #660902; }
span { border-color: rgb(102,9,2); }
td.TdClassName
{
border-color: #660902;
}
.TagClassName
{
border-color: #660902;
}
</style>