Shades of Pompadour #82144C
Tints of Pompadour #82144C
RGB
CMYK
RGB Variations
Color information
#82144C (or 0x82144C) is known color: Pompadour. HEX triplet: 82, 14 and 4C. RGB value is (130,20,76). Sum of RGB (Red+Green+Blue) = 130+20+76=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82144C is #7DEBB3. Grayscale: #3B3B3B. Windows color (decimal): -8252340 or 4985986. OLE color: 4985986.
HSL color Cylindrical-coordinate representation of color #82144C: hue angle of 329.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82144C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 76 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.49 |
| HSL | 329.45º | 0.73% | 0.29% | - |
| HSV(B) | 329.45º | 0.85% | 0.51% | - |
| XYZ | 10.76 | 5.77 | 7.38 | - |
| YUV | 59.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 76 | 0 | 0.85 | 0.42 | 0.49 | 329.45 | 0.73 | 0.29 |
| Hex | 82 | 14 | 4C | 0 | 55 | 2A | 31 | 149 | 49 | 1D |
| Octal | 202 | 24 | 114 | 0 | 125 | 52 | 61 | 511 | 111 | 35 |
| Binary | 10000010 | 10100 | 1001100 | 0 | 1010101 | 101010 | 110001 | 101001001 | 1001001 | 11101 |
Color Harmonies of #82144C
Complementary color
Monochromatic Colors of #82144C
Black with #82144C
Text Example
Text Example
White with #82144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82144C; }
p { color: rgb(130,20,76); }
H1.HeaderClassName
{
color: #82144C;
}
.AnyTagClassName
{
color: #82144C;
}
</style>
background-color css
<style>
a { background-color: #82144C; }
a { background-color: rgb(130,20,76); }
div.DivClassName
{
background-color: #82144C;
}
.BgClassName
{
background-color: #82144C;
}
</style>
border-color css
<style>
span { border-color: #82144C; }
span { border-color: rgb(130,20,76); }
td.TdClassName
{
border-color: #82144C;
}
.TagClassName
{
border-color: #82144C;
}
</style>