Shades of Pompadour #82124A
Tints of Pompadour #82124A
RGB
CMYK
RGB Variations
Color information
#82124A (or 0x82124A) is known color: Pompadour. HEX triplet: 82, 12 and 4A. RGB value is (130,18,74). Sum of RGB (Red+Green+Blue) = 130+18+74=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82124A is #7DEDB5. Grayscale: #393939. Windows color (decimal): -8252854 or 4854402. OLE color: 4854402.
HSL color Cylindrical-coordinate representation of color #82124A: hue angle of 330º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82124A is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 74 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.49 |
| HSL | 330º | 0.76% | 0.29% | - |
| HSV(B) | 330º | 0.86% | 0.51% | - |
| XYZ | 10.66 | 5.67 | 7.01 | - |
| YUV | 57.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 74 | 0 | 0.86 | 0.43 | 0.49 | 330 | 0.76 | 0.29 |
| Hex | 82 | 12 | 4A | 0 | 56 | 2B | 31 | 14A | 4C | 1D |
| Octal | 202 | 22 | 112 | 0 | 126 | 53 | 61 | 512 | 114 | 35 |
| Binary | 10000010 | 10010 | 1001010 | 0 | 1010110 | 101011 | 110001 | 101001010 | 1001100 | 11101 |
Color Harmonies of #82124A
Complementary color
Monochromatic Colors of #82124A
Black with #82124A
Text Example
Text Example
White with #82124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82124A; }
p { color: rgb(130,18,74); }
H1.HeaderClassName
{
color: #82124A;
}
.AnyTagClassName
{
color: #82124A;
}
</style>
background-color css
<style>
a { background-color: #82124A; }
a { background-color: rgb(130,18,74); }
div.DivClassName
{
background-color: #82124A;
}
.BgClassName
{
background-color: #82124A;
}
</style>
border-color css
<style>
span { border-color: #82124A; }
span { border-color: rgb(130,18,74); }
td.TdClassName
{
border-color: #82124A;
}
.TagClassName
{
border-color: #82124A;
}
</style>