Shades of Pompadour #642E48
Tints of Pompadour #642E48
RGB
CMYK
RGB Variations
Color information
#642E48 (or 0x642E48) is known color: Pompadour. HEX triplet: 64, 2E and 48. RGB value is (100,46,72). Sum of RGB (Red+Green+Blue) = 100+46+72=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #642E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E48 is #9BD1B7. Grayscale: #414141. Windows color (decimal): -10211768 or 4730468. OLE color: 4730468.
HSL color Cylindrical-coordinate representation of color #642E48: hue angle of 331.11º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #642E48 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 72 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.61 |
| HSL | 331.11º | 0.37% | 0.29% | - |
| HSV(B) | 331.11º | 0.54% | 0.39% | - |
| XYZ | 7.4 | 5.13 | 6.73 | - |
| YUV | 65.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 72 | 0 | 0.54 | 0.28 | 0.61 | 331.11 | 0.37 | 0.29 |
| Hex | 64 | 2E | 48 | 0 | 36 | 1C | 3D | 14B | 25 | 1D |
| Octal | 144 | 56 | 110 | 0 | 66 | 34 | 75 | 513 | 45 | 35 |
| Binary | 1100100 | 101110 | 1001000 | 0 | 110110 | 11100 | 111101 | 101001011 | 100101 | 11101 |
Color Harmonies of #642E48
Complementary color
Monochromatic Colors of #642E48
Black with #642E48
Text Example
Text Example
White with #642E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E48; }
p { color: rgb(100,46,72); }
H1.HeaderClassName
{
color: #642E48;
}
.AnyTagClassName
{
color: #642E48;
}
</style>
background-color css
<style>
a { background-color: #642E48; }
a { background-color: rgb(100,46,72); }
div.DivClassName
{
background-color: #642E48;
}
.BgClassName
{
background-color: #642E48;
}
</style>
border-color css
<style>
span { border-color: #642E48; }
span { border-color: rgb(100,46,72); }
td.TdClassName
{
border-color: #642E48;
}
.TagClassName
{
border-color: #642E48;
}
</style>