Shades of Pompadour #652044
Tints of Pompadour #652044
RGB
CMYK
RGB Variations
Color information
#652044 (or 0x652044) is known color: Pompadour. HEX triplet: 65, 20 and 44. RGB value is (101,32,68). Sum of RGB (Red+Green+Blue) = 101+32+68=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #652044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652044 is #9ADFBB. Grayscale: #383838. Windows color (decimal): -10149820 or 4464741. OLE color: 4464741.
HSL color Cylindrical-coordinate representation of color #652044: hue angle of 328.7º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652044 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 68 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.60 |
| HSL | 328.7º | 0.52% | 0.26% | - |
| HSV(B) | 328.7º | 0.68% | 0.4% | - |
| XYZ | 6.93 | 4.22 | 5.92 | - |
| YUV | 56.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 68 | 0 | 0.68 | 0.33 | 0.60 | 328.7 | 0.52 | 0.26 |
| Hex | 65 | 20 | 44 | 0 | 44 | 21 | 3C | 149 | 34 | 1A |
| Octal | 145 | 40 | 104 | 0 | 104 | 41 | 74 | 511 | 64 | 32 |
| Binary | 1100101 | 100000 | 1000100 | 0 | 1000100 | 100001 | 111100 | 101001001 | 110100 | 11010 |
Color Harmonies of #652044
Complementary color
Monochromatic Colors of #652044
Black with #652044
Text Example
Text Example
White with #652044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652044; }
p { color: rgb(101,32,68); }
H1.HeaderClassName
{
color: #652044;
}
.AnyTagClassName
{
color: #652044;
}
</style>
background-color css
<style>
a { background-color: #652044; }
a { background-color: rgb(101,32,68); }
div.DivClassName
{
background-color: #652044;
}
.BgClassName
{
background-color: #652044;
}
</style>
border-color css
<style>
span { border-color: #652044; }
span { border-color: rgb(101,32,68); }
td.TdClassName
{
border-color: #652044;
}
.TagClassName
{
border-color: #652044;
}
</style>