Shades of Pompadour #662040
Tints of Pompadour #662040
RGB
CMYK
RGB Variations
Color information
#662040 (or 0x662040) is known color: Pompadour. HEX triplet: 66, 20 and 40. RGB value is (102,32,64). Sum of RGB (Red+Green+Blue) = 102+32+64=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #662040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662040 is #99DFBF. Grayscale: #383838. Windows color (decimal): -10084288 or 4202598. OLE color: 4202598.
HSL color Cylindrical-coordinate representation of color #662040: hue angle of 332.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662040 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 64 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.6 |
| HSL | 332.57º | 0.52% | 0.26% | - |
| HSV(B) | 332.57º | 0.69% | 0.4% | - |
| XYZ | 6.92 | 4.23 | 5.3 | - |
| YUV | 56.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 64 | 0 | 0.69 | 0.37 | 0.6 | 332.57 | 0.52 | 0.26 |
| Hex | 66 | 20 | 40 | 0 | 45 | 25 | 3C | 14D | 34 | 1A |
| Octal | 146 | 40 | 100 | 0 | 105 | 45 | 74 | 515 | 64 | 32 |
| Binary | 1100110 | 100000 | 1000000 | 0 | 1000101 | 100101 | 111100 | 101001101 | 110100 | 11010 |
Color Harmonies of #662040
Complementary color
Monochromatic Colors of #662040
Black with #662040
Text Example
Text Example
White with #662040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662040; }
p { color: rgb(102,32,64); }
H1.HeaderClassName
{
color: #662040;
}
.AnyTagClassName
{
color: #662040;
}
</style>
background-color css
<style>
a { background-color: #662040; }
a { background-color: rgb(102,32,64); }
div.DivClassName
{
background-color: #662040;
}
.BgClassName
{
background-color: #662040;
}
</style>
border-color css
<style>
span { border-color: #662040; }
span { border-color: rgb(102,32,64); }
td.TdClassName
{
border-color: #662040;
}
.TagClassName
{
border-color: #662040;
}
</style>