Shades of Pompadour #64294A
Tints of Pompadour #64294A
RGB
CMYK
RGB Variations
Color information
#64294A (or 0x64294A) is known color: Pompadour. HEX triplet: 64, 29 and 4A. RGB value is (100,41,74). Sum of RGB (Red+Green+Blue) = 100+41+74=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64294A is #9BD6B5. Grayscale: #3E3E3E. Windows color (decimal): -10213046 or 4860260. OLE color: 4860260.
HSL color Cylindrical-coordinate representation of color #64294A: hue angle of 326.44º 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 #64294A is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 74 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.61 |
| HSL | 326.44º | 0.42% | 0.28% | - |
| HSV(B) | 326.44º | 0.59% | 0.39% | - |
| XYZ | 7.28 | 4.79 | 7.02 | - |
| YUV | 62.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 74 | 0 | 0.59 | 0.26 | 0.61 | 326.44 | 0.42 | 0.28 |
| Hex | 64 | 29 | 4A | 0 | 3B | 1A | 3D | 146 | 2A | 1C |
| Octal | 144 | 51 | 112 | 0 | 73 | 32 | 75 | 506 | 52 | 34 |
| Binary | 1100100 | 101001 | 1001010 | 0 | 111011 | 11010 | 111101 | 101000110 | 101010 | 11100 |
Color Harmonies of #64294A
Complementary color
Monochromatic Colors of #64294A
Black with #64294A
Text Example
Text Example
White with #64294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64294A; }
p { color: rgb(100,41,74); }
H1.HeaderClassName
{
color: #64294A;
}
.AnyTagClassName
{
color: #64294A;
}
</style>
background-color css
<style>
a { background-color: #64294A; }
a { background-color: rgb(100,41,74); }
div.DivClassName
{
background-color: #64294A;
}
.BgClassName
{
background-color: #64294A;
}
</style>
border-color css
<style>
span { border-color: #64294A; }
span { border-color: rgb(100,41,74); }
td.TdClassName
{
border-color: #64294A;
}
.TagClassName
{
border-color: #64294A;
}
</style>