Shades of Pompadour #82104C
Tints of Pompadour #82104C
RGB
CMYK
RGB Variations
Color information
#82104C (or 0x82104C) is known color: Pompadour. HEX triplet: 82, 10 and 4C. RGB value is (130,16,76). Sum of RGB (Red+Green+Blue) = 130+16+76=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82104C is #7DEFB3. Grayscale: #383838. Windows color (decimal): -8253364 or 4984962. OLE color: 4984962.
HSL color Cylindrical-coordinate representation of color #82104C: hue angle of 328.42º 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 #82104C is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 76 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.49 |
| HSL | 328.42º | 0.78% | 0.29% | - |
| HSV(B) | 328.42º | 0.88% | 0.51% | - |
| XYZ | 10.7 | 5.64 | 7.36 | - |
| YUV | 56.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 76 | 0 | 0.88 | 0.42 | 0.49 | 328.42 | 0.78 | 0.29 |
| Hex | 82 | 10 | 4C | 0 | 58 | 2A | 31 | 148 | 4E | 1D |
| Octal | 202 | 20 | 114 | 0 | 130 | 52 | 61 | 510 | 116 | 35 |
| Binary | 10000010 | 10000 | 1001100 | 0 | 1011000 | 101010 | 110001 | 101001000 | 1001110 | 11101 |
Color Harmonies of #82104C
Complementary color
Monochromatic Colors of #82104C
Black with #82104C
Text Example
Text Example
White with #82104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82104C; }
p { color: rgb(130,16,76); }
H1.HeaderClassName
{
color: #82104C;
}
.AnyTagClassName
{
color: #82104C;
}
</style>
background-color css
<style>
a { background-color: #82104C; }
a { background-color: rgb(130,16,76); }
div.DivClassName
{
background-color: #82104C;
}
.BgClassName
{
background-color: #82104C;
}
</style>
border-color css
<style>
span { border-color: #82104C; }
span { border-color: rgb(130,16,76); }
td.TdClassName
{
border-color: #82104C;
}
.TagClassName
{
border-color: #82104C;
}
</style>