Shades of Pompadour #652F4B
Tints of Pompadour #652F4B
RGB
CMYK
RGB Variations
Color information
#652F4B (or 0x652F4B) is known color: Pompadour. HEX triplet: 65, 2F and 4B. RGB value is (101,47,75). Sum of RGB (Red+Green+Blue) = 101+47+75=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #652F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652F4B is #9AD0B4. Grayscale: #424242. Windows color (decimal): -10145973 or 4927333. OLE color: 4927333.
HSL color Cylindrical-coordinate representation of color #652F4B: hue angle of 328.89º 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 #652F4B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 75 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.60 |
| HSL | 328.89º | 0.36% | 0.29% | - |
| HSV(B) | 328.89º | 0.53% | 0.4% | - |
| XYZ | 7.65 | 5.31 | 7.28 | - |
| YUV | 66.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 75 | 0 | 0.53 | 0.26 | 0.60 | 328.89 | 0.36 | 0.29 |
| Hex | 65 | 2F | 4B | 0 | 35 | 1A | 3C | 149 | 24 | 1D |
| Octal | 145 | 57 | 113 | 0 | 65 | 32 | 74 | 511 | 44 | 35 |
| Binary | 1100101 | 101111 | 1001011 | 0 | 110101 | 11010 | 111100 | 101001001 | 100100 | 11101 |
Color Harmonies of #652F4B
Complementary color
Monochromatic Colors of #652F4B
Black with #652F4B
Text Example
Text Example
White with #652F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F4B; }
p { color: rgb(101,47,75); }
H1.HeaderClassName
{
color: #652F4B;
}
.AnyTagClassName
{
color: #652F4B;
}
</style>
background-color css
<style>
a { background-color: #652F4B; }
a { background-color: rgb(101,47,75); }
div.DivClassName
{
background-color: #652F4B;
}
.BgClassName
{
background-color: #652F4B;
}
</style>
border-color css
<style>
span { border-color: #652F4B; }
span { border-color: rgb(101,47,75); }
td.TdClassName
{
border-color: #652F4B;
}
.TagClassName
{
border-color: #652F4B;
}
</style>