Shades of Pompadour #64204B
Tints of Pompadour #64204B
RGB
CMYK
RGB Variations
Color information
#64204B (or 0x64204B) is known color: Pompadour. HEX triplet: 64, 20 and 4B. RGB value is (100,32,75). Sum of RGB (Red+Green+Blue) = 100+32+75=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64204B is #9BDFB4. Grayscale: #393939. Windows color (decimal): -10215349 or 4923492. OLE color: 4923492.
HSL color Cylindrical-coordinate representation of color #64204B: hue angle of 322.06º 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 #64204B is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 75 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.61 |
| HSL | 322.06º | 0.52% | 0.26% | - |
| HSV(B) | 322.06º | 0.68% | 0.39% | - |
| XYZ | 7.04 | 4.25 | 7.11 | - |
| YUV | 57.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 75 | 0 | 0.68 | 0.25 | 0.61 | 322.06 | 0.52 | 0.26 |
| Hex | 64 | 20 | 4B | 0 | 44 | 19 | 3D | 142 | 34 | 1A |
| Octal | 144 | 40 | 113 | 0 | 104 | 31 | 75 | 502 | 64 | 32 |
| Binary | 1100100 | 100000 | 1001011 | 0 | 1000100 | 11001 | 111101 | 101000010 | 110100 | 11010 |
Color Harmonies of #64204B
Complementary color
Monochromatic Colors of #64204B
Black with #64204B
Text Example
Text Example
White with #64204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64204B; }
p { color: rgb(100,32,75); }
H1.HeaderClassName
{
color: #64204B;
}
.AnyTagClassName
{
color: #64204B;
}
</style>
background-color css
<style>
a { background-color: #64204B; }
a { background-color: rgb(100,32,75); }
div.DivClassName
{
background-color: #64204B;
}
.BgClassName
{
background-color: #64204B;
}
</style>
border-color css
<style>
span { border-color: #64204B; }
span { border-color: rgb(100,32,75); }
td.TdClassName
{
border-color: #64204B;
}
.TagClassName
{
border-color: #64204B;
}
</style>