Shades of Pompadour #651C50
Tints of Pompadour #651C50
RGB
CMYK
RGB Variations
Color information
#651C50 (or 0x651C50) is known color: Pompadour. HEX triplet: 65, 1C and 50. RGB value is (101,28,80). Sum of RGB (Red+Green+Blue) = 101+28+80=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #651C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C50 is #9AE3AF. Grayscale: #373737. Windows color (decimal): -10150832 or 5250149. OLE color: 5250149.
HSL color Cylindrical-coordinate representation of color #651C50: hue angle of 317.26º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C50 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 80 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.60 |
| HSL | 317.26º | 0.57% | 0.25% | - |
| HSV(B) | 317.26º | 0.72% | 0.4% | - |
| XYZ | 7.23 | 4.18 | 8.01 | - |
| YUV | 55.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 80 | 0 | 0.72 | 0.21 | 0.60 | 317.26 | 0.57 | 0.25 |
| Hex | 65 | 1C | 50 | 0 | 48 | 15 | 3C | 13D | 39 | 19 |
| Octal | 145 | 34 | 120 | 0 | 110 | 25 | 74 | 475 | 71 | 31 |
| Binary | 1100101 | 11100 | 1010000 | 0 | 1001000 | 10101 | 111100 | 100111101 | 111001 | 11001 |
Color Harmonies of #651C50
Complementary color
Monochromatic Colors of #651C50
Black with #651C50
Text Example
Text Example
White with #651C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C50; }
p { color: rgb(101,28,80); }
H1.HeaderClassName
{
color: #651C50;
}
.AnyTagClassName
{
color: #651C50;
}
</style>
background-color css
<style>
a { background-color: #651C50; }
a { background-color: rgb(101,28,80); }
div.DivClassName
{
background-color: #651C50;
}
.BgClassName
{
background-color: #651C50;
}
</style>
border-color css
<style>
span { border-color: #651C50; }
span { border-color: rgb(101,28,80); }
td.TdClassName
{
border-color: #651C50;
}
.TagClassName
{
border-color: #651C50;
}
</style>