Shades of Pompadour #662F4D
Tints of Pompadour #662F4D
RGB
CMYK
RGB Variations
Color information
#662F4D (or 0x662F4D) is known color: Pompadour. HEX triplet: 66, 2F and 4D. RGB value is (102,47,77). Sum of RGB (Red+Green+Blue) = 102+47+77=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F4D is #99D0B2. Grayscale: #424242. Windows color (decimal): -10080435 or 5058406. OLE color: 5058406.
HSL color Cylindrical-coordinate representation of color #662F4D: hue angle of 327.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #662F4D is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 77 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.6 |
| HSL | 327.27º | 0.37% | 0.29% | - |
| HSV(B) | 327.27º | 0.54% | 0.4% | - |
| XYZ | 7.84 | 5.39 | 7.65 | - |
| YUV | 66.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 77 | 0 | 0.54 | 0.25 | 0.6 | 327.27 | 0.37 | 0.29 |
| Hex | 66 | 2F | 4D | 0 | 36 | 19 | 3C | 147 | 25 | 1D |
| Octal | 146 | 57 | 115 | 0 | 66 | 31 | 74 | 507 | 45 | 35 |
| Binary | 1100110 | 101111 | 1001101 | 0 | 110110 | 11001 | 111100 | 101000111 | 100101 | 11101 |
Color Harmonies of #662F4D
Complementary color
Monochromatic Colors of #662F4D
Black with #662F4D
Text Example
Text Example
White with #662F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F4D; }
p { color: rgb(102,47,77); }
H1.HeaderClassName
{
color: #662F4D;
}
.AnyTagClassName
{
color: #662F4D;
}
</style>
background-color css
<style>
a { background-color: #662F4D; }
a { background-color: rgb(102,47,77); }
div.DivClassName
{
background-color: #662F4D;
}
.BgClassName
{
background-color: #662F4D;
}
</style>
border-color css
<style>
span { border-color: #662F4D; }
span { border-color: rgb(102,47,77); }
td.TdClassName
{
border-color: #662F4D;
}
.TagClassName
{
border-color: #662F4D;
}
</style>