Shades of Pompadour #64294F
Tints of Pompadour #64294F
RGB
CMYK
RGB Variations
Color information
#64294F (or 0x64294F) is known color: Pompadour. HEX triplet: 64, 29 and 4F. RGB value is (100,41,79). Sum of RGB (Red+Green+Blue) = 100+41+79=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #64294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64294F is #9BD6B0. Grayscale: #3E3E3E. Windows color (decimal): -10213041 or 5187940. OLE color: 5187940.
HSL color Cylindrical-coordinate representation of color #64294F: hue angle of 321.36º 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 #64294F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 79 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.61 |
| HSL | 321.36º | 0.42% | 0.28% | - |
| HSV(B) | 321.36º | 0.59% | 0.39% | - |
| XYZ | 7.46 | 4.86 | 7.94 | - |
| YUV | 62.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 79 | 0 | 0.59 | 0.21 | 0.61 | 321.36 | 0.42 | 0.28 |
| Hex | 64 | 29 | 4F | 0 | 3B | 15 | 3D | 141 | 2A | 1C |
| Octal | 144 | 51 | 117 | 0 | 73 | 25 | 75 | 501 | 52 | 34 |
| Binary | 1100100 | 101001 | 1001111 | 0 | 111011 | 10101 | 111101 | 101000001 | 101010 | 11100 |
Color Harmonies of #64294F
Complementary color
Monochromatic Colors of #64294F
Black with #64294F
Text Example
Text Example
White with #64294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64294F; }
p { color: rgb(100,41,79); }
H1.HeaderClassName
{
color: #64294F;
}
.AnyTagClassName
{
color: #64294F;
}
</style>
background-color css
<style>
a { background-color: #64294F; }
a { background-color: rgb(100,41,79); }
div.DivClassName
{
background-color: #64294F;
}
.BgClassName
{
background-color: #64294F;
}
</style>
border-color css
<style>
span { border-color: #64294F; }
span { border-color: rgb(100,41,79); }
td.TdClassName
{
border-color: #64294F;
}
.TagClassName
{
border-color: #64294F;
}
</style>