Shades of Pompadour #652B4B
Tints of Pompadour #652B4B
RGB
CMYK
RGB Variations
Color information
#652B4B (or 0x652B4B) is known color: Pompadour. HEX triplet: 65, 2B and 4B. RGB value is (101,43,75). Sum of RGB (Red+Green+Blue) = 101+43+75=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B4B is #9AD4B4. Grayscale: #3F3F3F. Windows color (decimal): -10146997 or 4926309. OLE color: 4926309.
HSL color Cylindrical-coordinate representation of color #652B4B: hue angle of 326.9º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652B4B is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 75 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.60 |
| HSL | 326.9º | 0.4% | 0.28% | - |
| HSV(B) | 326.9º | 0.57% | 0.4% | - |
| XYZ | 7.5 | 5 | 7.23 | - |
| YUV | 63.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 75 | 0 | 0.57 | 0.26 | 0.60 | 326.9 | 0.4 | 0.28 |
| Hex | 65 | 2B | 4B | 0 | 39 | 1A | 3C | 147 | 28 | 1C |
| Octal | 145 | 53 | 113 | 0 | 71 | 32 | 74 | 507 | 50 | 34 |
| Binary | 1100101 | 101011 | 1001011 | 0 | 111001 | 11010 | 111100 | 101000111 | 101000 | 11100 |
Color Harmonies of #652B4B
Complementary color
Monochromatic Colors of #652B4B
Black with #652B4B
Text Example
Text Example
White with #652B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B4B; }
p { color: rgb(101,43,75); }
H1.HeaderClassName
{
color: #652B4B;
}
.AnyTagClassName
{
color: #652B4B;
}
</style>
background-color css
<style>
a { background-color: #652B4B; }
a { background-color: rgb(101,43,75); }
div.DivClassName
{
background-color: #652B4B;
}
.BgClassName
{
background-color: #652B4B;
}
</style>
border-color css
<style>
span { border-color: #652B4B; }
span { border-color: rgb(101,43,75); }
td.TdClassName
{
border-color: #652B4B;
}
.TagClassName
{
border-color: #652B4B;
}
</style>