Shades of Pompadour #642C45
Tints of Pompadour #642C45
RGB
CMYK
RGB Variations
Color information
#642C45 (or 0x642C45) is known color: Pompadour. HEX triplet: 64, 2C and 45. RGB value is (100,44,69). Sum of RGB (Red+Green+Blue) = 100+44+69=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #642C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C45 is #9BD3BA. Grayscale: #3F3F3F. Windows color (decimal): -10212283 or 4533348. OLE color: 4533348.
HSL color Cylindrical-coordinate representation of color #642C45: hue angle of 333.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #642C45 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 69 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.61 |
| HSL | 333.21º | 0.39% | 0.28% | - |
| HSV(B) | 333.21º | 0.56% | 0.39% | - |
| XYZ | 7.23 | 4.94 | 6.2 | - |
| YUV | 63.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 69 | 0 | 0.56 | 0.31 | 0.61 | 333.21 | 0.39 | 0.28 |
| Hex | 64 | 2C | 45 | 0 | 38 | 1F | 3D | 14D | 27 | 1C |
| Octal | 144 | 54 | 105 | 0 | 70 | 37 | 75 | 515 | 47 | 34 |
| Binary | 1100100 | 101100 | 1000101 | 0 | 111000 | 11111 | 111101 | 101001101 | 100111 | 11100 |
Color Harmonies of #642C45
Complementary color
Monochromatic Colors of #642C45
Black with #642C45
Text Example
Text Example
White with #642C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C45; }
p { color: rgb(100,44,69); }
H1.HeaderClassName
{
color: #642C45;
}
.AnyTagClassName
{
color: #642C45;
}
</style>
background-color css
<style>
a { background-color: #642C45; }
a { background-color: rgb(100,44,69); }
div.DivClassName
{
background-color: #642C45;
}
.BgClassName
{
background-color: #642C45;
}
</style>
border-color css
<style>
span { border-color: #642C45; }
span { border-color: rgb(100,44,69); }
td.TdClassName
{
border-color: #642C45;
}
.TagClassName
{
border-color: #642C45;
}
</style>