Shades of Pompadour #652146
Tints of Pompadour #652146
RGB
CMYK
RGB Variations
Color information
#652146 (or 0x652146) is known color: Pompadour. HEX triplet: 65, 21 and 46. RGB value is (101,33,70). Sum of RGB (Red+Green+Blue) = 101+33+70=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #652146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652146 is #9ADEB9. Grayscale: #393939. Windows color (decimal): -10149562 or 4596069. OLE color: 4596069.
HSL color Cylindrical-coordinate representation of color #652146: hue angle of 327.35º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652146 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 70 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.60 |
| HSL | 327.35º | 0.51% | 0.26% | - |
| HSV(B) | 327.35º | 0.67% | 0.4% | - |
| XYZ | 7.02 | 4.3 | 6.25 | - |
| YUV | 57.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 70 | 0 | 0.67 | 0.31 | 0.60 | 327.35 | 0.51 | 0.26 |
| Hex | 65 | 21 | 46 | 0 | 43 | 1F | 3C | 147 | 33 | 1A |
| Octal | 145 | 41 | 106 | 0 | 103 | 37 | 74 | 507 | 63 | 32 |
| Binary | 1100101 | 100001 | 1000110 | 0 | 1000011 | 11111 | 111100 | 101000111 | 110011 | 11010 |
Color Harmonies of #652146
Complementary color
Monochromatic Colors of #652146
Black with #652146
Text Example
Text Example
White with #652146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652146; }
p { color: rgb(101,33,70); }
H1.HeaderClassName
{
color: #652146;
}
.AnyTagClassName
{
color: #652146;
}
</style>
background-color css
<style>
a { background-color: #652146; }
a { background-color: rgb(101,33,70); }
div.DivClassName
{
background-color: #652146;
}
.BgClassName
{
background-color: #652146;
}
</style>
border-color css
<style>
span { border-color: #652146; }
span { border-color: rgb(101,33,70); }
td.TdClassName
{
border-color: #652146;
}
.TagClassName
{
border-color: #652146;
}
</style>