Shades of Pompadour #661C4D
Tints of Pompadour #661C4D
RGB
CMYK
RGB Variations
Color information
#661C4D (or 0x661C4D) is known color: Pompadour. HEX triplet: 66, 1C and 4D. RGB value is (102,28,77). Sum of RGB (Red+Green+Blue) = 102+28+77=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C4D is #99E3B2. Grayscale: #373737. Windows color (decimal): -10085299 or 5053542. OLE color: 5053542.
HSL color Cylindrical-coordinate representation of color #661C4D: hue angle of 320.27º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C4D is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 77 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.6 |
| HSL | 320.27º | 0.57% | 0.25% | - |
| HSV(B) | 320.27º | 0.73% | 0.4% | - |
| XYZ | 7.23 | 4.19 | 7.45 | - |
| YUV | 55.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 77 | 0 | 0.73 | 0.25 | 0.6 | 320.27 | 0.57 | 0.25 |
| Hex | 66 | 1C | 4D | 0 | 49 | 19 | 3C | 140 | 39 | 19 |
| Octal | 146 | 34 | 115 | 0 | 111 | 31 | 74 | 500 | 71 | 31 |
| Binary | 1100110 | 11100 | 1001101 | 0 | 1001001 | 11001 | 111100 | 101000000 | 111001 | 11001 |
Color Harmonies of #661C4D
Complementary color
Monochromatic Colors of #661C4D
Black with #661C4D
Text Example
Text Example
White with #661C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C4D; }
p { color: rgb(102,28,77); }
H1.HeaderClassName
{
color: #661C4D;
}
.AnyTagClassName
{
color: #661C4D;
}
</style>
background-color css
<style>
a { background-color: #661C4D; }
a { background-color: rgb(102,28,77); }
div.DivClassName
{
background-color: #661C4D;
}
.BgClassName
{
background-color: #661C4D;
}
</style>
border-color css
<style>
span { border-color: #661C4D; }
span { border-color: rgb(102,28,77); }
td.TdClassName
{
border-color: #661C4D;
}
.TagClassName
{
border-color: #661C4D;
}
</style>