Shades of Pompadour #663052
Tints of Pompadour #663052
RGB
CMYK
RGB Variations
Color information
#663052 (or 0x663052) is known color: Pompadour. HEX triplet: 66, 30 and 52. RGB value is (102,48,82). Sum of RGB (Red+Green+Blue) = 102+48+82=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #663052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663052 is #99CFAD. Grayscale: #434343. Windows color (decimal): -10080174 or 5386342. OLE color: 5386342.
HSL color Cylindrical-coordinate representation of color #663052: hue angle of 322.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663052 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 82 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.6 |
| HSL | 322.22º | 0.36% | 0.29% | - |
| HSV(B) | 322.22º | 0.53% | 0.4% | - |
| XYZ | 8.06 | 5.55 | 8.63 | - |
| YUV | 68.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 82 | 0 | 0.53 | 0.20 | 0.6 | 322.22 | 0.36 | 0.29 |
| Hex | 66 | 30 | 52 | 0 | 35 | 14 | 3C | 142 | 24 | 1D |
| Octal | 146 | 60 | 122 | 0 | 65 | 24 | 74 | 502 | 44 | 35 |
| Binary | 1100110 | 110000 | 1010010 | 0 | 110101 | 10100 | 111100 | 101000010 | 100100 | 11101 |
Color Harmonies of #663052
Complementary color
Monochromatic Colors of #663052
Black with #663052
Text Example
Text Example
White with #663052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663052; }
p { color: rgb(102,48,82); }
H1.HeaderClassName
{
color: #663052;
}
.AnyTagClassName
{
color: #663052;
}
</style>
background-color css
<style>
a { background-color: #663052; }
a { background-color: rgb(102,48,82); }
div.DivClassName
{
background-color: #663052;
}
.BgClassName
{
background-color: #663052;
}
</style>
border-color css
<style>
span { border-color: #663052; }
span { border-color: rgb(102,48,82); }
td.TdClassName
{
border-color: #663052;
}
.TagClassName
{
border-color: #663052;
}
</style>