Shades of Pompadour #652050
Tints of Pompadour #652050
RGB
CMYK
RGB Variations
Color information
#652050 (or 0x652050) is known color: Pompadour. HEX triplet: 65, 20 and 50. RGB value is (101,32,80). Sum of RGB (Red+Green+Blue) = 101+32+80=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #652050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652050 is #9ADFAF. Grayscale: #393939. Windows color (decimal): -10149808 or 5251173. OLE color: 5251173.
HSL color Cylindrical-coordinate representation of color #652050: hue angle of 318.26º 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 #652050 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 80 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.60 |
| HSL | 318.26º | 0.52% | 0.26% | - |
| HSV(B) | 318.26º | 0.68% | 0.4% | - |
| XYZ | 7.33 | 4.38 | 8.05 | - |
| YUV | 58.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 80 | 0 | 0.68 | 0.21 | 0.60 | 318.26 | 0.52 | 0.26 |
| Hex | 65 | 20 | 50 | 0 | 44 | 15 | 3C | 13E | 34 | 1A |
| Octal | 145 | 40 | 120 | 0 | 104 | 25 | 74 | 476 | 64 | 32 |
| Binary | 1100101 | 100000 | 1010000 | 0 | 1000100 | 10101 | 111100 | 100111110 | 110100 | 11010 |
Color Harmonies of #652050
Complementary color
Monochromatic Colors of #652050
Black with #652050
Text Example
Text Example
White with #652050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652050; }
p { color: rgb(101,32,80); }
H1.HeaderClassName
{
color: #652050;
}
.AnyTagClassName
{
color: #652050;
}
</style>
background-color css
<style>
a { background-color: #652050; }
a { background-color: rgb(101,32,80); }
div.DivClassName
{
background-color: #652050;
}
.BgClassName
{
background-color: #652050;
}
</style>
border-color css
<style>
span { border-color: #652050; }
span { border-color: rgb(101,32,80); }
td.TdClassName
{
border-color: #652050;
}
.TagClassName
{
border-color: #652050;
}
</style>