Shades of Pompadour #64204E
Tints of Pompadour #64204E
RGB
CMYK
RGB Variations
Color information
#64204E (or 0x64204E) is known color: Pompadour. HEX triplet: 64, 20 and 4E. RGB value is (100,32,78). Sum of RGB (Red+Green+Blue) = 100+32+78=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64204E is #9BDFB1. Grayscale: #393939. Windows color (decimal): -10215346 or 5120100. OLE color: 5120100.
HSL color Cylindrical-coordinate representation of color #64204E: hue angle of 319.41º 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 #64204E is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 78 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.61 |
| HSL | 319.41º | 0.52% | 0.26% | - |
| HSV(B) | 319.41º | 0.68% | 0.39% | - |
| XYZ | 7.15 | 4.29 | 7.66 | - |
| YUV | 57.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 78 | 0 | 0.68 | 0.22 | 0.61 | 319.41 | 0.52 | 0.26 |
| Hex | 64 | 20 | 4E | 0 | 44 | 16 | 3D | 13F | 34 | 1A |
| Octal | 144 | 40 | 116 | 0 | 104 | 26 | 75 | 477 | 64 | 32 |
| Binary | 1100100 | 100000 | 1001110 | 0 | 1000100 | 10110 | 111101 | 100111111 | 110100 | 11010 |
Color Harmonies of #64204E
Complementary color
Monochromatic Colors of #64204E
Black with #64204E
Text Example
Text Example
White with #64204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64204E; }
p { color: rgb(100,32,78); }
H1.HeaderClassName
{
color: #64204E;
}
.AnyTagClassName
{
color: #64204E;
}
</style>
background-color css
<style>
a { background-color: #64204E; }
a { background-color: rgb(100,32,78); }
div.DivClassName
{
background-color: #64204E;
}
.BgClassName
{
background-color: #64204E;
}
</style>
border-color css
<style>
span { border-color: #64204E; }
span { border-color: rgb(100,32,78); }
td.TdClassName
{
border-color: #64204E;
}
.TagClassName
{
border-color: #64204E;
}
</style>