Shades of Pompadour #64204D
Tints of Pompadour #64204D
RGB
CMYK
RGB Variations
Color information
#64204D (or 0x64204D) is known color: Pompadour. HEX triplet: 64, 20 and 4D. RGB value is (100,32,77). Sum of RGB (Red+Green+Blue) = 100+32+77=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64204D is #9BDFB2. Grayscale: #393939. Windows color (decimal): -10215347 or 5054564. OLE color: 5054564.
HSL color Cylindrical-coordinate representation of color #64204D: hue angle of 320.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64204D is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 77 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.61 |
| HSL | 320.29º | 0.52% | 0.26% | - |
| HSV(B) | 320.29º | 0.68% | 0.39% | - |
| XYZ | 7.11 | 4.28 | 7.47 | - |
| YUV | 57.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 77 | 0 | 0.68 | 0.23 | 0.61 | 320.29 | 0.52 | 0.26 |
| Hex | 64 | 20 | 4D | 0 | 44 | 17 | 3D | 140 | 34 | 1A |
| Octal | 144 | 40 | 115 | 0 | 104 | 27 | 75 | 500 | 64 | 32 |
| Binary | 1100100 | 100000 | 1001101 | 0 | 1000100 | 10111 | 111101 | 101000000 | 110100 | 11010 |
Color Harmonies of #64204D
Complementary color
Monochromatic Colors of #64204D
Black with #64204D
Text Example
Text Example
White with #64204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64204D; }
p { color: rgb(100,32,77); }
H1.HeaderClassName
{
color: #64204D;
}
.AnyTagClassName
{
color: #64204D;
}
</style>
background-color css
<style>
a { background-color: #64204D; }
a { background-color: rgb(100,32,77); }
div.DivClassName
{
background-color: #64204D;
}
.BgClassName
{
background-color: #64204D;
}
</style>
border-color css
<style>
span { border-color: #64204D; }
span { border-color: rgb(100,32,77); }
td.TdClassName
{
border-color: #64204D;
}
.TagClassName
{
border-color: #64204D;
}
</style>