Shades of Pompadour #66214E
Tints of Pompadour #66214E
RGB
CMYK
RGB Variations
Color information
#66214E (or 0x66214E) is known color: Pompadour. HEX triplet: 66, 21 and 4E. RGB value is (102,33,78). Sum of RGB (Red+Green+Blue) = 102+33+78=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66214E is #99DEB1. Grayscale: #3A3A3A. Windows color (decimal): -10084018 or 5120358. OLE color: 5120358.
HSL color Cylindrical-coordinate representation of color #66214E: hue angle of 320.87º 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 #66214E is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 78 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.6 |
| HSL | 320.87º | 0.51% | 0.26% | - |
| HSV(B) | 320.87º | 0.68% | 0.4% | - |
| XYZ | 7.4 | 4.46 | 7.68 | - |
| YUV | 58.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 78 | 0 | 0.68 | 0.24 | 0.6 | 320.87 | 0.51 | 0.26 |
| Hex | 66 | 21 | 4E | 0 | 44 | 18 | 3C | 141 | 33 | 1A |
| Octal | 146 | 41 | 116 | 0 | 104 | 30 | 74 | 501 | 63 | 32 |
| Binary | 1100110 | 100001 | 1001110 | 0 | 1000100 | 11000 | 111100 | 101000001 | 110011 | 11010 |
Color Harmonies of #66214E
Complementary color
Monochromatic Colors of #66214E
Black with #66214E
Text Example
Text Example
White with #66214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66214E; }
p { color: rgb(102,33,78); }
H1.HeaderClassName
{
color: #66214E;
}
.AnyTagClassName
{
color: #66214E;
}
</style>
background-color css
<style>
a { background-color: #66214E; }
a { background-color: rgb(102,33,78); }
div.DivClassName
{
background-color: #66214E;
}
.BgClassName
{
background-color: #66214E;
}
</style>
border-color css
<style>
span { border-color: #66214E; }
span { border-color: rgb(102,33,78); }
td.TdClassName
{
border-color: #66214E;
}
.TagClassName
{
border-color: #66214E;
}
</style>