Shades of Pompadour #642B4E
Tints of Pompadour #642B4E
RGB
CMYK
RGB Variations
Color information
#642B4E (or 0x642B4E) is known color: Pompadour. HEX triplet: 64, 2B and 4E. RGB value is (100,43,78). Sum of RGB (Red+Green+Blue) = 100+43+78=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642B4E is #9BD4B1. Grayscale: #3F3F3F. Windows color (decimal): -10212530 or 5122916. OLE color: 5122916.
HSL color Cylindrical-coordinate representation of color #642B4E: hue angle of 323.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B4E is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 78 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.61 |
| HSL | 323.16º | 0.4% | 0.28% | - |
| HSV(B) | 323.16º | 0.57% | 0.39% | - |
| XYZ | 7.49 | 4.99 | 7.78 | - |
| YUV | 64.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 78 | 0 | 0.57 | 0.22 | 0.61 | 323.16 | 0.4 | 0.28 |
| Hex | 64 | 2B | 4E | 0 | 39 | 16 | 3D | 143 | 28 | 1C |
| Octal | 144 | 53 | 116 | 0 | 71 | 26 | 75 | 503 | 50 | 34 |
| Binary | 1100100 | 101011 | 1001110 | 0 | 111001 | 10110 | 111101 | 101000011 | 101000 | 11100 |
Color Harmonies of #642B4E
Complementary color
Monochromatic Colors of #642B4E
Black with #642B4E
Text Example
Text Example
White with #642B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B4E; }
p { color: rgb(100,43,78); }
H1.HeaderClassName
{
color: #642B4E;
}
.AnyTagClassName
{
color: #642B4E;
}
</style>
background-color css
<style>
a { background-color: #642B4E; }
a { background-color: rgb(100,43,78); }
div.DivClassName
{
background-color: #642B4E;
}
.BgClassName
{
background-color: #642B4E;
}
</style>
border-color css
<style>
span { border-color: #642B4E; }
span { border-color: rgb(100,43,78); }
td.TdClassName
{
border-color: #642B4E;
}
.TagClassName
{
border-color: #642B4E;
}
</style>