Shades of Pompadour #651247
Tints of Pompadour #651247
RGB
CMYK
RGB Variations
Color information
#651247 (or 0x651247) is known color: Pompadour. HEX triplet: 65, 12 and 47. RGB value is (101,18,71). Sum of RGB (Red+Green+Blue) = 101+18+71=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651247 is #9AEDB8. Grayscale: #303030. Windows color (decimal): -10153401 or 4657765. OLE color: 4657765.
HSL color Cylindrical-coordinate representation of color #651247: hue angle of 321.69º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651247 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 71 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.60 |
| HSL | 321.69º | 0.7% | 0.23% | - |
| HSV(B) | 321.69º | 0.82% | 0.4% | - |
| XYZ | 6.72 | 3.65 | 6.31 | - |
| YUV | 48.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 71 | 0 | 0.82 | 0.30 | 0.60 | 321.69 | 0.7 | 0.23 |
| Hex | 65 | 12 | 47 | 0 | 52 | 1E | 3C | 142 | 46 | 17 |
| Octal | 145 | 22 | 107 | 0 | 122 | 36 | 74 | 502 | 106 | 27 |
| Binary | 1100101 | 10010 | 1000111 | 0 | 1010010 | 11110 | 111100 | 101000010 | 1000110 | 10111 |
Color Harmonies of #651247
Complementary color
Monochromatic Colors of #651247
Black with #651247
Text Example
Text Example
White with #651247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651247; }
p { color: rgb(101,18,71); }
H1.HeaderClassName
{
color: #651247;
}
.AnyTagClassName
{
color: #651247;
}
</style>
background-color css
<style>
a { background-color: #651247; }
a { background-color: rgb(101,18,71); }
div.DivClassName
{
background-color: #651247;
}
.BgClassName
{
background-color: #651247;
}
</style>
border-color css
<style>
span { border-color: #651247; }
span { border-color: rgb(101,18,71); }
td.TdClassName
{
border-color: #651247;
}
.TagClassName
{
border-color: #651247;
}
</style>