Shades of Pompadour #662C4E
Tints of Pompadour #662C4E
RGB
CMYK
RGB Variations
Color information
#662C4E (or 0x662C4E) is known color: Pompadour. HEX triplet: 66, 2C and 4E. RGB value is (102,44,78). Sum of RGB (Red+Green+Blue) = 102+44+78=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #662C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C4E is #99D3B1. Grayscale: #414141. Windows color (decimal): -10081202 or 5123174. OLE color: 5123174.
HSL color Cylindrical-coordinate representation of color #662C4E: hue angle of 324.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C4E is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 78 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.6 |
| HSL | 324.83º | 0.4% | 0.29% | - |
| HSV(B) | 324.83º | 0.57% | 0.4% | - |
| XYZ | 7.76 | 5.18 | 7.8 | - |
| YUV | 65.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 78 | 0 | 0.57 | 0.24 | 0.6 | 324.83 | 0.4 | 0.29 |
| Hex | 66 | 2C | 4E | 0 | 39 | 18 | 3C | 145 | 28 | 1D |
| Octal | 146 | 54 | 116 | 0 | 71 | 30 | 74 | 505 | 50 | 35 |
| Binary | 1100110 | 101100 | 1001110 | 0 | 111001 | 11000 | 111100 | 101000101 | 101000 | 11101 |
Color Harmonies of #662C4E
Complementary color
Monochromatic Colors of #662C4E
Black with #662C4E
Text Example
Text Example
White with #662C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C4E; }
p { color: rgb(102,44,78); }
H1.HeaderClassName
{
color: #662C4E;
}
.AnyTagClassName
{
color: #662C4E;
}
</style>
background-color css
<style>
a { background-color: #662C4E; }
a { background-color: rgb(102,44,78); }
div.DivClassName
{
background-color: #662C4E;
}
.BgClassName
{
background-color: #662C4E;
}
</style>
border-color css
<style>
span { border-color: #662C4E; }
span { border-color: rgb(102,44,78); }
td.TdClassName
{
border-color: #662C4E;
}
.TagClassName
{
border-color: #662C4E;
}
</style>