Shades of Pompadour #653250
Tints of Pompadour #653250
RGB
CMYK
RGB Variations
Color information
#653250 (or 0x653250) is known color: Pompadour. HEX triplet: 65, 32 and 50. RGB value is (101,50,80). Sum of RGB (Red+Green+Blue) = 101+50+80=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #653250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653250 is #9ACDAF. Grayscale: #444444. Windows color (decimal): -10145200 or 5255781. OLE color: 5255781.
HSL color Cylindrical-coordinate representation of color #653250: hue angle of 324.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653250 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 80 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.60 |
| HSL | 324.71º | 0.34% | 0.3% | - |
| HSV(B) | 324.71º | 0.5% | 0.4% | - |
| XYZ | 7.96 | 5.63 | 8.26 | - |
| YUV | 68.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 80 | 0 | 0.50 | 0.21 | 0.60 | 324.71 | 0.34 | 0.3 |
| Hex | 65 | 32 | 50 | 0 | 32 | 15 | 3C | 145 | 22 | 1E |
| Octal | 145 | 62 | 120 | 0 | 62 | 25 | 74 | 505 | 42 | 36 |
| Binary | 1100101 | 110010 | 1010000 | 0 | 110010 | 10101 | 111100 | 101000101 | 100010 | 11110 |
Color Harmonies of #653250
Complementary color
Monochromatic Colors of #653250
Black with #653250
Text Example
Text Example
White with #653250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653250; }
p { color: rgb(101,50,80); }
H1.HeaderClassName
{
color: #653250;
}
.AnyTagClassName
{
color: #653250;
}
</style>
background-color css
<style>
a { background-color: #653250; }
a { background-color: rgb(101,50,80); }
div.DivClassName
{
background-color: #653250;
}
.BgClassName
{
background-color: #653250;
}
</style>
border-color css
<style>
span { border-color: #653250; }
span { border-color: rgb(101,50,80); }
td.TdClassName
{
border-color: #653250;
}
.TagClassName
{
border-color: #653250;
}
</style>