Shades of Pompadour #643250
Tints of Pompadour #643250
RGB
CMYK
RGB Variations
Color information
#643250 (or 0x643250) is known color: Pompadour. HEX triplet: 64, 32 and 50. RGB value is (100,50,80). Sum of RGB (Red+Green+Blue) = 100+50+80=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #643250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643250 is #9BCDAF. Grayscale: #444444. Windows color (decimal): -10210736 or 5255780. OLE color: 5255780.
HSL color Cylindrical-coordinate representation of color #643250: hue angle of 324º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643250 is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 80 | - |
| CMYK | 0 | 0.50 | 0.2 | 0.61 |
| HSL | 324º | 0.33% | 0.29% | - |
| HSV(B) | 324º | 0.5% | 0.39% | - |
| XYZ | 7.84 | 5.57 | 8.25 | - |
| YUV | 68.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 80 | 0 | 0.50 | 0.2 | 0.61 | 324 | 0.33 | 0.29 |
| Hex | 64 | 32 | 50 | 0 | 32 | 14 | 3D | 144 | 21 | 1D |
| Octal | 144 | 62 | 120 | 0 | 62 | 24 | 75 | 504 | 41 | 35 |
| Binary | 1100100 | 110010 | 1010000 | 0 | 110010 | 10100 | 111101 | 101000100 | 100001 | 11101 |
Color Harmonies of #643250
Complementary color
Monochromatic Colors of #643250
Black with #643250
Text Example
Text Example
White with #643250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643250; }
p { color: rgb(100,50,80); }
H1.HeaderClassName
{
color: #643250;
}
.AnyTagClassName
{
color: #643250;
}
</style>
background-color css
<style>
a { background-color: #643250; }
a { background-color: rgb(100,50,80); }
div.DivClassName
{
background-color: #643250;
}
.BgClassName
{
background-color: #643250;
}
</style>
border-color css
<style>
span { border-color: #643250; }
span { border-color: rgb(100,50,80); }
td.TdClassName
{
border-color: #643250;
}
.TagClassName
{
border-color: #643250;
}
</style>