Shades of Pompadour #652B4D
Tints of Pompadour #652B4D
RGB
CMYK
RGB Variations
Color information
#652B4D (or 0x652B4D) is known color: Pompadour. HEX triplet: 65, 2B and 4D. RGB value is (101,43,77). Sum of RGB (Red+Green+Blue) = 101+43+77=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #652B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B4D is #9AD4B2. Grayscale: #404040. Windows color (decimal): -10146995 or 5057381. OLE color: 5057381.
HSL color Cylindrical-coordinate representation of color #652B4D: hue angle of 324.83º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652B4D is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 77 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.60 |
| HSL | 324.83º | 0.4% | 0.28% | - |
| HSV(B) | 324.83º | 0.57% | 0.4% | - |
| XYZ | 7.57 | 5.03 | 7.59 | - |
| YUV | 64.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 77 | 0 | 0.57 | 0.24 | 0.60 | 324.83 | 0.4 | 0.28 |
| Hex | 65 | 2B | 4D | 0 | 39 | 18 | 3C | 145 | 28 | 1C |
| Octal | 145 | 53 | 115 | 0 | 71 | 30 | 74 | 505 | 50 | 34 |
| Binary | 1100101 | 101011 | 1001101 | 0 | 111001 | 11000 | 111100 | 101000101 | 101000 | 11100 |
Color Harmonies of #652B4D
Complementary color
Monochromatic Colors of #652B4D
Black with #652B4D
Text Example
Text Example
White with #652B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B4D; }
p { color: rgb(101,43,77); }
H1.HeaderClassName
{
color: #652B4D;
}
.AnyTagClassName
{
color: #652B4D;
}
</style>
background-color css
<style>
a { background-color: #652B4D; }
a { background-color: rgb(101,43,77); }
div.DivClassName
{
background-color: #652B4D;
}
.BgClassName
{
background-color: #652B4D;
}
</style>
border-color css
<style>
span { border-color: #652B4D; }
span { border-color: rgb(101,43,77); }
td.TdClassName
{
border-color: #652B4D;
}
.TagClassName
{
border-color: #652B4D;
}
</style>