Shades of Pompadour #661C49
Tints of Pompadour #661C49
RGB
CMYK
RGB Variations
Color information
#661C49 (or 0x661C49) is known color: Pompadour. HEX triplet: 66, 1C and 49. RGB value is (102,28,73). Sum of RGB (Red+Green+Blue) = 102+28+73=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #661C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C49 is #99E3B6. Grayscale: #373737. Windows color (decimal): -10085303 or 4791398. OLE color: 4791398.
HSL color Cylindrical-coordinate representation of color #661C49: hue angle of 323.51º 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 #661C49 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 73 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.6 |
| HSL | 323.51º | 0.57% | 0.25% | - |
| HSV(B) | 323.51º | 0.73% | 0.4% | - |
| XYZ | 7.1 | 4.14 | 6.73 | - |
| YUV | 55.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 73 | 0 | 0.73 | 0.28 | 0.6 | 323.51 | 0.57 | 0.25 |
| Hex | 66 | 1C | 49 | 0 | 49 | 1C | 3C | 144 | 39 | 19 |
| Octal | 146 | 34 | 111 | 0 | 111 | 34 | 74 | 504 | 71 | 31 |
| Binary | 1100110 | 11100 | 1001001 | 0 | 1001001 | 11100 | 111100 | 101000100 | 111001 | 11001 |
Color Harmonies of #661C49
Complementary color
Monochromatic Colors of #661C49
Black with #661C49
Text Example
Text Example
White with #661C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C49; }
p { color: rgb(102,28,73); }
H1.HeaderClassName
{
color: #661C49;
}
.AnyTagClassName
{
color: #661C49;
}
</style>
background-color css
<style>
a { background-color: #661C49; }
a { background-color: rgb(102,28,73); }
div.DivClassName
{
background-color: #661C49;
}
.BgClassName
{
background-color: #661C49;
}
</style>
border-color css
<style>
span { border-color: #661C49; }
span { border-color: rgb(102,28,73); }
td.TdClassName
{
border-color: #661C49;
}
.TagClassName
{
border-color: #661C49;
}
</style>