Shades of Pompadour #64294D
Tints of Pompadour #64294D
RGB
CMYK
RGB Variations
Color information
#64294D (or 0x64294D) is known color: Pompadour. HEX triplet: 64, 29 and 4D. RGB value is (100,41,77). Sum of RGB (Red+Green+Blue) = 100+41+77=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64294D is #9BD6B2. Grayscale: #3E3E3E. Windows color (decimal): -10213043 or 5056868. OLE color: 5056868.
HSL color Cylindrical-coordinate representation of color #64294D: hue angle of 323.39º 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 #64294D is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 77 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.61 |
| HSL | 323.39º | 0.42% | 0.28% | - |
| HSV(B) | 323.39º | 0.59% | 0.39% | - |
| XYZ | 7.39 | 4.83 | 7.56 | - |
| YUV | 62.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 77 | 0 | 0.59 | 0.23 | 0.61 | 323.39 | 0.42 | 0.28 |
| Hex | 64 | 29 | 4D | 0 | 3B | 17 | 3D | 143 | 2A | 1C |
| Octal | 144 | 51 | 115 | 0 | 73 | 27 | 75 | 503 | 52 | 34 |
| Binary | 1100100 | 101001 | 1001101 | 0 | 111011 | 10111 | 111101 | 101000011 | 101010 | 11100 |
Color Harmonies of #64294D
Complementary color
Monochromatic Colors of #64294D
Black with #64294D
Text Example
Text Example
White with #64294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64294D; }
p { color: rgb(100,41,77); }
H1.HeaderClassName
{
color: #64294D;
}
.AnyTagClassName
{
color: #64294D;
}
</style>
background-color css
<style>
a { background-color: #64294D; }
a { background-color: rgb(100,41,77); }
div.DivClassName
{
background-color: #64294D;
}
.BgClassName
{
background-color: #64294D;
}
</style>
border-color css
<style>
span { border-color: #64294D; }
span { border-color: rgb(100,41,77); }
td.TdClassName
{
border-color: #64294D;
}
.TagClassName
{
border-color: #64294D;
}
</style>