Shades of Pompadour #64154C
Tints of Pompadour #64154C
RGB
CMYK
RGB Variations
Color information
#64154C (or 0x64154C) is known color: Pompadour. HEX triplet: 64, 15 and 4C. RGB value is (100,21,76). Sum of RGB (Red+Green+Blue) = 100+21+76=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64154C is #9BEAB3. Grayscale: #323232. Windows color (decimal): -10218164 or 4986212. OLE color: 4986212.
HSL color Cylindrical-coordinate representation of color #64154C: hue angle of 318.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64154C is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 76 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.61 |
| HSL | 318.23º | 0.65% | 0.24% | - |
| HSV(B) | 318.23º | 0.79% | 0.39% | - |
| XYZ | 6.83 | 3.77 | 7.2 | - |
| YUV | 50.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 76 | 0 | 0.79 | 0.24 | 0.61 | 318.23 | 0.65 | 0.24 |
| Hex | 64 | 15 | 4C | 0 | 4F | 18 | 3D | 13E | 41 | 18 |
| Octal | 144 | 25 | 114 | 0 | 117 | 30 | 75 | 476 | 101 | 30 |
| Binary | 1100100 | 10101 | 1001100 | 0 | 1001111 | 11000 | 111101 | 100111110 | 1000001 | 11000 |
Color Harmonies of #64154C
Complementary color
Monochromatic Colors of #64154C
Black with #64154C
Text Example
Text Example
White with #64154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64154C; }
p { color: rgb(100,21,76); }
H1.HeaderClassName
{
color: #64154C;
}
.AnyTagClassName
{
color: #64154C;
}
</style>
background-color css
<style>
a { background-color: #64154C; }
a { background-color: rgb(100,21,76); }
div.DivClassName
{
background-color: #64154C;
}
.BgClassName
{
background-color: #64154C;
}
</style>
border-color css
<style>
span { border-color: #64154C; }
span { border-color: rgb(100,21,76); }
td.TdClassName
{
border-color: #64154C;
}
.TagClassName
{
border-color: #64154C;
}
</style>