Shades of Pompadour #66214D
Tints of Pompadour #66214D
RGB
CMYK
RGB Variations
Color information
#66214D (or 0x66214D) is known color: Pompadour. HEX triplet: 66, 21 and 4D. RGB value is (102,33,77). Sum of RGB (Red+Green+Blue) = 102+33+77=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66214D is #99DEB2. Grayscale: #3A3A3A. Windows color (decimal): -10084019 or 5054822. OLE color: 5054822.
HSL color Cylindrical-coordinate representation of color #66214D: hue angle of 321.74º 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 #66214D is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 77 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.6 |
| HSL | 321.74º | 0.51% | 0.26% | - |
| HSV(B) | 321.74º | 0.68% | 0.4% | - |
| XYZ | 7.36 | 4.45 | 7.49 | - |
| YUV | 58.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 77 | 0 | 0.68 | 0.25 | 0.6 | 321.74 | 0.51 | 0.26 |
| Hex | 66 | 21 | 4D | 0 | 44 | 19 | 3C | 142 | 33 | 1A |
| Octal | 146 | 41 | 115 | 0 | 104 | 31 | 74 | 502 | 63 | 32 |
| Binary | 1100110 | 100001 | 1001101 | 0 | 1000100 | 11001 | 111100 | 101000010 | 110011 | 11010 |
Color Harmonies of #66214D
Complementary color
Monochromatic Colors of #66214D
Black with #66214D
Text Example
Text Example
White with #66214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66214D; }
p { color: rgb(102,33,77); }
H1.HeaderClassName
{
color: #66214D;
}
.AnyTagClassName
{
color: #66214D;
}
</style>
background-color css
<style>
a { background-color: #66214D; }
a { background-color: rgb(102,33,77); }
div.DivClassName
{
background-color: #66214D;
}
.BgClassName
{
background-color: #66214D;
}
</style>
border-color css
<style>
span { border-color: #66214D; }
span { border-color: rgb(102,33,77); }
td.TdClassName
{
border-color: #66214D;
}
.TagClassName
{
border-color: #66214D;
}
</style>