Shades of Pompadour #820D4D
Tints of Pompadour #820D4D
RGB
CMYK
RGB Variations
Color information
#820D4D (or 0x820D4D) is known color: Pompadour. HEX triplet: 82, 0D and 4D. RGB value is (130,13,77). Sum of RGB (Red+Green+Blue) = 130+13+77=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D4D is #7DF2B2. Grayscale: #373737. Windows color (decimal): -8254131 or 5049730. OLE color: 5049730.
HSL color Cylindrical-coordinate representation of color #820D4D: hue angle of 327.18º 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 #820D4D is Cyan = 0, Magento = 0.9, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 77 | - |
| CMYK | 0 | 0.9 | 0.41 | 0.49 |
| HSL | 327.18º | 0.82% | 0.28% | - |
| HSV(B) | 327.18º | 0.9% | 0.51% | - |
| XYZ | 10.69 | 5.57 | 7.53 | - |
| YUV | 55.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 77 | 0 | 0.9 | 0.41 | 0.49 | 327.18 | 0.82 | 0.28 |
| Hex | 82 | D | 4D | 0 | 5A | 29 | 31 | 147 | 52 | 1C |
| Octal | 202 | 15 | 115 | 0 | 132 | 51 | 61 | 507 | 122 | 34 |
| Binary | 10000010 | 1101 | 1001101 | 0 | 1011010 | 101001 | 110001 | 101000111 | 1010010 | 11100 |
Color Harmonies of #820D4D
Complementary color
Monochromatic Colors of #820D4D
Black with #820D4D
Text Example
Text Example
White with #820D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D4D; }
p { color: rgb(130,13,77); }
H1.HeaderClassName
{
color: #820D4D;
}
.AnyTagClassName
{
color: #820D4D;
}
</style>
background-color css
<style>
a { background-color: #820D4D; }
a { background-color: rgb(130,13,77); }
div.DivClassName
{
background-color: #820D4D;
}
.BgClassName
{
background-color: #820D4D;
}
</style>
border-color css
<style>
span { border-color: #820D4D; }
span { border-color: rgb(130,13,77); }
td.TdClassName
{
border-color: #820D4D;
}
.TagClassName
{
border-color: #820D4D;
}
</style>