Shades of Pompadour #642150
Tints of Pompadour #642150
RGB
CMYK
RGB Variations
Color information
#642150 (or 0x642150) is known color: Pompadour. HEX triplet: 64, 21 and 50. RGB value is (100,33,80). Sum of RGB (Red+Green+Blue) = 100+33+80=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #642150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642150 is #9BDEAF. Grayscale: #3A3A3A. Windows color (decimal): -10215088 or 5251428. OLE color: 5251428.
HSL color Cylindrical-coordinate representation of color #642150: hue angle of 317.91º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642150 is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 80 | - |
| CMYK | 0 | 0.67 | 0.2 | 0.61 |
| HSL | 317.91º | 0.5% | 0.26% | - |
| HSV(B) | 317.91º | 0.67% | 0.39% | - |
| XYZ | 7.25 | 4.38 | 8.05 | - |
| YUV | 58.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 80 | 0 | 0.67 | 0.2 | 0.61 | 317.91 | 0.5 | 0.26 |
| Hex | 64 | 21 | 50 | 0 | 43 | 14 | 3D | 13E | 32 | 1A |
| Octal | 144 | 41 | 120 | 0 | 103 | 24 | 75 | 476 | 62 | 32 |
| Binary | 1100100 | 100001 | 1010000 | 0 | 1000011 | 10100 | 111101 | 100111110 | 110010 | 11010 |
Color Harmonies of #642150
Complementary color
Monochromatic Colors of #642150
Black with #642150
Text Example
Text Example
White with #642150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642150; }
p { color: rgb(100,33,80); }
H1.HeaderClassName
{
color: #642150;
}
.AnyTagClassName
{
color: #642150;
}
</style>
background-color css
<style>
a { background-color: #642150; }
a { background-color: rgb(100,33,80); }
div.DivClassName
{
background-color: #642150;
}
.BgClassName
{
background-color: #642150;
}
</style>
border-color css
<style>
span { border-color: #642150; }
span { border-color: rgb(100,33,80); }
td.TdClassName
{
border-color: #642150;
}
.TagClassName
{
border-color: #642150;
}
</style>