Shades of Pompadour #652548
Tints of Pompadour #652548
RGB
CMYK
RGB Variations
Color information
#652548 (or 0x652548) is known color: Pompadour. HEX triplet: 65, 25 and 48. RGB value is (101,37,72). Sum of RGB (Red+Green+Blue) = 101+37+72=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #652548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652548 is #9ADAB7. Grayscale: #3C3C3C. Windows color (decimal): -10148536 or 4728165. OLE color: 4728165.
HSL color Cylindrical-coordinate representation of color #652548: hue angle of 327.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652548 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 72 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.60 |
| HSL | 327.19º | 0.46% | 0.27% | - |
| HSV(B) | 327.19º | 0.63% | 0.4% | - |
| XYZ | 7.2 | 4.56 | 6.63 | - |
| YUV | 60.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 72 | 0 | 0.63 | 0.29 | 0.60 | 327.19 | 0.46 | 0.27 |
| Hex | 65 | 25 | 48 | 0 | 3F | 1D | 3C | 147 | 2E | 1B |
| Octal | 145 | 45 | 110 | 0 | 77 | 35 | 74 | 507 | 56 | 33 |
| Binary | 1100101 | 100101 | 1001000 | 0 | 111111 | 11101 | 111100 | 101000111 | 101110 | 11011 |
Color Harmonies of #652548
Complementary color
Monochromatic Colors of #652548
Black with #652548
Text Example
Text Example
White with #652548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652548; }
p { color: rgb(101,37,72); }
H1.HeaderClassName
{
color: #652548;
}
.AnyTagClassName
{
color: #652548;
}
</style>
background-color css
<style>
a { background-color: #652548; }
a { background-color: rgb(101,37,72); }
div.DivClassName
{
background-color: #652548;
}
.BgClassName
{
background-color: #652548;
}
</style>
border-color css
<style>
span { border-color: #652548; }
span { border-color: rgb(101,37,72); }
td.TdClassName
{
border-color: #652548;
}
.TagClassName
{
border-color: #652548;
}
</style>