Shades of Pompadour #64134C
Tints of Pompadour #64134C
RGB
CMYK
RGB Variations
Color information
#64134C (or 0x64134C) is known color: Pompadour. HEX triplet: 64, 13 and 4C. RGB value is (100,19,76). Sum of RGB (Red+Green+Blue) = 100+19+76=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64134C is #9BECB3. Grayscale: #313131. Windows color (decimal): -10218676 or 4985700. OLE color: 4985700.
HSL color Cylindrical-coordinate representation of color #64134C: hue angle of 317.78º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64134C is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 76 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.61 |
| HSL | 317.78º | 0.68% | 0.23% | - |
| HSV(B) | 317.78º | 0.81% | 0.39% | - |
| XYZ | 6.79 | 3.7 | 7.19 | - |
| YUV | 49.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 76 | 0 | 0.81 | 0.24 | 0.61 | 317.78 | 0.68 | 0.23 |
| Hex | 64 | 13 | 4C | 0 | 51 | 18 | 3D | 13E | 44 | 17 |
| Octal | 144 | 23 | 114 | 0 | 121 | 30 | 75 | 476 | 104 | 27 |
| Binary | 1100100 | 10011 | 1001100 | 0 | 1010001 | 11000 | 111101 | 100111110 | 1000100 | 10111 |
Color Harmonies of #64134C
Complementary color
Monochromatic Colors of #64134C
Black with #64134C
Text Example
Text Example
White with #64134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64134C; }
p { color: rgb(100,19,76); }
H1.HeaderClassName
{
color: #64134C;
}
.AnyTagClassName
{
color: #64134C;
}
</style>
background-color css
<style>
a { background-color: #64134C; }
a { background-color: rgb(100,19,76); }
div.DivClassName
{
background-color: #64134C;
}
.BgClassName
{
background-color: #64134C;
}
</style>
border-color css
<style>
span { border-color: #64134C; }
span { border-color: rgb(100,19,76); }
td.TdClassName
{
border-color: #64134C;
}
.TagClassName
{
border-color: #64134C;
}
</style>