Shades of Pompadour #64264E
Tints of Pompadour #64264E
RGB
CMYK
RGB Variations
Color information
#64264E (or 0x64264E) is known color: Pompadour. HEX triplet: 64, 26 and 4E. RGB value is (100,38,78). Sum of RGB (Red+Green+Blue) = 100+38+78=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64264E is #9BD9B1. Grayscale: #3D3D3D. Windows color (decimal): -10213810 or 5121636. OLE color: 5121636.
HSL color Cylindrical-coordinate representation of color #64264E: hue angle of 321.29º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64264E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 78 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.61 |
| HSL | 321.29º | 0.45% | 0.27% | - |
| HSV(B) | 321.29º | 0.62% | 0.39% | - |
| XYZ | 7.32 | 4.65 | 7.72 | - |
| YUV | 61.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 78 | 0 | 0.62 | 0.22 | 0.61 | 321.29 | 0.45 | 0.27 |
| Hex | 64 | 26 | 4E | 0 | 3E | 16 | 3D | 141 | 2D | 1B |
| Octal | 144 | 46 | 116 | 0 | 76 | 26 | 75 | 501 | 55 | 33 |
| Binary | 1100100 | 100110 | 1001110 | 0 | 111110 | 10110 | 111101 | 101000001 | 101101 | 11011 |
Color Harmonies of #64264E
Complementary color
Monochromatic Colors of #64264E
Black with #64264E
Text Example
Text Example
White with #64264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64264E; }
p { color: rgb(100,38,78); }
H1.HeaderClassName
{
color: #64264E;
}
.AnyTagClassName
{
color: #64264E;
}
</style>
background-color css
<style>
a { background-color: #64264E; }
a { background-color: rgb(100,38,78); }
div.DivClassName
{
background-color: #64264E;
}
.BgClassName
{
background-color: #64264E;
}
</style>
border-color css
<style>
span { border-color: #64264E; }
span { border-color: rgb(100,38,78); }
td.TdClassName
{
border-color: #64264E;
}
.TagClassName
{
border-color: #64264E;
}
</style>