Shades of Pompadour #662644
Tints of Pompadour #662644
RGB
CMYK
RGB Variations
Color information
#662644 (or 0x662644) is known color: Pompadour. HEX triplet: 66, 26 and 44. RGB value is (102,38,68). Sum of RGB (Red+Green+Blue) = 102+38+68=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #662644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662644 is #99D9BB. Grayscale: #3C3C3C. Windows color (decimal): -10082748 or 4466278. OLE color: 4466278.
HSL color Cylindrical-coordinate representation of color #662644: hue angle of 331.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662644 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 68 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.6 |
| HSL | 331.88º | 0.46% | 0.27% | - |
| HSV(B) | 331.88º | 0.63% | 0.4% | - |
| XYZ | 7.22 | 4.63 | 5.98 | - |
| YUV | 60.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 68 | 0 | 0.63 | 0.33 | 0.6 | 331.88 | 0.46 | 0.27 |
| Hex | 66 | 26 | 44 | 0 | 3F | 21 | 3C | 14C | 2E | 1B |
| Octal | 146 | 46 | 104 | 0 | 77 | 41 | 74 | 514 | 56 | 33 |
| Binary | 1100110 | 100110 | 1000100 | 0 | 111111 | 100001 | 111100 | 101001100 | 101110 | 11011 |
Color Harmonies of #662644
Complementary color
Monochromatic Colors of #662644
Black with #662644
Text Example
Text Example
White with #662644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662644; }
p { color: rgb(102,38,68); }
H1.HeaderClassName
{
color: #662644;
}
.AnyTagClassName
{
color: #662644;
}
</style>
background-color css
<style>
a { background-color: #662644; }
a { background-color: rgb(102,38,68); }
div.DivClassName
{
background-color: #662644;
}
.BgClassName
{
background-color: #662644;
}
</style>
border-color css
<style>
span { border-color: #662644; }
span { border-color: rgb(102,38,68); }
td.TdClassName
{
border-color: #662644;
}
.TagClassName
{
border-color: #662644;
}
</style>