Shades of Pompadour #652D46
Tints of Pompadour #652D46
RGB
CMYK
RGB Variations
Color information
#652D46 (or 0x652D46) is known color: Pompadour. HEX triplet: 65, 2D and 46. RGB value is (101,45,70). Sum of RGB (Red+Green+Blue) = 101+45+70=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #652D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D46 is #9AD2B9. Grayscale: #404040. Windows color (decimal): -10146490 or 4599141. OLE color: 4599141.
HSL color Cylindrical-coordinate representation of color #652D46: hue angle of 333.21º 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 #652D46 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 70 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.60 |
| HSL | 333.21º | 0.38% | 0.29% | - |
| HSV(B) | 333.21º | 0.55% | 0.4% | - |
| XYZ | 7.41 | 5.09 | 6.39 | - |
| YUV | 64.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 70 | 0 | 0.55 | 0.31 | 0.60 | 333.21 | 0.38 | 0.29 |
| Hex | 65 | 2D | 46 | 0 | 37 | 1F | 3C | 14D | 26 | 1D |
| Octal | 145 | 55 | 106 | 0 | 67 | 37 | 74 | 515 | 46 | 35 |
| Binary | 1100101 | 101101 | 1000110 | 0 | 110111 | 11111 | 111100 | 101001101 | 100110 | 11101 |
Color Harmonies of #652D46
Complementary color
Monochromatic Colors of #652D46
Black with #652D46
Text Example
Text Example
White with #652D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D46; }
p { color: rgb(101,45,70); }
H1.HeaderClassName
{
color: #652D46;
}
.AnyTagClassName
{
color: #652D46;
}
</style>
background-color css
<style>
a { background-color: #652D46; }
a { background-color: rgb(101,45,70); }
div.DivClassName
{
background-color: #652D46;
}
.BgClassName
{
background-color: #652D46;
}
</style>
border-color css
<style>
span { border-color: #652D46; }
span { border-color: rgb(101,45,70); }
td.TdClassName
{
border-color: #652D46;
}
.TagClassName
{
border-color: #652D46;
}
</style>