Shades of Pompadour #661C4F
Tints of Pompadour #661C4F
RGB
CMYK
RGB Variations
Color information
#661C4F (or 0x661C4F) is known color: Pompadour. HEX triplet: 66, 1C and 4F. RGB value is (102,28,79). Sum of RGB (Red+Green+Blue) = 102+28+79=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C4F is #99E3B0. Grayscale: #373737. Windows color (decimal): -10085297 or 5184614. OLE color: 5184614.
HSL color Cylindrical-coordinate representation of color #661C4F: hue angle of 318.65º 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 #661C4F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 79 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.6 |
| HSL | 318.65º | 0.57% | 0.25% | - |
| HSV(B) | 318.65º | 0.73% | 0.4% | - |
| XYZ | 7.31 | 4.22 | 7.83 | - |
| YUV | 55.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 79 | 0 | 0.73 | 0.23 | 0.6 | 318.65 | 0.57 | 0.25 |
| Hex | 66 | 1C | 4F | 0 | 49 | 17 | 3C | 13F | 39 | 19 |
| Octal | 146 | 34 | 117 | 0 | 111 | 27 | 74 | 477 | 71 | 31 |
| Binary | 1100110 | 11100 | 1001111 | 0 | 1001001 | 10111 | 111100 | 100111111 | 111001 | 11001 |
Color Harmonies of #661C4F
Complementary color
Monochromatic Colors of #661C4F
Black with #661C4F
Text Example
Text Example
White with #661C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C4F; }
p { color: rgb(102,28,79); }
H1.HeaderClassName
{
color: #661C4F;
}
.AnyTagClassName
{
color: #661C4F;
}
</style>
background-color css
<style>
a { background-color: #661C4F; }
a { background-color: rgb(102,28,79); }
div.DivClassName
{
background-color: #661C4F;
}
.BgClassName
{
background-color: #661C4F;
}
</style>
border-color css
<style>
span { border-color: #661C4F; }
span { border-color: rgb(102,28,79); }
td.TdClassName
{
border-color: #661C4F;
}
.TagClassName
{
border-color: #661C4F;
}
</style>