Shades of Pompadour #82154D
Tints of Pompadour #82154D
RGB
CMYK
RGB Variations
Color information
#82154D (or 0x82154D) is known color: Pompadour. HEX triplet: 82, 15 and 4D. RGB value is (130,21,77). Sum of RGB (Red+Green+Blue) = 130+21+77=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #82154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82154D is #7DEAB2. Grayscale: #3B3B3B. Windows color (decimal): -8252083 or 5051778. OLE color: 5051778.
HSL color Cylindrical-coordinate representation of color #82154D: hue angle of 329.17º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82154D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 77 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.49 |
| HSL | 329.17º | 0.72% | 0.3% | - |
| HSV(B) | 329.17º | 0.84% | 0.51% | - |
| XYZ | 10.81 | 5.82 | 7.57 | - |
| YUV | 59.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 77 | 0 | 0.84 | 0.41 | 0.49 | 329.17 | 0.72 | 0.3 |
| Hex | 82 | 15 | 4D | 0 | 54 | 29 | 31 | 149 | 48 | 1E |
| Octal | 202 | 25 | 115 | 0 | 124 | 51 | 61 | 511 | 110 | 36 |
| Binary | 10000010 | 10101 | 1001101 | 0 | 1010100 | 101001 | 110001 | 101001001 | 1001000 | 11110 |
Color Harmonies of #82154D
Complementary color
Monochromatic Colors of #82154D
Black with #82154D
Text Example
Text Example
White with #82154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82154D; }
p { color: rgb(130,21,77); }
H1.HeaderClassName
{
color: #82154D;
}
.AnyTagClassName
{
color: #82154D;
}
</style>
background-color css
<style>
a { background-color: #82154D; }
a { background-color: rgb(130,21,77); }
div.DivClassName
{
background-color: #82154D;
}
.BgClassName
{
background-color: #82154D;
}
</style>
border-color css
<style>
span { border-color: #82154D; }
span { border-color: rgb(130,21,77); }
td.TdClassName
{
border-color: #82154D;
}
.TagClassName
{
border-color: #82154D;
}
</style>