Shades of Pompadour #652F4E
Tints of Pompadour #652F4E
RGB
CMYK
RGB Variations
Color information
#652F4E (or 0x652F4E) is known color: Pompadour. HEX triplet: 65, 2F and 4E. RGB value is (101,47,78). Sum of RGB (Red+Green+Blue) = 101+47+78=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #652F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F4E is #9AD0B1. Grayscale: #424242. Windows color (decimal): -10145970 or 5123941. OLE color: 5123941.
HSL color Cylindrical-coordinate representation of color #652F4E: hue angle of 325.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F4E is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 78 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.60 |
| HSL | 325.56º | 0.36% | 0.29% | - |
| HSV(B) | 325.56º | 0.53% | 0.4% | - |
| XYZ | 7.76 | 5.35 | 7.83 | - |
| YUV | 66.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 78 | 0 | 0.53 | 0.23 | 0.60 | 325.56 | 0.36 | 0.29 |
| Hex | 65 | 2F | 4E | 0 | 35 | 17 | 3C | 146 | 24 | 1D |
| Octal | 145 | 57 | 116 | 0 | 65 | 27 | 74 | 506 | 44 | 35 |
| Binary | 1100101 | 101111 | 1001110 | 0 | 110101 | 10111 | 111100 | 101000110 | 100100 | 11101 |
Color Harmonies of #652F4E
Complementary color
Monochromatic Colors of #652F4E
Black with #652F4E
Text Example
Text Example
White with #652F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F4E; }
p { color: rgb(101,47,78); }
H1.HeaderClassName
{
color: #652F4E;
}
.AnyTagClassName
{
color: #652F4E;
}
</style>
background-color css
<style>
a { background-color: #652F4E; }
a { background-color: rgb(101,47,78); }
div.DivClassName
{
background-color: #652F4E;
}
.BgClassName
{
background-color: #652F4E;
}
</style>
border-color css
<style>
span { border-color: #652F4E; }
span { border-color: rgb(101,47,78); }
td.TdClassName
{
border-color: #652F4E;
}
.TagClassName
{
border-color: #652F4E;
}
</style>