Shades of Pompadour #66214F
Tints of Pompadour #66214F
RGB
CMYK
RGB Variations
Color information
#66214F (or 0x66214F) is known color: Pompadour. HEX triplet: 66, 21 and 4F. RGB value is (102,33,79). Sum of RGB (Red+Green+Blue) = 102+33+79=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66214F is #99DEB0. Grayscale: #3A3A3A. Windows color (decimal): -10084017 or 5185894. OLE color: 5185894.
HSL color Cylindrical-coordinate representation of color #66214F: hue angle of 320º 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 #66214F is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 79 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.6 |
| HSL | 320º | 0.51% | 0.26% | - |
| HSV(B) | 320º | 0.68% | 0.4% | - |
| XYZ | 7.43 | 4.48 | 7.87 | - |
| YUV | 58.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 79 | 0 | 0.68 | 0.23 | 0.6 | 320 | 0.51 | 0.26 |
| Hex | 66 | 21 | 4F | 0 | 44 | 17 | 3C | 140 | 33 | 1A |
| Octal | 146 | 41 | 117 | 0 | 104 | 27 | 74 | 500 | 63 | 32 |
| Binary | 1100110 | 100001 | 1001111 | 0 | 1000100 | 10111 | 111100 | 101000000 | 110011 | 11010 |
Color Harmonies of #66214F
Complementary color
Monochromatic Colors of #66214F
Black with #66214F
Text Example
Text Example
White with #66214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66214F; }
p { color: rgb(102,33,79); }
H1.HeaderClassName
{
color: #66214F;
}
.AnyTagClassName
{
color: #66214F;
}
</style>
background-color css
<style>
a { background-color: #66214F; }
a { background-color: rgb(102,33,79); }
div.DivClassName
{
background-color: #66214F;
}
.BgClassName
{
background-color: #66214F;
}
</style>
border-color css
<style>
span { border-color: #66214F; }
span { border-color: rgb(102,33,79); }
td.TdClassName
{
border-color: #66214F;
}
.TagClassName
{
border-color: #66214F;
}
</style>