Shades of Pompadour #642B4C
Tints of Pompadour #642B4C
RGB
CMYK
RGB Variations
Color information
#642B4C (or 0x642B4C) is known color: Pompadour. HEX triplet: 64, 2B and 4C. RGB value is (100,43,76). Sum of RGB (Red+Green+Blue) = 100+43+76=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #642B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B4C is #9BD4B3. Grayscale: #3F3F3F. Windows color (decimal): -10212532 or 4991844. OLE color: 4991844.
HSL color Cylindrical-coordinate representation of color #642B4C: hue angle of 325.26º 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 #642B4C is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 76 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.61 |
| HSL | 325.26º | 0.4% | 0.28% | - |
| HSV(B) | 325.26º | 0.57% | 0.39% | - |
| XYZ | 7.42 | 4.96 | 7.4 | - |
| YUV | 63.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 76 | 0 | 0.57 | 0.24 | 0.61 | 325.26 | 0.4 | 0.28 |
| Hex | 64 | 2B | 4C | 0 | 39 | 18 | 3D | 145 | 28 | 1C |
| Octal | 144 | 53 | 114 | 0 | 71 | 30 | 75 | 505 | 50 | 34 |
| Binary | 1100100 | 101011 | 1001100 | 0 | 111001 | 11000 | 111101 | 101000101 | 101000 | 11100 |
Color Harmonies of #642B4C
Complementary color
Monochromatic Colors of #642B4C
Black with #642B4C
Text Example
Text Example
White with #642B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B4C; }
p { color: rgb(100,43,76); }
H1.HeaderClassName
{
color: #642B4C;
}
.AnyTagClassName
{
color: #642B4C;
}
</style>
background-color css
<style>
a { background-color: #642B4C; }
a { background-color: rgb(100,43,76); }
div.DivClassName
{
background-color: #642B4C;
}
.BgClassName
{
background-color: #642B4C;
}
</style>
border-color css
<style>
span { border-color: #642B4C; }
span { border-color: rgb(100,43,76); }
td.TdClassName
{
border-color: #642B4C;
}
.TagClassName
{
border-color: #642B4C;
}
</style>