Shades of Pompadour #662950
Tints of Pompadour #662950
RGB
CMYK
RGB Variations
Color information
#662950 (or 0x662950) is known color: Pompadour. HEX triplet: 66, 29 and 50. RGB value is (102,41,80). Sum of RGB (Red+Green+Blue) = 102+41+80=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662950 is #99D6AF. Grayscale: #3F3F3F. Windows color (decimal): -10081968 or 5253478. OLE color: 5253478.
HSL color Cylindrical-coordinate representation of color #662950: hue angle of 321.64º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662950 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 80 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.6 |
| HSL | 321.64º | 0.43% | 0.28% | - |
| HSV(B) | 321.64º | 0.6% | 0.4% | - |
| XYZ | 7.72 | 4.99 | 8.15 | - |
| YUV | 63.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 80 | 0 | 0.60 | 0.22 | 0.6 | 321.64 | 0.43 | 0.28 |
| Hex | 66 | 29 | 50 | 0 | 3C | 16 | 3C | 142 | 2B | 1C |
| Octal | 146 | 51 | 120 | 0 | 74 | 26 | 74 | 502 | 53 | 34 |
| Binary | 1100110 | 101001 | 1010000 | 0 | 111100 | 10110 | 111100 | 101000010 | 101011 | 11100 |
Color Harmonies of #662950
Complementary color
Monochromatic Colors of #662950
Black with #662950
Text Example
Text Example
White with #662950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662950; }
p { color: rgb(102,41,80); }
H1.HeaderClassName
{
color: #662950;
}
.AnyTagClassName
{
color: #662950;
}
</style>
background-color css
<style>
a { background-color: #662950; }
a { background-color: rgb(102,41,80); }
div.DivClassName
{
background-color: #662950;
}
.BgClassName
{
background-color: #662950;
}
</style>
border-color css
<style>
span { border-color: #662950; }
span { border-color: rgb(102,41,80); }
td.TdClassName
{
border-color: #662950;
}
.TagClassName
{
border-color: #662950;
}
</style>