Shades of Pompadour #662F52
Tints of Pompadour #662F52
RGB
CMYK
RGB Variations
Color information
#662F52 (or 0x662F52) is known color: Pompadour. HEX triplet: 66, 2F and 52. RGB value is (102,47,82). Sum of RGB (Red+Green+Blue) = 102+47+82=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #662F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F52 is #99D0AD. Grayscale: #434343. Windows color (decimal): -10080430 or 5386086. OLE color: 5386086.
HSL color Cylindrical-coordinate representation of color #662F52: hue angle of 321.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #662F52 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 82 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.6 |
| HSL | 321.82º | 0.37% | 0.29% | - |
| HSV(B) | 321.82º | 0.54% | 0.4% | - |
| XYZ | 8.02 | 5.47 | 8.62 | - |
| YUV | 67.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 82 | 0 | 0.54 | 0.20 | 0.6 | 321.82 | 0.37 | 0.29 |
| Hex | 66 | 2F | 52 | 0 | 36 | 14 | 3C | 142 | 25 | 1D |
| Octal | 146 | 57 | 122 | 0 | 66 | 24 | 74 | 502 | 45 | 35 |
| Binary | 1100110 | 101111 | 1010010 | 0 | 110110 | 10100 | 111100 | 101000010 | 100101 | 11101 |
Color Harmonies of #662F52
Complementary color
Monochromatic Colors of #662F52
Black with #662F52
Text Example
Text Example
White with #662F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F52; }
p { color: rgb(102,47,82); }
H1.HeaderClassName
{
color: #662F52;
}
.AnyTagClassName
{
color: #662F52;
}
</style>
background-color css
<style>
a { background-color: #662F52; }
a { background-color: rgb(102,47,82); }
div.DivClassName
{
background-color: #662F52;
}
.BgClassName
{
background-color: #662F52;
}
</style>
border-color css
<style>
span { border-color: #662F52; }
span { border-color: rgb(102,47,82); }
td.TdClassName
{
border-color: #662F52;
}
.TagClassName
{
border-color: #662F52;
}
</style>