Shades of Pompadour #652949
Tints of Pompadour #652949
RGB
CMYK
RGB Variations
Color information
#652949 (or 0x652949) is known color: Pompadour. HEX triplet: 65, 29 and 49. RGB value is (101,41,73). Sum of RGB (Red+Green+Blue) = 101+41+73=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #652949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652949 is #9AD6B6. Grayscale: #3E3E3E. Windows color (decimal): -10147511 or 4794725. OLE color: 4794725.
HSL color Cylindrical-coordinate representation of color #652949: hue angle of 328º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #652949 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 73 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.60 |
| HSL | 328º | 0.42% | 0.28% | - |
| HSV(B) | 328º | 0.59% | 0.4% | - |
| XYZ | 7.36 | 4.83 | 6.85 | - |
| YUV | 62.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 73 | 0 | 0.59 | 0.28 | 0.60 | 328 | 0.42 | 0.28 |
| Hex | 65 | 29 | 49 | 0 | 3B | 1C | 3C | 148 | 2A | 1C |
| Octal | 145 | 51 | 111 | 0 | 73 | 34 | 74 | 510 | 52 | 34 |
| Binary | 1100101 | 101001 | 1001001 | 0 | 111011 | 11100 | 111100 | 101001000 | 101010 | 11100 |
Color Harmonies of #652949
Complementary color
Monochromatic Colors of #652949
Black with #652949
Text Example
Text Example
White with #652949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652949; }
p { color: rgb(101,41,73); }
H1.HeaderClassName
{
color: #652949;
}
.AnyTagClassName
{
color: #652949;
}
</style>
background-color css
<style>
a { background-color: #652949; }
a { background-color: rgb(101,41,73); }
div.DivClassName
{
background-color: #652949;
}
.BgClassName
{
background-color: #652949;
}
</style>
border-color css
<style>
span { border-color: #652949; }
span { border-color: rgb(101,41,73); }
td.TdClassName
{
border-color: #652949;
}
.TagClassName
{
border-color: #652949;
}
</style>