Shades of Pompadour #652250
Tints of Pompadour #652250
RGB
CMYK
RGB Variations
Color information
#652250 (or 0x652250) is known color: Pompadour. HEX triplet: 65, 22 and 50. RGB value is (101,34,80). Sum of RGB (Red+Green+Blue) = 101+34+80=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #652250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652250 is #9ADDAF. Grayscale: #3B3B3B. Windows color (decimal): -10149296 or 5251685. OLE color: 5251685.
HSL color Cylindrical-coordinate representation of color #652250: hue angle of 318.81º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652250 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 80 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.60 |
| HSL | 318.81º | 0.5% | 0.26% | - |
| HSV(B) | 318.81º | 0.66% | 0.4% | - |
| XYZ | 7.39 | 4.49 | 8.07 | - |
| YUV | 59.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 80 | 0 | 0.66 | 0.21 | 0.60 | 318.81 | 0.5 | 0.26 |
| Hex | 65 | 22 | 50 | 0 | 42 | 15 | 3C | 13F | 32 | 1A |
| Octal | 145 | 42 | 120 | 0 | 102 | 25 | 74 | 477 | 62 | 32 |
| Binary | 1100101 | 100010 | 1010000 | 0 | 1000010 | 10101 | 111100 | 100111111 | 110010 | 11010 |
Color Harmonies of #652250
Complementary color
Monochromatic Colors of #652250
Black with #652250
Text Example
Text Example
White with #652250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652250; }
p { color: rgb(101,34,80); }
H1.HeaderClassName
{
color: #652250;
}
.AnyTagClassName
{
color: #652250;
}
</style>
background-color css
<style>
a { background-color: #652250; }
a { background-color: rgb(101,34,80); }
div.DivClassName
{
background-color: #652250;
}
.BgClassName
{
background-color: #652250;
}
</style>
border-color css
<style>
span { border-color: #652250; }
span { border-color: rgb(101,34,80); }
td.TdClassName
{
border-color: #652250;
}
.TagClassName
{
border-color: #652250;
}
</style>