Shades of Pompadour #652D50
Tints of Pompadour #652D50
RGB
CMYK
RGB Variations
Color information
#652D50 (or 0x652D50) is known color: Pompadour. HEX triplet: 65, 2D and 50. RGB value is (101,45,80). Sum of RGB (Red+Green+Blue) = 101+45+80=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #652D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D50 is #9AD2AF. Grayscale: #414141. Windows color (decimal): -10146480 or 5254501. OLE color: 5254501.
HSL color Cylindrical-coordinate representation of color #652D50: hue angle of 322.5º 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 #652D50 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 80 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.60 |
| HSL | 322.5º | 0.38% | 0.29% | - |
| HSV(B) | 322.5º | 0.55% | 0.4% | - |
| XYZ | 7.75 | 5.22 | 8.19 | - |
| YUV | 65.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 80 | 0 | 0.55 | 0.21 | 0.60 | 322.5 | 0.38 | 0.29 |
| Hex | 65 | 2D | 50 | 0 | 37 | 15 | 3C | 142 | 26 | 1D |
| Octal | 145 | 55 | 120 | 0 | 67 | 25 | 74 | 502 | 46 | 35 |
| Binary | 1100101 | 101101 | 1010000 | 0 | 110111 | 10101 | 111100 | 101000010 | 100110 | 11101 |
Color Harmonies of #652D50
Complementary color
Monochromatic Colors of #652D50
Black with #652D50
Text Example
Text Example
White with #652D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D50; }
p { color: rgb(101,45,80); }
H1.HeaderClassName
{
color: #652D50;
}
.AnyTagClassName
{
color: #652D50;
}
</style>
background-color css
<style>
a { background-color: #652D50; }
a { background-color: rgb(101,45,80); }
div.DivClassName
{
background-color: #652D50;
}
.BgClassName
{
background-color: #652D50;
}
</style>
border-color css
<style>
span { border-color: #652D50; }
span { border-color: rgb(101,45,80); }
td.TdClassName
{
border-color: #652D50;
}
.TagClassName
{
border-color: #652D50;
}
</style>