Shades of Pompadour #652C4E
Tints of Pompadour #652C4E
RGB
CMYK
RGB Variations
Color information
#652C4E (or 0x652C4E) is known color: Pompadour. HEX triplet: 65, 2C and 4E. RGB value is (101,44,78). Sum of RGB (Red+Green+Blue) = 101+44+78=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #652C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C4E is #9AD3B1. Grayscale: #404040. Windows color (decimal): -10146738 or 5123173. OLE color: 5123173.
HSL color Cylindrical-coordinate representation of color #652C4E: hue angle of 324.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C4E is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 78 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.60 |
| HSL | 324.21º | 0.39% | 0.28% | - |
| HSV(B) | 324.21º | 0.56% | 0.4% | - |
| XYZ | 7.64 | 5.12 | 7.79 | - |
| YUV | 64.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 78 | 0 | 0.56 | 0.23 | 0.60 | 324.21 | 0.39 | 0.28 |
| Hex | 65 | 2C | 4E | 0 | 38 | 17 | 3C | 144 | 27 | 1C |
| Octal | 145 | 54 | 116 | 0 | 70 | 27 | 74 | 504 | 47 | 34 |
| Binary | 1100101 | 101100 | 1001110 | 0 | 111000 | 10111 | 111100 | 101000100 | 100111 | 11100 |
Color Harmonies of #652C4E
Complementary color
Monochromatic Colors of #652C4E
Black with #652C4E
Text Example
Text Example
White with #652C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C4E; }
p { color: rgb(101,44,78); }
H1.HeaderClassName
{
color: #652C4E;
}
.AnyTagClassName
{
color: #652C4E;
}
</style>
background-color css
<style>
a { background-color: #652C4E; }
a { background-color: rgb(101,44,78); }
div.DivClassName
{
background-color: #652C4E;
}
.BgClassName
{
background-color: #652C4E;
}
</style>
border-color css
<style>
span { border-color: #652C4E; }
span { border-color: rgb(101,44,78); }
td.TdClassName
{
border-color: #652C4E;
}
.TagClassName
{
border-color: #652C4E;
}
</style>