Shades of Pompadour #661C48
Tints of Pompadour #661C48
RGB
CMYK
RGB Variations
Color information
#661C48 (or 0x661C48) is known color: Pompadour. HEX triplet: 66, 1C and 48. RGB value is (102,28,72). Sum of RGB (Red+Green+Blue) = 102+28+72=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #661C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C48 is #99E3B7. Grayscale: #373737. Windows color (decimal): -10085304 or 4725862. OLE color: 4725862.
HSL color Cylindrical-coordinate representation of color #661C48: hue angle of 324.32º 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 #661C48 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 72 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.6 |
| HSL | 324.32º | 0.57% | 0.25% | - |
| HSV(B) | 324.32º | 0.73% | 0.4% | - |
| XYZ | 7.06 | 4.12 | 6.55 | - |
| YUV | 55.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 72 | 0 | 0.73 | 0.29 | 0.6 | 324.32 | 0.57 | 0.25 |
| Hex | 66 | 1C | 48 | 0 | 49 | 1D | 3C | 144 | 39 | 19 |
| Octal | 146 | 34 | 110 | 0 | 111 | 35 | 74 | 504 | 71 | 31 |
| Binary | 1100110 | 11100 | 1001000 | 0 | 1001001 | 11101 | 111100 | 101000100 | 111001 | 11001 |
Color Harmonies of #661C48
Complementary color
Monochromatic Colors of #661C48
Black with #661C48
Text Example
Text Example
White with #661C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C48; }
p { color: rgb(102,28,72); }
H1.HeaderClassName
{
color: #661C48;
}
.AnyTagClassName
{
color: #661C48;
}
</style>
background-color css
<style>
a { background-color: #661C48; }
a { background-color: rgb(102,28,72); }
div.DivClassName
{
background-color: #661C48;
}
.BgClassName
{
background-color: #661C48;
}
</style>
border-color css
<style>
span { border-color: #661C48; }
span { border-color: rgb(102,28,72); }
td.TdClassName
{
border-color: #661C48;
}
.TagClassName
{
border-color: #661C48;
}
</style>