Shades of Pompadour #652850
Tints of Pompadour #652850
RGB
CMYK
RGB Variations
Color information
#652850 (or 0x652850) is known color: Pompadour. HEX triplet: 65, 28 and 50. RGB value is (101,40,80). Sum of RGB (Red+Green+Blue) = 101+40+80=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #652850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652850 is #9AD7AF. Grayscale: #3E3E3E. Windows color (decimal): -10147760 or 5253221. OLE color: 5253221.
HSL color Cylindrical-coordinate representation of color #652850: hue angle of 320.66º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652850 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 80 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.60 |
| HSL | 320.66º | 0.43% | 0.28% | - |
| HSV(B) | 320.66º | 0.6% | 0.4% | - |
| XYZ | 7.57 | 4.86 | 8.13 | - |
| YUV | 62.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 80 | 0 | 0.60 | 0.21 | 0.60 | 320.66 | 0.43 | 0.28 |
| Hex | 65 | 28 | 50 | 0 | 3C | 15 | 3C | 141 | 2B | 1C |
| Octal | 145 | 50 | 120 | 0 | 74 | 25 | 74 | 501 | 53 | 34 |
| Binary | 1100101 | 101000 | 1010000 | 0 | 111100 | 10101 | 111100 | 101000001 | 101011 | 11100 |
Color Harmonies of #652850
Complementary color
Monochromatic Colors of #652850
Black with #652850
Text Example
Text Example
White with #652850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652850; }
p { color: rgb(101,40,80); }
H1.HeaderClassName
{
color: #652850;
}
.AnyTagClassName
{
color: #652850;
}
</style>
background-color css
<style>
a { background-color: #652850; }
a { background-color: rgb(101,40,80); }
div.DivClassName
{
background-color: #652850;
}
.BgClassName
{
background-color: #652850;
}
</style>
border-color css
<style>
span { border-color: #652850; }
span { border-color: rgb(101,40,80); }
td.TdClassName
{
border-color: #652850;
}
.TagClassName
{
border-color: #652850;
}
</style>