Shades of Pompadour #642C4B
Tints of Pompadour #642C4B
RGB
CMYK
RGB Variations
Color information
#642C4B (or 0x642C4B) is known color: Pompadour. HEX triplet: 64, 2C and 4B. RGB value is (100,44,75). Sum of RGB (Red+Green+Blue) = 100+44+75=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #642C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C4B is #9BD3B4. Grayscale: #404040. Windows color (decimal): -10212277 or 4926564. OLE color: 4926564.
HSL color Cylindrical-coordinate representation of color #642C4B: hue angle of 326.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #642C4B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 75 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.61 |
| HSL | 326.79º | 0.39% | 0.28% | - |
| HSV(B) | 326.79º | 0.56% | 0.39% | - |
| XYZ | 7.43 | 5.02 | 7.23 | - |
| YUV | 64.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 75 | 0 | 0.56 | 0.25 | 0.61 | 326.79 | 0.39 | 0.28 |
| Hex | 64 | 2C | 4B | 0 | 38 | 19 | 3D | 147 | 27 | 1C |
| Octal | 144 | 54 | 113 | 0 | 70 | 31 | 75 | 507 | 47 | 34 |
| Binary | 1100100 | 101100 | 1001011 | 0 | 111000 | 11001 | 111101 | 101000111 | 100111 | 11100 |
Color Harmonies of #642C4B
Complementary color
Monochromatic Colors of #642C4B
Black with #642C4B
Text Example
Text Example
White with #642C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C4B; }
p { color: rgb(100,44,75); }
H1.HeaderClassName
{
color: #642C4B;
}
.AnyTagClassName
{
color: #642C4B;
}
</style>
background-color css
<style>
a { background-color: #642C4B; }
a { background-color: rgb(100,44,75); }
div.DivClassName
{
background-color: #642C4B;
}
.BgClassName
{
background-color: #642C4B;
}
</style>
border-color css
<style>
span { border-color: #642C4B; }
span { border-color: rgb(100,44,75); }
td.TdClassName
{
border-color: #642C4B;
}
.TagClassName
{
border-color: #642C4B;
}
</style>