Shades of Pompadour #652249
Tints of Pompadour #652249
RGB
CMYK
RGB Variations
Color information
#652249 (or 0x652249) is known color: Pompadour. HEX triplet: 65, 22 and 49. RGB value is (101,34,73). Sum of RGB (Red+Green+Blue) = 101+34+73=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #652249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652249 is #9ADDB6. Grayscale: #3A3A3A. Windows color (decimal): -10149303 or 4792933. OLE color: 4792933.
HSL color Cylindrical-coordinate representation of color #652249: hue angle of 325.07º 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 #652249 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 73 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.60 |
| HSL | 325.07º | 0.5% | 0.26% | - |
| HSV(B) | 325.07º | 0.66% | 0.4% | - |
| XYZ | 7.14 | 4.39 | 6.77 | - |
| YUV | 58.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 73 | 0 | 0.66 | 0.28 | 0.60 | 325.07 | 0.5 | 0.26 |
| Hex | 65 | 22 | 49 | 0 | 42 | 1C | 3C | 145 | 32 | 1A |
| Octal | 145 | 42 | 111 | 0 | 102 | 34 | 74 | 505 | 62 | 32 |
| Binary | 1100101 | 100010 | 1001001 | 0 | 1000010 | 11100 | 111100 | 101000101 | 110010 | 11010 |
Color Harmonies of #652249
Complementary color
Monochromatic Colors of #652249
Black with #652249
Text Example
Text Example
White with #652249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652249; }
p { color: rgb(101,34,73); }
H1.HeaderClassName
{
color: #652249;
}
.AnyTagClassName
{
color: #652249;
}
</style>
background-color css
<style>
a { background-color: #652249; }
a { background-color: rgb(101,34,73); }
div.DivClassName
{
background-color: #652249;
}
.BgClassName
{
background-color: #652249;
}
</style>
border-color css
<style>
span { border-color: #652249; }
span { border-color: rgb(101,34,73); }
td.TdClassName
{
border-color: #652249;
}
.TagClassName
{
border-color: #652249;
}
</style>