Shades of Pompadour #652247
Tints of Pompadour #652247
RGB
CMYK
RGB Variations
Color information
#652247 (or 0x652247) is known color: Pompadour. HEX triplet: 65, 22 and 47. RGB value is (101,34,71). Sum of RGB (Red+Green+Blue) = 101+34+71=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #652247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652247 is #9ADDB8. Grayscale: #3A3A3A. Windows color (decimal): -10149305 or 4661861. OLE color: 4661861.
HSL color Cylindrical-coordinate representation of color #652247: hue angle of 326.87º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652247 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 71 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.60 |
| HSL | 326.87º | 0.5% | 0.26% | - |
| HSV(B) | 326.87º | 0.66% | 0.4% | - |
| XYZ | 7.08 | 4.37 | 6.43 | - |
| YUV | 58.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 71 | 0 | 0.66 | 0.30 | 0.60 | 326.87 | 0.5 | 0.26 |
| Hex | 65 | 22 | 47 | 0 | 42 | 1E | 3C | 147 | 32 | 1A |
| Octal | 145 | 42 | 107 | 0 | 102 | 36 | 74 | 507 | 62 | 32 |
| Binary | 1100101 | 100010 | 1000111 | 0 | 1000010 | 11110 | 111100 | 101000111 | 110010 | 11010 |
Color Harmonies of #652247
Complementary color
Monochromatic Colors of #652247
Black with #652247
Text Example
Text Example
White with #652247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652247; }
p { color: rgb(101,34,71); }
H1.HeaderClassName
{
color: #652247;
}
.AnyTagClassName
{
color: #652247;
}
</style>
background-color css
<style>
a { background-color: #652247; }
a { background-color: rgb(101,34,71); }
div.DivClassName
{
background-color: #652247;
}
.BgClassName
{
background-color: #652247;
}
</style>
border-color css
<style>
span { border-color: #652247; }
span { border-color: rgb(101,34,71); }
td.TdClassName
{
border-color: #652247;
}
.TagClassName
{
border-color: #652247;
}
</style>