Shades of Pompadour #651850
Tints of Pompadour #651850
RGB
CMYK
RGB Variations
Color information
#651850 (or 0x651850) is known color: Pompadour. HEX triplet: 65, 18 and 50. RGB value is (101,24,80). Sum of RGB (Red+Green+Blue) = 101+24+80=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #651850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651850 is #9AE7AF. Grayscale: #353535. Windows color (decimal): -10151856 or 5249125. OLE color: 5249125.
HSL color Cylindrical-coordinate representation of color #651850: hue angle of 316.36º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651850 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 80 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.60 |
| HSL | 316.36º | 0.62% | 0.25% | - |
| HSV(B) | 316.36º | 0.76% | 0.4% | - |
| XYZ | 7.14 | 4 | 7.98 | - |
| YUV | 53.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 80 | 0 | 0.76 | 0.21 | 0.60 | 316.36 | 0.62 | 0.25 |
| Hex | 65 | 18 | 50 | 0 | 4C | 15 | 3C | 13C | 3E | 19 |
| Octal | 145 | 30 | 120 | 0 | 114 | 25 | 74 | 474 | 76 | 31 |
| Binary | 1100101 | 11000 | 1010000 | 0 | 1001100 | 10101 | 111100 | 100111100 | 111110 | 11001 |
Color Harmonies of #651850
Complementary color
Monochromatic Colors of #651850
Black with #651850
Text Example
Text Example
White with #651850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651850; }
p { color: rgb(101,24,80); }
H1.HeaderClassName
{
color: #651850;
}
.AnyTagClassName
{
color: #651850;
}
</style>
background-color css
<style>
a { background-color: #651850; }
a { background-color: rgb(101,24,80); }
div.DivClassName
{
background-color: #651850;
}
.BgClassName
{
background-color: #651850;
}
</style>
border-color css
<style>
span { border-color: #651850; }
span { border-color: rgb(101,24,80); }
td.TdClassName
{
border-color: #651850;
}
.TagClassName
{
border-color: #651850;
}
</style>