Shades of Pompadour #64214D
Tints of Pompadour #64214D
RGB
CMYK
RGB Variations
Color information
#64214D (or 0x64214D) is known color: Pompadour. HEX triplet: 64, 21 and 4D. RGB value is (100,33,77). Sum of RGB (Red+Green+Blue) = 100+33+77=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64214D is #9BDEB2. Grayscale: #393939. Windows color (decimal): -10215091 or 5054820. OLE color: 5054820.
HSL color Cylindrical-coordinate representation of color #64214D: hue angle of 320.6º 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 #64214D is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 77 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.61 |
| HSL | 320.6º | 0.5% | 0.26% | - |
| HSV(B) | 320.6º | 0.67% | 0.39% | - |
| XYZ | 7.14 | 4.33 | 7.48 | - |
| YUV | 58.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 77 | 0 | 0.67 | 0.23 | 0.61 | 320.6 | 0.5 | 0.26 |
| Hex | 64 | 21 | 4D | 0 | 43 | 17 | 3D | 141 | 32 | 1A |
| Octal | 144 | 41 | 115 | 0 | 103 | 27 | 75 | 501 | 62 | 32 |
| Binary | 1100100 | 100001 | 1001101 | 0 | 1000011 | 10111 | 111101 | 101000001 | 110010 | 11010 |
Color Harmonies of #64214D
Complementary color
Monochromatic Colors of #64214D
Black with #64214D
Text Example
Text Example
White with #64214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64214D; }
p { color: rgb(100,33,77); }
H1.HeaderClassName
{
color: #64214D;
}
.AnyTagClassName
{
color: #64214D;
}
</style>
background-color css
<style>
a { background-color: #64214D; }
a { background-color: rgb(100,33,77); }
div.DivClassName
{
background-color: #64214D;
}
.BgClassName
{
background-color: #64214D;
}
</style>
border-color css
<style>
span { border-color: #64214D; }
span { border-color: rgb(100,33,77); }
td.TdClassName
{
border-color: #64214D;
}
.TagClassName
{
border-color: #64214D;
}
</style>