Shades of Pompadour #82134C
Tints of Pompadour #82134C
RGB
CMYK
RGB Variations
Color information
#82134C (or 0x82134C) is known color: Pompadour. HEX triplet: 82, 13 and 4C. RGB value is (130,19,76). Sum of RGB (Red+Green+Blue) = 130+19+76=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82134C is #7DECB3. Grayscale: #3A3A3A. Windows color (decimal): -8252596 or 4985730. OLE color: 4985730.
HSL color Cylindrical-coordinate representation of color #82134C: hue angle of 329.19º degrees, saturation: 0.74, 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 #82134C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 76 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.49 |
| HSL | 329.19º | 0.74% | 0.29% | - |
| HSV(B) | 329.19º | 0.85% | 0.51% | - |
| XYZ | 10.74 | 5.73 | 7.38 | - |
| YUV | 58.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 76 | 0 | 0.85 | 0.42 | 0.49 | 329.19 | 0.74 | 0.29 |
| Hex | 82 | 13 | 4C | 0 | 55 | 2A | 31 | 149 | 4A | 1D |
| Octal | 202 | 23 | 114 | 0 | 125 | 52 | 61 | 511 | 112 | 35 |
| Binary | 10000010 | 10011 | 1001100 | 0 | 1010101 | 101010 | 110001 | 101001001 | 1001010 | 11101 |
Color Harmonies of #82134C
Complementary color
Monochromatic Colors of #82134C
Black with #82134C
Text Example
Text Example
White with #82134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82134C; }
p { color: rgb(130,19,76); }
H1.HeaderClassName
{
color: #82134C;
}
.AnyTagClassName
{
color: #82134C;
}
</style>
background-color css
<style>
a { background-color: #82134C; }
a { background-color: rgb(130,19,76); }
div.DivClassName
{
background-color: #82134C;
}
.BgClassName
{
background-color: #82134C;
}
</style>
border-color css
<style>
span { border-color: #82134C; }
span { border-color: rgb(130,19,76); }
td.TdClassName
{
border-color: #82134C;
}
.TagClassName
{
border-color: #82134C;
}
</style>