Shades of Pompadour #64124C
Tints of Pompadour #64124C
RGB
CMYK
RGB Variations
Color information
#64124C (or 0x64124C) is known color: Pompadour. HEX triplet: 64, 12 and 4C. RGB value is (100,18,76). Sum of RGB (Red+Green+Blue) = 100+18+76=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64124C is #9BEDB3. Grayscale: #303030. Windows color (decimal): -10218932 or 4985444. OLE color: 4985444.
HSL color Cylindrical-coordinate representation of color #64124C: hue angle of 317.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64124C is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 76 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.61 |
| HSL | 317.56º | 0.69% | 0.23% | - |
| HSV(B) | 317.56º | 0.82% | 0.39% | - |
| XYZ | 6.78 | 3.66 | 7.19 | - |
| YUV | 49.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 76 | 0 | 0.82 | 0.24 | 0.61 | 317.56 | 0.69 | 0.23 |
| Hex | 64 | 12 | 4C | 0 | 52 | 18 | 3D | 13E | 45 | 17 |
| Octal | 144 | 22 | 114 | 0 | 122 | 30 | 75 | 476 | 105 | 27 |
| Binary | 1100100 | 10010 | 1001100 | 0 | 1010010 | 11000 | 111101 | 100111110 | 1000101 | 10111 |
Color Harmonies of #64124C
Complementary color
Monochromatic Colors of #64124C
Black with #64124C
Text Example
Text Example
White with #64124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64124C; }
p { color: rgb(100,18,76); }
H1.HeaderClassName
{
color: #64124C;
}
.AnyTagClassName
{
color: #64124C;
}
</style>
background-color css
<style>
a { background-color: #64124C; }
a { background-color: rgb(100,18,76); }
div.DivClassName
{
background-color: #64124C;
}
.BgClassName
{
background-color: #64124C;
}
</style>
border-color css
<style>
span { border-color: #64124C; }
span { border-color: rgb(100,18,76); }
td.TdClassName
{
border-color: #64124C;
}
.TagClassName
{
border-color: #64124C;
}
</style>