Shades of Pompadour #652F4D
Tints of Pompadour #652F4D
RGB
CMYK
RGB Variations
Color information
#652F4D (or 0x652F4D) is known color: Pompadour. HEX triplet: 65, 2F and 4D. RGB value is (101,47,77). Sum of RGB (Red+Green+Blue) = 101+47+77=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #652F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F4D is #9AD0B2. Grayscale: #424242. Windows color (decimal): -10145971 or 5058405. OLE color: 5058405.
HSL color Cylindrical-coordinate representation of color #652F4D: hue angle of 326.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F4D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 77 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.60 |
| HSL | 326.67º | 0.36% | 0.29% | - |
| HSV(B) | 326.67º | 0.53% | 0.4% | - |
| XYZ | 7.72 | 5.34 | 7.64 | - |
| YUV | 66.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 77 | 0 | 0.53 | 0.24 | 0.60 | 326.67 | 0.36 | 0.29 |
| Hex | 65 | 2F | 4D | 0 | 35 | 18 | 3C | 147 | 24 | 1D |
| Octal | 145 | 57 | 115 | 0 | 65 | 30 | 74 | 507 | 44 | 35 |
| Binary | 1100101 | 101111 | 1001101 | 0 | 110101 | 11000 | 111100 | 101000111 | 100100 | 11101 |
Color Harmonies of #652F4D
Complementary color
Monochromatic Colors of #652F4D
Black with #652F4D
Text Example
Text Example
White with #652F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F4D; }
p { color: rgb(101,47,77); }
H1.HeaderClassName
{
color: #652F4D;
}
.AnyTagClassName
{
color: #652F4D;
}
</style>
background-color css
<style>
a { background-color: #652F4D; }
a { background-color: rgb(101,47,77); }
div.DivClassName
{
background-color: #652F4D;
}
.BgClassName
{
background-color: #652F4D;
}
</style>
border-color css
<style>
span { border-color: #652F4D; }
span { border-color: rgb(101,47,77); }
td.TdClassName
{
border-color: #652F4D;
}
.TagClassName
{
border-color: #652F4D;
}
</style>