Shades of Pompadour #652E4D
Tints of Pompadour #652E4D
RGB
CMYK
RGB Variations
Color information
#652E4D (or 0x652E4D) is known color: Pompadour. HEX triplet: 65, 2E and 4D. RGB value is (101,46,77). Sum of RGB (Red+Green+Blue) = 101+46+77=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #652E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E4D is #9AD1B2. Grayscale: #414141. Windows color (decimal): -10146227 or 5058149. OLE color: 5058149.
HSL color Cylindrical-coordinate representation of color #652E4D: hue angle of 326.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #652E4D is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 77 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.60 |
| HSL | 326.18º | 0.37% | 0.29% | - |
| HSV(B) | 326.18º | 0.54% | 0.4% | - |
| XYZ | 7.68 | 5.26 | 7.63 | - |
| YUV | 65.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 77 | 0 | 0.54 | 0.24 | 0.60 | 326.18 | 0.37 | 0.29 |
| Hex | 65 | 2E | 4D | 0 | 36 | 18 | 3C | 146 | 25 | 1D |
| Octal | 145 | 56 | 115 | 0 | 66 | 30 | 74 | 506 | 45 | 35 |
| Binary | 1100101 | 101110 | 1001101 | 0 | 110110 | 11000 | 111100 | 101000110 | 100101 | 11101 |
Color Harmonies of #652E4D
Complementary color
Monochromatic Colors of #652E4D
Black with #652E4D
Text Example
Text Example
White with #652E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E4D; }
p { color: rgb(101,46,77); }
H1.HeaderClassName
{
color: #652E4D;
}
.AnyTagClassName
{
color: #652E4D;
}
</style>
background-color css
<style>
a { background-color: #652E4D; }
a { background-color: rgb(101,46,77); }
div.DivClassName
{
background-color: #652E4D;
}
.BgClassName
{
background-color: #652E4D;
}
</style>
border-color css
<style>
span { border-color: #652E4D; }
span { border-color: rgb(101,46,77); }
td.TdClassName
{
border-color: #652E4D;
}
.TagClassName
{
border-color: #652E4D;
}
</style>