Shades of Pompadour #820C46
Tints of Pompadour #820C46
RGB
CMYK
RGB Variations
Color information
#820C46 (or 0x820C46) is known color: Pompadour. HEX triplet: 82, 0C and 46. RGB value is (130,12,70). Sum of RGB (Red+Green+Blue) = 130+12+70=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #820C46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C46 is #7DF3B9. Grayscale: #353535. Windows color (decimal): -8254394 or 4590722. OLE color: 4590722.
HSL color Cylindrical-coordinate representation of color #820C46: hue angle of 330.51º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C46 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 70 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.49 |
| HSL | 330.51º | 0.83% | 0.28% | - |
| HSV(B) | 330.51º | 0.91% | 0.51% | - |
| XYZ | 10.44 | 5.45 | 6.3 | - |
| YUV | 53.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 70 | 0 | 0.91 | 0.46 | 0.49 | 330.51 | 0.83 | 0.28 |
| Hex | 82 | C | 46 | 0 | 5B | 2E | 31 | 14B | 53 | 1C |
| Octal | 202 | 14 | 106 | 0 | 133 | 56 | 61 | 513 | 123 | 34 |
| Binary | 10000010 | 1100 | 1000110 | 0 | 1011011 | 101110 | 110001 | 101001011 | 1010011 | 11100 |
Color Harmonies of #820C46
Complementary color
Monochromatic Colors of #820C46
Black with #820C46
Text Example
Text Example
White with #820C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C46; }
p { color: rgb(130,12,70); }
H1.HeaderClassName
{
color: #820C46;
}
.AnyTagClassName
{
color: #820C46;
}
</style>
background-color css
<style>
a { background-color: #820C46; }
a { background-color: rgb(130,12,70); }
div.DivClassName
{
background-color: #820C46;
}
.BgClassName
{
background-color: #820C46;
}
</style>
border-color css
<style>
span { border-color: #820C46; }
span { border-color: rgb(130,12,70); }
td.TdClassName
{
border-color: #820C46;
}
.TagClassName
{
border-color: #820C46;
}
</style>