Shades of Pompadour #662D4C
Tints of Pompadour #662D4C
RGB
CMYK
RGB Variations
Color information
#662D4C (or 0x662D4C) is known color: Pompadour. HEX triplet: 66, 2D and 4C. RGB value is (102,45,76). Sum of RGB (Red+Green+Blue) = 102+45+76=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D4C is #99D2B3. Grayscale: #414141. Windows color (decimal): -10080948 or 4992358. OLE color: 4992358.
HSL color Cylindrical-coordinate representation of color #662D4C: hue angle of 327.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D4C is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 76 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.6 |
| HSL | 327.37º | 0.39% | 0.29% | - |
| HSV(B) | 327.37º | 0.56% | 0.4% | - |
| XYZ | 7.72 | 5.22 | 7.44 | - |
| YUV | 65.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 76 | 0 | 0.56 | 0.25 | 0.6 | 327.37 | 0.39 | 0.29 |
| Hex | 66 | 2D | 4C | 0 | 38 | 19 | 3C | 147 | 27 | 1D |
| Octal | 146 | 55 | 114 | 0 | 70 | 31 | 74 | 507 | 47 | 35 |
| Binary | 1100110 | 101101 | 1001100 | 0 | 111000 | 11001 | 111100 | 101000111 | 100111 | 11101 |
Color Harmonies of #662D4C
Complementary color
Monochromatic Colors of #662D4C
Black with #662D4C
Text Example
Text Example
White with #662D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D4C; }
p { color: rgb(102,45,76); }
H1.HeaderClassName
{
color: #662D4C;
}
.AnyTagClassName
{
color: #662D4C;
}
</style>
background-color css
<style>
a { background-color: #662D4C; }
a { background-color: rgb(102,45,76); }
div.DivClassName
{
background-color: #662D4C;
}
.BgClassName
{
background-color: #662D4C;
}
</style>
border-color css
<style>
span { border-color: #662D4C; }
span { border-color: rgb(102,45,76); }
td.TdClassName
{
border-color: #662D4C;
}
.TagClassName
{
border-color: #662D4C;
}
</style>