Shades of Pompadour #642C4D
Tints of Pompadour #642C4D
RGB
CMYK
RGB Variations
Color information
#642C4D (or 0x642C4D) is known color: Pompadour. HEX triplet: 64, 2C and 4D. RGB value is (100,44,77). Sum of RGB (Red+Green+Blue) = 100+44+77=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C4D is #9BD3B2. Grayscale: #404040. Windows color (decimal): -10212275 or 5057636. OLE color: 5057636.
HSL color Cylindrical-coordinate representation of color #642C4D: hue angle of 324.64º 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 #642C4D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 77 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.61 |
| HSL | 324.64º | 0.39% | 0.28% | - |
| HSV(B) | 324.64º | 0.56% | 0.39% | - |
| XYZ | 7.5 | 5.05 | 7.6 | - |
| YUV | 64.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 77 | 0 | 0.56 | 0.23 | 0.61 | 324.64 | 0.39 | 0.28 |
| Hex | 64 | 2C | 4D | 0 | 38 | 17 | 3D | 145 | 27 | 1C |
| Octal | 144 | 54 | 115 | 0 | 70 | 27 | 75 | 505 | 47 | 34 |
| Binary | 1100100 | 101100 | 1001101 | 0 | 111000 | 10111 | 111101 | 101000101 | 100111 | 11100 |
Color Harmonies of #642C4D
Complementary color
Monochromatic Colors of #642C4D
Black with #642C4D
Text Example
Text Example
White with #642C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C4D; }
p { color: rgb(100,44,77); }
H1.HeaderClassName
{
color: #642C4D;
}
.AnyTagClassName
{
color: #642C4D;
}
</style>
background-color css
<style>
a { background-color: #642C4D; }
a { background-color: rgb(100,44,77); }
div.DivClassName
{
background-color: #642C4D;
}
.BgClassName
{
background-color: #642C4D;
}
</style>
border-color css
<style>
span { border-color: #642C4D; }
span { border-color: rgb(100,44,77); }
td.TdClassName
{
border-color: #642C4D;
}
.TagClassName
{
border-color: #642C4D;
}
</style>