Shades of Pompadour #820D49
Tints of Pompadour #820D49
RGB
CMYK
RGB Variations
Color information
#820D49 (or 0x820D49) is known color: Pompadour. HEX triplet: 82, 0D and 49. RGB value is (130,13,73). Sum of RGB (Red+Green+Blue) = 130+13+73=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D49 is #7DF2B6. Grayscale: #363636. Windows color (decimal): -8254135 or 4787586. OLE color: 4787586.
HSL color Cylindrical-coordinate representation of color #820D49: hue angle of 329.23º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D49 is Cyan = 0, Magento = 0.9, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 73 | - |
| CMYK | 0 | 0.9 | 0.44 | 0.49 |
| HSL | 329.23º | 0.82% | 0.28% | - |
| HSV(B) | 329.23º | 0.9% | 0.51% | - |
| XYZ | 10.55 | 5.51 | 6.81 | - |
| YUV | 54.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 73 | 0 | 0.9 | 0.44 | 0.49 | 329.23 | 0.82 | 0.28 |
| Hex | 82 | D | 49 | 0 | 5A | 2C | 31 | 149 | 52 | 1C |
| Octal | 202 | 15 | 111 | 0 | 132 | 54 | 61 | 511 | 122 | 34 |
| Binary | 10000010 | 1101 | 1001001 | 0 | 1011010 | 101100 | 110001 | 101001001 | 1010010 | 11100 |
Color Harmonies of #820D49
Complementary color
Monochromatic Colors of #820D49
Black with #820D49
Text Example
Text Example
White with #820D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D49; }
p { color: rgb(130,13,73); }
H1.HeaderClassName
{
color: #820D49;
}
.AnyTagClassName
{
color: #820D49;
}
</style>
background-color css
<style>
a { background-color: #820D49; }
a { background-color: rgb(130,13,73); }
div.DivClassName
{
background-color: #820D49;
}
.BgClassName
{
background-color: #820D49;
}
</style>
border-color css
<style>
span { border-color: #820D49; }
span { border-color: rgb(130,13,73); }
td.TdClassName
{
border-color: #820D49;
}
.TagClassName
{
border-color: #820D49;
}
</style>