Shades of Pompadour #642D4B
Tints of Pompadour #642D4B
RGB
CMYK
RGB Variations
Color information
#642D4B (or 0x642D4B) is known color: Pompadour. HEX triplet: 64, 2D and 4B. RGB value is (100,45,75). Sum of RGB (Red+Green+Blue) = 100+45+75=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #642D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D4B is #9BD2B4. Grayscale: #404040. Windows color (decimal): -10212021 or 4926820. OLE color: 4926820.
HSL color Cylindrical-coordinate representation of color #642D4B: hue angle of 327.27º 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 #642D4B is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 75 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.61 |
| HSL | 327.27º | 0.38% | 0.28% | - |
| HSV(B) | 327.27º | 0.55% | 0.39% | - |
| XYZ | 7.46 | 5.09 | 7.25 | - |
| YUV | 64.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 75 | 0 | 0.55 | 0.25 | 0.61 | 327.27 | 0.38 | 0.28 |
| Hex | 64 | 2D | 4B | 0 | 37 | 19 | 3D | 147 | 26 | 1C |
| Octal | 144 | 55 | 113 | 0 | 67 | 31 | 75 | 507 | 46 | 34 |
| Binary | 1100100 | 101101 | 1001011 | 0 | 110111 | 11001 | 111101 | 101000111 | 100110 | 11100 |
Color Harmonies of #642D4B
Complementary color
Monochromatic Colors of #642D4B
Black with #642D4B
Text Example
Text Example
White with #642D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D4B; }
p { color: rgb(100,45,75); }
H1.HeaderClassName
{
color: #642D4B;
}
.AnyTagClassName
{
color: #642D4B;
}
</style>
background-color css
<style>
a { background-color: #642D4B; }
a { background-color: rgb(100,45,75); }
div.DivClassName
{
background-color: #642D4B;
}
.BgClassName
{
background-color: #642D4B;
}
</style>
border-color css
<style>
span { border-color: #642D4B; }
span { border-color: rgb(100,45,75); }
td.TdClassName
{
border-color: #642D4B;
}
.TagClassName
{
border-color: #642D4B;
}
</style>