Shades of Pompadour #652D4B
Tints of Pompadour #652D4B
RGB
CMYK
RGB Variations
Color information
#652D4B (or 0x652D4B) is known color: Pompadour. HEX triplet: 65, 2D and 4B. RGB value is (101,45,75). Sum of RGB (Red+Green+Blue) = 101+45+75=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #652D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D4B is #9AD2B4. Grayscale: #414141. Windows color (decimal): -10146485 or 4926821. OLE color: 4926821.
HSL color Cylindrical-coordinate representation of color #652D4B: hue angle of 327.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D4B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 75 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.60 |
| HSL | 327.86º | 0.38% | 0.29% | - |
| HSV(B) | 327.86º | 0.55% | 0.4% | - |
| XYZ | 7.58 | 5.15 | 7.25 | - |
| YUV | 65.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 75 | 0 | 0.55 | 0.26 | 0.60 | 327.86 | 0.38 | 0.29 |
| Hex | 65 | 2D | 4B | 0 | 37 | 1A | 3C | 148 | 26 | 1D |
| Octal | 145 | 55 | 113 | 0 | 67 | 32 | 74 | 510 | 46 | 35 |
| Binary | 1100101 | 101101 | 1001011 | 0 | 110111 | 11010 | 111100 | 101001000 | 100110 | 11101 |
Color Harmonies of #652D4B
Complementary color
Monochromatic Colors of #652D4B
Black with #652D4B
Text Example
Text Example
White with #652D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D4B; }
p { color: rgb(101,45,75); }
H1.HeaderClassName
{
color: #652D4B;
}
.AnyTagClassName
{
color: #652D4B;
}
</style>
background-color css
<style>
a { background-color: #652D4B; }
a { background-color: rgb(101,45,75); }
div.DivClassName
{
background-color: #652D4B;
}
.BgClassName
{
background-color: #652D4B;
}
</style>
border-color css
<style>
span { border-color: #652D4B; }
span { border-color: rgb(101,45,75); }
td.TdClassName
{
border-color: #652D4B;
}
.TagClassName
{
border-color: #652D4B;
}
</style>