Shades of Pompadour #82104D
Tints of Pompadour #82104D
RGB
CMYK
RGB Variations
Color information
#82104D (or 0x82104D) is known color: Pompadour. HEX triplet: 82, 10 and 4D. RGB value is (130,16,77). Sum of RGB (Red+Green+Blue) = 130+16+77=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82104D is #7DEFB2. Grayscale: #383838. Windows color (decimal): -8253363 or 5050498. OLE color: 5050498.
HSL color Cylindrical-coordinate representation of color #82104D: hue angle of 327.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82104D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 77 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.49 |
| HSL | 327.89º | 0.78% | 0.29% | - |
| HSV(B) | 327.89º | 0.88% | 0.51% | - |
| XYZ | 10.73 | 5.65 | 7.55 | - |
| YUV | 57.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 77 | 0 | 0.88 | 0.41 | 0.49 | 327.89 | 0.78 | 0.29 |
| Hex | 82 | 10 | 4D | 0 | 58 | 29 | 31 | 148 | 4E | 1D |
| Octal | 202 | 20 | 115 | 0 | 130 | 51 | 61 | 510 | 116 | 35 |
| Binary | 10000010 | 10000 | 1001101 | 0 | 1011000 | 101001 | 110001 | 101001000 | 1001110 | 11101 |
Color Harmonies of #82104D
Complementary color
Monochromatic Colors of #82104D
Black with #82104D
Text Example
Text Example
White with #82104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82104D; }
p { color: rgb(130,16,77); }
H1.HeaderClassName
{
color: #82104D;
}
.AnyTagClassName
{
color: #82104D;
}
</style>
background-color css
<style>
a { background-color: #82104D; }
a { background-color: rgb(130,16,77); }
div.DivClassName
{
background-color: #82104D;
}
.BgClassName
{
background-color: #82104D;
}
</style>
border-color css
<style>
span { border-color: #82104D; }
span { border-color: rgb(130,16,77); }
td.TdClassName
{
border-color: #82104D;
}
.TagClassName
{
border-color: #82104D;
}
</style>