Shades of Pompadour #642E4D
Tints of Pompadour #642E4D
RGB
CMYK
RGB Variations
Color information
#642E4D (or 0x642E4D) is known color: Pompadour. HEX triplet: 64, 2E and 4D. RGB value is (100,46,77). Sum of RGB (Red+Green+Blue) = 100+46+77=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #642E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E4D is #9BD1B2. Grayscale: #414141. Windows color (decimal): -10211763 or 5058148. OLE color: 5058148.
HSL color Cylindrical-coordinate representation of color #642E4D: hue angle of 325.56º 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 #642E4D is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 77 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.61 |
| HSL | 325.56º | 0.37% | 0.29% | - |
| HSV(B) | 325.56º | 0.54% | 0.39% | - |
| XYZ | 7.57 | 5.2 | 7.63 | - |
| YUV | 65.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 77 | 0 | 0.54 | 0.23 | 0.61 | 325.56 | 0.37 | 0.29 |
| Hex | 64 | 2E | 4D | 0 | 36 | 17 | 3D | 146 | 25 | 1D |
| Octal | 144 | 56 | 115 | 0 | 66 | 27 | 75 | 506 | 45 | 35 |
| Binary | 1100100 | 101110 | 1001101 | 0 | 110110 | 10111 | 111101 | 101000110 | 100101 | 11101 |
Color Harmonies of #642E4D
Complementary color
Monochromatic Colors of #642E4D
Black with #642E4D
Text Example
Text Example
White with #642E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E4D; }
p { color: rgb(100,46,77); }
H1.HeaderClassName
{
color: #642E4D;
}
.AnyTagClassName
{
color: #642E4D;
}
</style>
background-color css
<style>
a { background-color: #642E4D; }
a { background-color: rgb(100,46,77); }
div.DivClassName
{
background-color: #642E4D;
}
.BgClassName
{
background-color: #642E4D;
}
</style>
border-color css
<style>
span { border-color: #642E4D; }
span { border-color: rgb(100,46,77); }
td.TdClassName
{
border-color: #642E4D;
}
.TagClassName
{
border-color: #642E4D;
}
</style>