Shades of Pompadour #64124D
Tints of Pompadour #64124D
RGB
CMYK
RGB Variations
Color information
#64124D (or 0x64124D) is known color: Pompadour. HEX triplet: 64, 12 and 4D. RGB value is (100,18,77). Sum of RGB (Red+Green+Blue) = 100+18+77=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64124D is #9BEDB2. Grayscale: #313131. Windows color (decimal): -10218931 or 5050980. OLE color: 5050980.
HSL color Cylindrical-coordinate representation of color #64124D: hue angle of 316.83º 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 #64124D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 77 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.61 |
| HSL | 316.83º | 0.69% | 0.23% | - |
| HSV(B) | 316.83º | 0.82% | 0.39% | - |
| XYZ | 6.81 | 3.68 | 7.37 | - |
| YUV | 49.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 77 | 0 | 0.82 | 0.23 | 0.61 | 316.83 | 0.69 | 0.23 |
| Hex | 64 | 12 | 4D | 0 | 52 | 17 | 3D | 13D | 45 | 17 |
| Octal | 144 | 22 | 115 | 0 | 122 | 27 | 75 | 475 | 105 | 27 |
| Binary | 1100100 | 10010 | 1001101 | 0 | 1010010 | 10111 | 111101 | 100111101 | 1000101 | 10111 |
Color Harmonies of #64124D
Complementary color
Monochromatic Colors of #64124D
Black with #64124D
Text Example
Text Example
White with #64124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64124D; }
p { color: rgb(100,18,77); }
H1.HeaderClassName
{
color: #64124D;
}
.AnyTagClassName
{
color: #64124D;
}
</style>
background-color css
<style>
a { background-color: #64124D; }
a { background-color: rgb(100,18,77); }
div.DivClassName
{
background-color: #64124D;
}
.BgClassName
{
background-color: #64124D;
}
</style>
border-color css
<style>
span { border-color: #64124D; }
span { border-color: rgb(100,18,77); }
td.TdClassName
{
border-color: #64124D;
}
.TagClassName
{
border-color: #64124D;
}
</style>