Shades of Pompadour #642D4A
Tints of Pompadour #642D4A
RGB
CMYK
RGB Variations
Color information
#642D4A (or 0x642D4A) is known color: Pompadour. HEX triplet: 64, 2D and 4A. RGB value is (100,45,74). Sum of RGB (Red+Green+Blue) = 100+45+74=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #642D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D4A is #9BD2B5. Grayscale: #404040. Windows color (decimal): -10212022 or 4861284. OLE color: 4861284.
HSL color Cylindrical-coordinate representation of color #642D4A: hue angle of 328.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D4A is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 74 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.61 |
| HSL | 328.36º | 0.38% | 0.28% | - |
| HSV(B) | 328.36º | 0.55% | 0.39% | - |
| XYZ | 7.43 | 5.08 | 7.07 | - |
| YUV | 64.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 74 | 0 | 0.55 | 0.26 | 0.61 | 328.36 | 0.38 | 0.28 |
| Hex | 64 | 2D | 4A | 0 | 37 | 1A | 3D | 148 | 26 | 1C |
| Octal | 144 | 55 | 112 | 0 | 67 | 32 | 75 | 510 | 46 | 34 |
| Binary | 1100100 | 101101 | 1001010 | 0 | 110111 | 11010 | 111101 | 101001000 | 100110 | 11100 |
Color Harmonies of #642D4A
Complementary color
Monochromatic Colors of #642D4A
Black with #642D4A
Text Example
Text Example
White with #642D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D4A; }
p { color: rgb(100,45,74); }
H1.HeaderClassName
{
color: #642D4A;
}
.AnyTagClassName
{
color: #642D4A;
}
</style>
background-color css
<style>
a { background-color: #642D4A; }
a { background-color: rgb(100,45,74); }
div.DivClassName
{
background-color: #642D4A;
}
.BgClassName
{
background-color: #642D4A;
}
</style>
border-color css
<style>
span { border-color: #642D4A; }
span { border-color: rgb(100,45,74); }
td.TdClassName
{
border-color: #642D4A;
}
.TagClassName
{
border-color: #642D4A;
}
</style>