Shades of Pompadour #66294B
Tints of Pompadour #66294B
RGB
CMYK
RGB Variations
Color information
#66294B (or 0x66294B) is known color: Pompadour. HEX triplet: 66, 29 and 4B. RGB value is (102,41,75). Sum of RGB (Red+Green+Blue) = 102+41+75=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66294B is #99D6B4. Grayscale: #3F3F3F. Windows color (decimal): -10081973 or 4925798. OLE color: 4925798.
HSL color Cylindrical-coordinate representation of color #66294B: hue angle of 326.56º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66294B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 75 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.6 |
| HSL | 326.56º | 0.43% | 0.28% | - |
| HSV(B) | 326.56º | 0.6% | 0.4% | - |
| XYZ | 7.54 | 4.92 | 7.21 | - |
| YUV | 63.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 75 | 0 | 0.60 | 0.26 | 0.6 | 326.56 | 0.43 | 0.28 |
| Hex | 66 | 29 | 4B | 0 | 3C | 1A | 3C | 147 | 2B | 1C |
| Octal | 146 | 51 | 113 | 0 | 74 | 32 | 74 | 507 | 53 | 34 |
| Binary | 1100110 | 101001 | 1001011 | 0 | 111100 | 11010 | 111100 | 101000111 | 101011 | 11100 |
Color Harmonies of #66294B
Complementary color
Monochromatic Colors of #66294B
Black with #66294B
Text Example
Text Example
White with #66294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66294B; }
p { color: rgb(102,41,75); }
H1.HeaderClassName
{
color: #66294B;
}
.AnyTagClassName
{
color: #66294B;
}
</style>
background-color css
<style>
a { background-color: #66294B; }
a { background-color: rgb(102,41,75); }
div.DivClassName
{
background-color: #66294B;
}
.BgClassName
{
background-color: #66294B;
}
</style>
border-color css
<style>
span { border-color: #66294B; }
span { border-color: rgb(102,41,75); }
td.TdClassName
{
border-color: #66294B;
}
.TagClassName
{
border-color: #66294B;
}
</style>