Shades of Pompadour #661D40
Tints of Pompadour #661D40
RGB
CMYK
RGB Variations
Color information
#661D40 (or 0x661D40) is known color: Pompadour. HEX triplet: 66, 1D and 40. RGB value is (102,29,64). Sum of RGB (Red+Green+Blue) = 102+29+64=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D40 is #99E2BF. Grayscale: #363636. Windows color (decimal): -10085056 or 4201830. OLE color: 4201830.
HSL color Cylindrical-coordinate representation of color #661D40: hue angle of 331.23º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D40 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 64 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.6 |
| HSL | 331.23º | 0.56% | 0.26% | - |
| HSV(B) | 331.23º | 0.72% | 0.4% | - |
| XYZ | 6.84 | 4.07 | 5.28 | - |
| YUV | 54.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 64 | 0 | 0.72 | 0.37 | 0.6 | 331.23 | 0.56 | 0.26 |
| Hex | 66 | 1D | 40 | 0 | 48 | 25 | 3C | 14B | 38 | 1A |
| Octal | 146 | 35 | 100 | 0 | 110 | 45 | 74 | 513 | 70 | 32 |
| Binary | 1100110 | 11101 | 1000000 | 0 | 1001000 | 100101 | 111100 | 101001011 | 111000 | 11010 |
Color Harmonies of #661D40
Complementary color
Monochromatic Colors of #661D40
Black with #661D40
Text Example
Text Example
White with #661D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D40; }
p { color: rgb(102,29,64); }
H1.HeaderClassName
{
color: #661D40;
}
.AnyTagClassName
{
color: #661D40;
}
</style>
background-color css
<style>
a { background-color: #661D40; }
a { background-color: rgb(102,29,64); }
div.DivClassName
{
background-color: #661D40;
}
.BgClassName
{
background-color: #661D40;
}
</style>
border-color css
<style>
span { border-color: #661D40; }
span { border-color: rgb(102,29,64); }
td.TdClassName
{
border-color: #661D40;
}
.TagClassName
{
border-color: #661D40;
}
</style>