Shades of Pompadour #642A4A
Tints of Pompadour #642A4A
RGB
CMYK
RGB Variations
Color information
#642A4A (or 0x642A4A) is known color: Pompadour. HEX triplet: 64, 2A and 4A. RGB value is (100,42,74). Sum of RGB (Red+Green+Blue) = 100+42+74=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A4A is #9BD5B5. Grayscale: #3E3E3E. Windows color (decimal): -10212790 or 4860516. OLE color: 4860516.
HSL color Cylindrical-coordinate representation of color #642A4A: hue angle of 326.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A4A is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 74 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.61 |
| HSL | 326.9º | 0.41% | 0.28% | - |
| HSV(B) | 326.9º | 0.58% | 0.39% | - |
| XYZ | 7.32 | 4.86 | 7.03 | - |
| YUV | 62.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 74 | 0 | 0.58 | 0.26 | 0.61 | 326.9 | 0.41 | 0.28 |
| Hex | 64 | 2A | 4A | 0 | 3A | 1A | 3D | 147 | 29 | 1C |
| Octal | 144 | 52 | 112 | 0 | 72 | 32 | 75 | 507 | 51 | 34 |
| Binary | 1100100 | 101010 | 1001010 | 0 | 111010 | 11010 | 111101 | 101000111 | 101001 | 11100 |
Color Harmonies of #642A4A
Complementary color
Monochromatic Colors of #642A4A
Black with #642A4A
Text Example
Text Example
White with #642A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A4A; }
p { color: rgb(100,42,74); }
H1.HeaderClassName
{
color: #642A4A;
}
.AnyTagClassName
{
color: #642A4A;
}
</style>
background-color css
<style>
a { background-color: #642A4A; }
a { background-color: rgb(100,42,74); }
div.DivClassName
{
background-color: #642A4A;
}
.BgClassName
{
background-color: #642A4A;
}
</style>
border-color css
<style>
span { border-color: #642A4A; }
span { border-color: rgb(100,42,74); }
td.TdClassName
{
border-color: #642A4A;
}
.TagClassName
{
border-color: #642A4A;
}
</style>