Shades of Pompadour #64294C
Tints of Pompadour #64294C
RGB
CMYK
RGB Variations
Color information
#64294C (or 0x64294C) is known color: Pompadour. HEX triplet: 64, 29 and 4C. RGB value is (100,41,76). Sum of RGB (Red+Green+Blue) = 100+41+76=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64294C is #9BD6B3. Grayscale: #3E3E3E. Windows color (decimal): -10213044 or 4991332. OLE color: 4991332.
HSL color Cylindrical-coordinate representation of color #64294C: hue angle of 324.41º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64294C is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 76 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.61 |
| HSL | 324.41º | 0.42% | 0.28% | - |
| HSV(B) | 324.41º | 0.59% | 0.39% | - |
| XYZ | 7.35 | 4.82 | 7.38 | - |
| YUV | 62.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 76 | 0 | 0.59 | 0.24 | 0.61 | 324.41 | 0.42 | 0.28 |
| Hex | 64 | 29 | 4C | 0 | 3B | 18 | 3D | 144 | 2A | 1C |
| Octal | 144 | 51 | 114 | 0 | 73 | 30 | 75 | 504 | 52 | 34 |
| Binary | 1100100 | 101001 | 1001100 | 0 | 111011 | 11000 | 111101 | 101000100 | 101010 | 11100 |
Color Harmonies of #64294C
Complementary color
Monochromatic Colors of #64294C
Black with #64294C
Text Example
Text Example
White with #64294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64294C; }
p { color: rgb(100,41,76); }
H1.HeaderClassName
{
color: #64294C;
}
.AnyTagClassName
{
color: #64294C;
}
</style>
background-color css
<style>
a { background-color: #64294C; }
a { background-color: rgb(100,41,76); }
div.DivClassName
{
background-color: #64294C;
}
.BgClassName
{
background-color: #64294C;
}
</style>
border-color css
<style>
span { border-color: #64294C; }
span { border-color: rgb(100,41,76); }
td.TdClassName
{
border-color: #64294C;
}
.TagClassName
{
border-color: #64294C;
}
</style>