Shades of Pompadour #820E41
Tints of Pompadour #820E41
RGB
CMYK
RGB Variations
Color information
#820E41 (or 0x820E41) is known color: Pompadour. HEX triplet: 82, 0E and 41. RGB value is (130,14,65). Sum of RGB (Red+Green+Blue) = 130+14+65=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #820E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E41 is #7DF1BE. Grayscale: #363636. Windows color (decimal): -8253887 or 4263554. OLE color: 4263554.
HSL color Cylindrical-coordinate representation of color #820E41: hue angle of 333.62º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E41 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 14 | 65 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.49 |
| HSL | 333.62º | 0.81% | 0.28% | - |
| HSV(B) | 333.62º | 0.89% | 0.51% | - |
| XYZ | 10.32 | 5.44 | 5.51 | - |
| YUV | 54.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 65 | 0 | 0.89 | 0.50 | 0.49 | 333.62 | 0.81 | 0.28 |
| Hex | 82 | E | 41 | 0 | 59 | 32 | 31 | 14E | 51 | 1C |
| Octal | 202 | 16 | 101 | 0 | 131 | 62 | 61 | 516 | 121 | 34 |
| Binary | 10000010 | 1110 | 1000001 | 0 | 1011001 | 110010 | 110001 | 101001110 | 1010001 | 11100 |
Color Harmonies of #820E41
Complementary color
Monochromatic Colors of #820E41
Black with #820E41
Text Example
Text Example
White with #820E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820E41; }
p { color: rgb(130,14,65); }
H1.HeaderClassName
{
color: #820E41;
}
.AnyTagClassName
{
color: #820E41;
}
</style>
background-color css
<style>
a { background-color: #820E41; }
a { background-color: rgb(130,14,65); }
div.DivClassName
{
background-color: #820E41;
}
.BgClassName
{
background-color: #820E41;
}
</style>
border-color css
<style>
span { border-color: #820E41; }
span { border-color: rgb(130,14,65); }
td.TdClassName
{
border-color: #820E41;
}
.TagClassName
{
border-color: #820E41;
}
</style>