Shades of Pompadour #652B45
Tints of Pompadour #652B45
RGB
CMYK
RGB Variations
Color information
#652B45 (or 0x652B45) is known color: Pompadour. HEX triplet: 65, 2B and 45. RGB value is (101,43,69). Sum of RGB (Red+Green+Blue) = 101+43+69=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #652B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B45 is #9AD4BA. Grayscale: #3F3F3F. Windows color (decimal): -10147003 or 4533093. OLE color: 4533093.
HSL color Cylindrical-coordinate representation of color #652B45: hue angle of 333.1º 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 #652B45 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 69 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.60 |
| HSL | 333.1º | 0.4% | 0.28% | - |
| HSV(B) | 333.1º | 0.57% | 0.4% | - |
| XYZ | 7.3 | 4.92 | 6.2 | - |
| YUV | 63.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 69 | 0 | 0.57 | 0.32 | 0.60 | 333.1 | 0.4 | 0.28 |
| Hex | 65 | 2B | 45 | 0 | 39 | 20 | 3C | 14D | 28 | 1C |
| Octal | 145 | 53 | 105 | 0 | 71 | 40 | 74 | 515 | 50 | 34 |
| Binary | 1100101 | 101011 | 1000101 | 0 | 111001 | 100000 | 111100 | 101001101 | 101000 | 11100 |
Color Harmonies of #652B45
Complementary color
Monochromatic Colors of #652B45
Black with #652B45
Text Example
Text Example
White with #652B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B45; }
p { color: rgb(101,43,69); }
H1.HeaderClassName
{
color: #652B45;
}
.AnyTagClassName
{
color: #652B45;
}
</style>
background-color css
<style>
a { background-color: #652B45; }
a { background-color: rgb(101,43,69); }
div.DivClassName
{
background-color: #652B45;
}
.BgClassName
{
background-color: #652B45;
}
</style>
border-color css
<style>
span { border-color: #652B45; }
span { border-color: rgb(101,43,69); }
td.TdClassName
{
border-color: #652B45;
}
.TagClassName
{
border-color: #652B45;
}
</style>