Shades of Pompadour #661E4D
Tints of Pompadour #661E4D
RGB
CMYK
RGB Variations
Color information
#661E4D (or 0x661E4D) is known color: Pompadour. HEX triplet: 66, 1E and 4D. RGB value is (102,30,77). Sum of RGB (Red+Green+Blue) = 102+30+77=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E4D is #99E1B2. Grayscale: #383838. Windows color (decimal): -10084787 or 5054054. OLE color: 5054054.
HSL color Cylindrical-coordinate representation of color #661E4D: hue angle of 320.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E4D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 77 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.6 |
| HSL | 320.83º | 0.55% | 0.26% | - |
| HSV(B) | 320.83º | 0.71% | 0.4% | - |
| XYZ | 7.28 | 4.29 | 7.47 | - |
| YUV | 56.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 77 | 0 | 0.71 | 0.25 | 0.6 | 320.83 | 0.55 | 0.26 |
| Hex | 66 | 1E | 4D | 0 | 47 | 19 | 3C | 141 | 37 | 1A |
| Octal | 146 | 36 | 115 | 0 | 107 | 31 | 74 | 501 | 67 | 32 |
| Binary | 1100110 | 11110 | 1001101 | 0 | 1000111 | 11001 | 111100 | 101000001 | 110111 | 11010 |
Color Harmonies of #661E4D
Complementary color
Monochromatic Colors of #661E4D
Black with #661E4D
Text Example
Text Example
White with #661E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E4D; }
p { color: rgb(102,30,77); }
H1.HeaderClassName
{
color: #661E4D;
}
.AnyTagClassName
{
color: #661E4D;
}
</style>
background-color css
<style>
a { background-color: #661E4D; }
a { background-color: rgb(102,30,77); }
div.DivClassName
{
background-color: #661E4D;
}
.BgClassName
{
background-color: #661E4D;
}
</style>
border-color css
<style>
span { border-color: #661E4D; }
span { border-color: rgb(102,30,77); }
td.TdClassName
{
border-color: #661E4D;
}
.TagClassName
{
border-color: #661E4D;
}
</style>