Shades of Pompadour #642250
Tints of Pompadour #642250
RGB
CMYK
RGB Variations
Color information
#642250 (or 0x642250) is known color: Pompadour. HEX triplet: 64, 22 and 50. RGB value is (100,34,80). Sum of RGB (Red+Green+Blue) = 100+34+80=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #642250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642250 is #9BDDAF. Grayscale: #3A3A3A. Windows color (decimal): -10214832 or 5251684. OLE color: 5251684.
HSL color Cylindrical-coordinate representation of color #642250: hue angle of 318.18º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642250 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 80 | - |
| CMYK | 0 | 0.66 | 0.2 | 0.61 |
| HSL | 318.18º | 0.49% | 0.26% | - |
| HSV(B) | 318.18º | 0.66% | 0.39% | - |
| XYZ | 7.28 | 4.43 | 8.06 | - |
| YUV | 58.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 80 | 0 | 0.66 | 0.2 | 0.61 | 318.18 | 0.49 | 0.26 |
| Hex | 64 | 22 | 50 | 0 | 42 | 14 | 3D | 13E | 31 | 1A |
| Octal | 144 | 42 | 120 | 0 | 102 | 24 | 75 | 476 | 61 | 32 |
| Binary | 1100100 | 100010 | 1010000 | 0 | 1000010 | 10100 | 111101 | 100111110 | 110001 | 11010 |
Color Harmonies of #642250
Complementary color
Monochromatic Colors of #642250
Black with #642250
Text Example
Text Example
White with #642250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642250; }
p { color: rgb(100,34,80); }
H1.HeaderClassName
{
color: #642250;
}
.AnyTagClassName
{
color: #642250;
}
</style>
background-color css
<style>
a { background-color: #642250; }
a { background-color: rgb(100,34,80); }
div.DivClassName
{
background-color: #642250;
}
.BgClassName
{
background-color: #642250;
}
</style>
border-color css
<style>
span { border-color: #642250; }
span { border-color: rgb(100,34,80); }
td.TdClassName
{
border-color: #642250;
}
.TagClassName
{
border-color: #642250;
}
</style>