Shades of Pompadour #65204D
Tints of Pompadour #65204D
RGB
CMYK
RGB Variations
Color information
#65204D (or 0x65204D) is known color: Pompadour. HEX triplet: 65, 20 and 4D. RGB value is (101,32,77). Sum of RGB (Red+Green+Blue) = 101+32+77=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65204D is #9ADFB2. Grayscale: #393939. Windows color (decimal): -10149811 or 5054565. OLE color: 5054565.
HSL color Cylindrical-coordinate representation of color #65204D: hue angle of 320.87º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65204D is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 77 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.60 |
| HSL | 320.87º | 0.52% | 0.26% | - |
| HSV(B) | 320.87º | 0.68% | 0.4% | - |
| XYZ | 7.22 | 4.34 | 7.48 | - |
| YUV | 57.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 77 | 0 | 0.68 | 0.24 | 0.60 | 320.87 | 0.52 | 0.26 |
| Hex | 65 | 20 | 4D | 0 | 44 | 18 | 3C | 141 | 34 | 1A |
| Octal | 145 | 40 | 115 | 0 | 104 | 30 | 74 | 501 | 64 | 32 |
| Binary | 1100101 | 100000 | 1001101 | 0 | 1000100 | 11000 | 111100 | 101000001 | 110100 | 11010 |
Color Harmonies of #65204D
Complementary color
Monochromatic Colors of #65204D
Black with #65204D
Text Example
Text Example
White with #65204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65204D; }
p { color: rgb(101,32,77); }
H1.HeaderClassName
{
color: #65204D;
}
.AnyTagClassName
{
color: #65204D;
}
</style>
background-color css
<style>
a { background-color: #65204D; }
a { background-color: rgb(101,32,77); }
div.DivClassName
{
background-color: #65204D;
}
.BgClassName
{
background-color: #65204D;
}
</style>
border-color css
<style>
span { border-color: #65204D; }
span { border-color: rgb(101,32,77); }
td.TdClassName
{
border-color: #65204D;
}
.TagClassName
{
border-color: #65204D;
}
</style>