Shades of Pompadour #662149
Tints of Pompadour #662149
RGB
CMYK
RGB Variations
Color information
#662149 (or 0x662149) is known color: Pompadour. HEX triplet: 66, 21 and 49. RGB value is (102,33,73). Sum of RGB (Red+Green+Blue) = 102+33+73=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #662149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662149 is #99DEB6. Grayscale: #3A3A3A. Windows color (decimal): -10084023 or 4792678. OLE color: 4792678.
HSL color Cylindrical-coordinate representation of color #662149: hue angle of 325.22º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662149 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 73 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.6 |
| HSL | 325.22º | 0.51% | 0.26% | - |
| HSV(B) | 325.22º | 0.68% | 0.4% | - |
| XYZ | 7.23 | 4.39 | 6.77 | - |
| YUV | 58.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 73 | 0 | 0.68 | 0.28 | 0.6 | 325.22 | 0.51 | 0.26 |
| Hex | 66 | 21 | 49 | 0 | 44 | 1C | 3C | 145 | 33 | 1A |
| Octal | 146 | 41 | 111 | 0 | 104 | 34 | 74 | 505 | 63 | 32 |
| Binary | 1100110 | 100001 | 1001001 | 0 | 1000100 | 11100 | 111100 | 101000101 | 110011 | 11010 |
Color Harmonies of #662149
Complementary color
Monochromatic Colors of #662149
Black with #662149
Text Example
Text Example
White with #662149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662149; }
p { color: rgb(102,33,73); }
H1.HeaderClassName
{
color: #662149;
}
.AnyTagClassName
{
color: #662149;
}
</style>
background-color css
<style>
a { background-color: #662149; }
a { background-color: rgb(102,33,73); }
div.DivClassName
{
background-color: #662149;
}
.BgClassName
{
background-color: #662149;
}
</style>
border-color css
<style>
span { border-color: #662149; }
span { border-color: rgb(102,33,73); }
td.TdClassName
{
border-color: #662149;
}
.TagClassName
{
border-color: #662149;
}
</style>