Shades of Pompadour #642D46
Tints of Pompadour #642D46
RGB
CMYK
RGB Variations
Color information
#642D46 (or 0x642D46) is known color: Pompadour. HEX triplet: 64, 2D and 46. RGB value is (100,45,70). Sum of RGB (Red+Green+Blue) = 100+45+70=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #642D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D46 is #9BD2B9. Grayscale: #404040. Windows color (decimal): -10212026 or 4599140. OLE color: 4599140.
HSL color Cylindrical-coordinate representation of color #642D46: hue angle of 332.73º 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 #642D46 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 70 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.61 |
| HSL | 332.73º | 0.38% | 0.28% | - |
| HSV(B) | 332.73º | 0.55% | 0.39% | - |
| XYZ | 7.3 | 5.03 | 6.38 | - |
| YUV | 64.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 70 | 0 | 0.55 | 0.30 | 0.61 | 332.73 | 0.38 | 0.28 |
| Hex | 64 | 2D | 46 | 0 | 37 | 1E | 3D | 14D | 26 | 1C |
| Octal | 144 | 55 | 106 | 0 | 67 | 36 | 75 | 515 | 46 | 34 |
| Binary | 1100100 | 101101 | 1000110 | 0 | 110111 | 11110 | 111101 | 101001101 | 100110 | 11100 |
Color Harmonies of #642D46
Complementary color
Monochromatic Colors of #642D46
Black with #642D46
Text Example
Text Example
White with #642D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D46; }
p { color: rgb(100,45,70); }
H1.HeaderClassName
{
color: #642D46;
}
.AnyTagClassName
{
color: #642D46;
}
</style>
background-color css
<style>
a { background-color: #642D46; }
a { background-color: rgb(100,45,70); }
div.DivClassName
{
background-color: #642D46;
}
.BgClassName
{
background-color: #642D46;
}
</style>
border-color css
<style>
span { border-color: #642D46; }
span { border-color: rgb(100,45,70); }
td.TdClassName
{
border-color: #642D46;
}
.TagClassName
{
border-color: #642D46;
}
</style>