Shades of Pompadour #820F49
Tints of Pompadour #820F49
RGB
CMYK
RGB Variations
Color information
#820F49 (or 0x820F49) is known color: Pompadour. HEX triplet: 82, 0F and 49. RGB value is (130,15,73). Sum of RGB (Red+Green+Blue) = 130+15+73=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #820F49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F49 is #7DF0B6. Grayscale: #373737. Windows color (decimal): -8253623 or 4788098. OLE color: 4788098.
HSL color Cylindrical-coordinate representation of color #820F49: hue angle of 329.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F49 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 73 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.49 |
| HSL | 329.74º | 0.79% | 0.28% | - |
| HSV(B) | 329.74º | 0.88% | 0.51% | - |
| XYZ | 10.58 | 5.57 | 6.82 | - |
| YUV | 56 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 73 | 0 | 0.88 | 0.44 | 0.49 | 329.74 | 0.79 | 0.28 |
| Hex | 82 | F | 49 | 0 | 58 | 2C | 31 | 14A | 4F | 1C |
| Octal | 202 | 17 | 111 | 0 | 130 | 54 | 61 | 512 | 117 | 34 |
| Binary | 10000010 | 1111 | 1001001 | 0 | 1011000 | 101100 | 110001 | 101001010 | 1001111 | 11100 |
Color Harmonies of #820F49
Complementary color
Monochromatic Colors of #820F49
Black with #820F49
Text Example
Text Example
White with #820F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F49; }
p { color: rgb(130,15,73); }
H1.HeaderClassName
{
color: #820F49;
}
.AnyTagClassName
{
color: #820F49;
}
</style>
background-color css
<style>
a { background-color: #820F49; }
a { background-color: rgb(130,15,73); }
div.DivClassName
{
background-color: #820F49;
}
.BgClassName
{
background-color: #820F49;
}
</style>
border-color css
<style>
span { border-color: #820F49; }
span { border-color: rgb(130,15,73); }
td.TdClassName
{
border-color: #820F49;
}
.TagClassName
{
border-color: #820F49;
}
</style>