Shades of Pompadour #661C40
Tints of Pompadour #661C40
RGB
CMYK
RGB Variations
Color information
#661C40 (or 0x661C40) is known color: Pompadour. HEX triplet: 66, 1C and 40. RGB value is (102,28,64). Sum of RGB (Red+Green+Blue) = 102+28+64=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #661C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C40 is #99E3BF. Grayscale: #363636. Windows color (decimal): -10085312 or 4201574. OLE color: 4201574.
HSL color Cylindrical-coordinate representation of color #661C40: hue angle of 330.81º 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 #661C40 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 64 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.6 |
| HSL | 330.81º | 0.57% | 0.25% | - |
| HSV(B) | 330.81º | 0.73% | 0.4% | - |
| XYZ | 6.82 | 4.03 | 5.27 | - |
| YUV | 54.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 64 | 0 | 0.73 | 0.37 | 0.6 | 330.81 | 0.57 | 0.25 |
| Hex | 66 | 1C | 40 | 0 | 49 | 25 | 3C | 14B | 39 | 19 |
| Octal | 146 | 34 | 100 | 0 | 111 | 45 | 74 | 513 | 71 | 31 |
| Binary | 1100110 | 11100 | 1000000 | 0 | 1001001 | 100101 | 111100 | 101001011 | 111001 | 11001 |
Color Harmonies of #661C40
Complementary color
Monochromatic Colors of #661C40
Black with #661C40
Text Example
Text Example
White with #661C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C40; }
p { color: rgb(102,28,64); }
H1.HeaderClassName
{
color: #661C40;
}
.AnyTagClassName
{
color: #661C40;
}
</style>
background-color css
<style>
a { background-color: #661C40; }
a { background-color: rgb(102,28,64); }
div.DivClassName
{
background-color: #661C40;
}
.BgClassName
{
background-color: #661C40;
}
</style>
border-color css
<style>
span { border-color: #661C40; }
span { border-color: rgb(102,28,64); }
td.TdClassName
{
border-color: #661C40;
}
.TagClassName
{
border-color: #661C40;
}
</style>