Shades of Pompadour #652B50
Tints of Pompadour #652B50
RGB
CMYK
RGB Variations
Color information
#652B50 (or 0x652B50) is known color: Pompadour. HEX triplet: 65, 2B and 50. RGB value is (101,43,80). Sum of RGB (Red+Green+Blue) = 101+43+80=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #652B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B50 is #9AD4AF. Grayscale: #404040. Windows color (decimal): -10146992 or 5253989. OLE color: 5253989.
HSL color Cylindrical-coordinate representation of color #652B50: hue angle of 321.72º 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 #652B50 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 80 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.60 |
| HSL | 321.72º | 0.4% | 0.28% | - |
| HSV(B) | 321.72º | 0.57% | 0.4% | - |
| XYZ | 7.68 | 5.07 | 8.16 | - |
| YUV | 64.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 80 | 0 | 0.57 | 0.21 | 0.60 | 321.72 | 0.4 | 0.28 |
| Hex | 65 | 2B | 50 | 0 | 39 | 15 | 3C | 142 | 28 | 1C |
| Octal | 145 | 53 | 120 | 0 | 71 | 25 | 74 | 502 | 50 | 34 |
| Binary | 1100101 | 101011 | 1010000 | 0 | 111001 | 10101 | 111100 | 101000010 | 101000 | 11100 |
Color Harmonies of #652B50
Complementary color
Monochromatic Colors of #652B50
Black with #652B50
Text Example
Text Example
White with #652B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B50; }
p { color: rgb(101,43,80); }
H1.HeaderClassName
{
color: #652B50;
}
.AnyTagClassName
{
color: #652B50;
}
</style>
background-color css
<style>
a { background-color: #652B50; }
a { background-color: rgb(101,43,80); }
div.DivClassName
{
background-color: #652B50;
}
.BgClassName
{
background-color: #652B50;
}
</style>
border-color css
<style>
span { border-color: #652B50; }
span { border-color: rgb(101,43,80); }
td.TdClassName
{
border-color: #652B50;
}
.TagClassName
{
border-color: #652B50;
}
</style>