Shades of Pompadour #642E4B
Tints of Pompadour #642E4B
RGB
CMYK
RGB Variations
Color information
#642E4B (or 0x642E4B) is known color: Pompadour. HEX triplet: 64, 2E and 4B. RGB value is (100,46,75). Sum of RGB (Red+Green+Blue) = 100+46+75=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E4B is #9BD1B4. Grayscale: #414141. Windows color (decimal): -10211765 or 4927076. OLE color: 4927076.
HSL color Cylindrical-coordinate representation of color #642E4B: hue angle of 327.78º 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 #642E4B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 75 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.61 |
| HSL | 327.78º | 0.37% | 0.29% | - |
| HSV(B) | 327.78º | 0.54% | 0.39% | - |
| XYZ | 7.5 | 5.17 | 7.26 | - |
| YUV | 65.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 75 | 0 | 0.54 | 0.25 | 0.61 | 327.78 | 0.37 | 0.29 |
| Hex | 64 | 2E | 4B | 0 | 36 | 19 | 3D | 148 | 25 | 1D |
| Octal | 144 | 56 | 113 | 0 | 66 | 31 | 75 | 510 | 45 | 35 |
| Binary | 1100100 | 101110 | 1001011 | 0 | 110110 | 11001 | 111101 | 101001000 | 100101 | 11101 |
Color Harmonies of #642E4B
Complementary color
Monochromatic Colors of #642E4B
Black with #642E4B
Text Example
Text Example
White with #642E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E4B; }
p { color: rgb(100,46,75); }
H1.HeaderClassName
{
color: #642E4B;
}
.AnyTagClassName
{
color: #642E4B;
}
</style>
background-color css
<style>
a { background-color: #642E4B; }
a { background-color: rgb(100,46,75); }
div.DivClassName
{
background-color: #642E4B;
}
.BgClassName
{
background-color: #642E4B;
}
</style>
border-color css
<style>
span { border-color: #642E4B; }
span { border-color: rgb(100,46,75); }
td.TdClassName
{
border-color: #642E4B;
}
.TagClassName
{
border-color: #642E4B;
}
</style>