Shades of Pompadour #82124C
Tints of Pompadour #82124C
RGB
CMYK
RGB Variations
Color information
#82124C (or 0x82124C) is known color: Pompadour. HEX triplet: 82, 12 and 4C. RGB value is (130,18,76). Sum of RGB (Red+Green+Blue) = 130+18+76=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82124C is #7DEDB3. Grayscale: #393939. Windows color (decimal): -8252852 or 4985474. OLE color: 4985474.
HSL color Cylindrical-coordinate representation of color #82124C: hue angle of 328.93º 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 #82124C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 76 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.49 |
| HSL | 328.93º | 0.76% | 0.29% | - |
| HSV(B) | 328.93º | 0.86% | 0.51% | - |
| XYZ | 10.73 | 5.7 | 7.37 | - |
| YUV | 58.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 76 | 0 | 0.86 | 0.42 | 0.49 | 328.93 | 0.76 | 0.29 |
| Hex | 82 | 12 | 4C | 0 | 56 | 2A | 31 | 149 | 4C | 1D |
| Octal | 202 | 22 | 114 | 0 | 126 | 52 | 61 | 511 | 114 | 35 |
| Binary | 10000010 | 10010 | 1001100 | 0 | 1010110 | 101010 | 110001 | 101001001 | 1001100 | 11101 |
Color Harmonies of #82124C
Complementary color
Monochromatic Colors of #82124C
Black with #82124C
Text Example
Text Example
White with #82124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82124C; }
p { color: rgb(130,18,76); }
H1.HeaderClassName
{
color: #82124C;
}
.AnyTagClassName
{
color: #82124C;
}
</style>
background-color css
<style>
a { background-color: #82124C; }
a { background-color: rgb(130,18,76); }
div.DivClassName
{
background-color: #82124C;
}
.BgClassName
{
background-color: #82124C;
}
</style>
border-color css
<style>
span { border-color: #82124C; }
span { border-color: rgb(130,18,76); }
td.TdClassName
{
border-color: #82124C;
}
.TagClassName
{
border-color: #82124C;
}
</style>