Shades of Pompadour #642644
Tints of Pompadour #642644
RGB
CMYK
RGB Variations
Color information
#642644 (or 0x642644) is known color: Pompadour. HEX triplet: 64, 26 and 44. RGB value is (100,38,68). Sum of RGB (Red+Green+Blue) = 100+38+68=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #642644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642644 is #9BD9BB. Grayscale: #3B3B3B. Windows color (decimal): -10213820 or 4466276. OLE color: 4466276.
HSL color Cylindrical-coordinate representation of color #642644: hue angle of 330.97º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642644 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 68 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.61 |
| HSL | 330.97º | 0.45% | 0.27% | - |
| HSV(B) | 330.97º | 0.62% | 0.39% | - |
| XYZ | 6.99 | 4.51 | 5.97 | - |
| YUV | 59.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 68 | 0 | 0.62 | 0.32 | 0.61 | 330.97 | 0.45 | 0.27 |
| Hex | 64 | 26 | 44 | 0 | 3E | 20 | 3D | 14B | 2D | 1B |
| Octal | 144 | 46 | 104 | 0 | 76 | 40 | 75 | 513 | 55 | 33 |
| Binary | 1100100 | 100110 | 1000100 | 0 | 111110 | 100000 | 111101 | 101001011 | 101101 | 11011 |
Color Harmonies of #642644
Complementary color
Monochromatic Colors of #642644
Black with #642644
Text Example
Text Example
White with #642644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642644; }
p { color: rgb(100,38,68); }
H1.HeaderClassName
{
color: #642644;
}
.AnyTagClassName
{
color: #642644;
}
</style>
background-color css
<style>
a { background-color: #642644; }
a { background-color: rgb(100,38,68); }
div.DivClassName
{
background-color: #642644;
}
.BgClassName
{
background-color: #642644;
}
</style>
border-color css
<style>
span { border-color: #642644; }
span { border-color: rgb(100,38,68); }
td.TdClassName
{
border-color: #642644;
}
.TagClassName
{
border-color: #642644;
}
</style>