Shades of Pompadour #642D48
Tints of Pompadour #642D48
RGB
CMYK
RGB Variations
Color information
#642D48 (or 0x642D48) is known color: Pompadour. HEX triplet: 64, 2D and 48. RGB value is (100,45,72). Sum of RGB (Red+Green+Blue) = 100+45+72=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #642D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D48 is #9BD2B7. Grayscale: #404040. Windows color (decimal): -10212024 or 4730212. OLE color: 4730212.
HSL color Cylindrical-coordinate representation of color #642D48: hue angle of 330.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D48 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 72 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.61 |
| HSL | 330.55º | 0.38% | 0.28% | - |
| HSV(B) | 330.55º | 0.55% | 0.39% | - |
| XYZ | 7.36 | 5.05 | 6.72 | - |
| YUV | 64.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 72 | 0 | 0.55 | 0.28 | 0.61 | 330.55 | 0.38 | 0.28 |
| Hex | 64 | 2D | 48 | 0 | 37 | 1C | 3D | 14B | 26 | 1C |
| Octal | 144 | 55 | 110 | 0 | 67 | 34 | 75 | 513 | 46 | 34 |
| Binary | 1100100 | 101101 | 1001000 | 0 | 110111 | 11100 | 111101 | 101001011 | 100110 | 11100 |
Color Harmonies of #642D48
Complementary color
Monochromatic Colors of #642D48
Black with #642D48
Text Example
Text Example
White with #642D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D48; }
p { color: rgb(100,45,72); }
H1.HeaderClassName
{
color: #642D48;
}
.AnyTagClassName
{
color: #642D48;
}
</style>
background-color css
<style>
a { background-color: #642D48; }
a { background-color: rgb(100,45,72); }
div.DivClassName
{
background-color: #642D48;
}
.BgClassName
{
background-color: #642D48;
}
</style>
border-color css
<style>
span { border-color: #642D48; }
span { border-color: rgb(100,45,72); }
td.TdClassName
{
border-color: #642D48;
}
.TagClassName
{
border-color: #642D48;
}
</style>