Shades of Pompadour #64214E
Tints of Pompadour #64214E
RGB
CMYK
RGB Variations
Color information
#64214E (or 0x64214E) is known color: Pompadour. HEX triplet: 64, 21 and 4E. RGB value is (100,33,78). Sum of RGB (Red+Green+Blue) = 100+33+78=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64214E is #9BDEB1. Grayscale: #3A3A3A. Windows color (decimal): -10215090 or 5120356. OLE color: 5120356.
HSL color Cylindrical-coordinate representation of color #64214E: hue angle of 319.7º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64214E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 78 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.61 |
| HSL | 319.7º | 0.5% | 0.26% | - |
| HSV(B) | 319.7º | 0.67% | 0.39% | - |
| XYZ | 7.17 | 4.35 | 7.67 | - |
| YUV | 58.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 78 | 0 | 0.67 | 0.22 | 0.61 | 319.7 | 0.5 | 0.26 |
| Hex | 64 | 21 | 4E | 0 | 43 | 16 | 3D | 140 | 32 | 1A |
| Octal | 144 | 41 | 116 | 0 | 103 | 26 | 75 | 500 | 62 | 32 |
| Binary | 1100100 | 100001 | 1001110 | 0 | 1000011 | 10110 | 111101 | 101000000 | 110010 | 11010 |
Color Harmonies of #64214E
Complementary color
Monochromatic Colors of #64214E
Black with #64214E
Text Example
Text Example
White with #64214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64214E; }
p { color: rgb(100,33,78); }
H1.HeaderClassName
{
color: #64214E;
}
.AnyTagClassName
{
color: #64214E;
}
</style>
background-color css
<style>
a { background-color: #64214E; }
a { background-color: rgb(100,33,78); }
div.DivClassName
{
background-color: #64214E;
}
.BgClassName
{
background-color: #64214E;
}
</style>
border-color css
<style>
span { border-color: #64214E; }
span { border-color: rgb(100,33,78); }
td.TdClassName
{
border-color: #64214E;
}
.TagClassName
{
border-color: #64214E;
}
</style>