Shades of Pompadour #65304D
Tints of Pompadour #65304D
RGB
CMYK
RGB Variations
Color information
#65304D (or 0x65304D) is known color: Pompadour. HEX triplet: 65, 30 and 4D. RGB value is (101,48,77). Sum of RGB (Red+Green+Blue) = 101+48+77=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65304D is #9ACFB2. Grayscale: #434343. Windows color (decimal): -10145715 or 5058661. OLE color: 5058661.
HSL color Cylindrical-coordinate representation of color #65304D: hue angle of 327.17º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65304D is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 77 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.60 |
| HSL | 327.17º | 0.36% | 0.29% | - |
| HSV(B) | 327.17º | 0.52% | 0.4% | - |
| XYZ | 7.76 | 5.42 | 7.66 | - |
| YUV | 67.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 77 | 0 | 0.52 | 0.24 | 0.60 | 327.17 | 0.36 | 0.29 |
| Hex | 65 | 30 | 4D | 0 | 34 | 18 | 3C | 147 | 24 | 1D |
| Octal | 145 | 60 | 115 | 0 | 64 | 30 | 74 | 507 | 44 | 35 |
| Binary | 1100101 | 110000 | 1001101 | 0 | 110100 | 11000 | 111100 | 101000111 | 100100 | 11101 |
Color Harmonies of #65304D
Complementary color
Monochromatic Colors of #65304D
Black with #65304D
Text Example
Text Example
White with #65304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65304D; }
p { color: rgb(101,48,77); }
H1.HeaderClassName
{
color: #65304D;
}
.AnyTagClassName
{
color: #65304D;
}
</style>
background-color css
<style>
a { background-color: #65304D; }
a { background-color: rgb(101,48,77); }
div.DivClassName
{
background-color: #65304D;
}
.BgClassName
{
background-color: #65304D;
}
</style>
border-color css
<style>
span { border-color: #65304D; }
span { border-color: rgb(101,48,77); }
td.TdClassName
{
border-color: #65304D;
}
.TagClassName
{
border-color: #65304D;
}
</style>