Shades of Pompadour #66224F
Tints of Pompadour #66224F
RGB
CMYK
RGB Variations
Color information
#66224F (or 0x66224F) is known color: Pompadour. HEX triplet: 66, 22 and 4F. RGB value is (102,34,79). Sum of RGB (Red+Green+Blue) = 102+34+79=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66224F is #99DDB0. Grayscale: #3B3B3B. Windows color (decimal): -10083761 or 5186150. OLE color: 5186150.
HSL color Cylindrical-coordinate representation of color #66224F: hue angle of 320.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66224F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 79 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.6 |
| HSL | 320.29º | 0.5% | 0.27% | - |
| HSV(B) | 320.29º | 0.67% | 0.4% | - |
| XYZ | 7.46 | 4.53 | 7.88 | - |
| YUV | 59.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 79 | 0 | 0.67 | 0.23 | 0.6 | 320.29 | 0.5 | 0.27 |
| Hex | 66 | 22 | 4F | 0 | 43 | 17 | 3C | 140 | 32 | 1B |
| Octal | 146 | 42 | 117 | 0 | 103 | 27 | 74 | 500 | 62 | 33 |
| Binary | 1100110 | 100010 | 1001111 | 0 | 1000011 | 10111 | 111100 | 101000000 | 110010 | 11011 |
Color Harmonies of #66224F
Complementary color
Monochromatic Colors of #66224F
Black with #66224F
Text Example
Text Example
White with #66224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66224F; }
p { color: rgb(102,34,79); }
H1.HeaderClassName
{
color: #66224F;
}
.AnyTagClassName
{
color: #66224F;
}
</style>
background-color css
<style>
a { background-color: #66224F; }
a { background-color: rgb(102,34,79); }
div.DivClassName
{
background-color: #66224F;
}
.BgClassName
{
background-color: #66224F;
}
</style>
border-color css
<style>
span { border-color: #66224F; }
span { border-color: rgb(102,34,79); }
td.TdClassName
{
border-color: #66224F;
}
.TagClassName
{
border-color: #66224F;
}
</style>