Shades of Pompadour #82134D
Tints of Pompadour #82134D
RGB
CMYK
RGB Variations
Color information
#82134D (or 0x82134D) is known color: Pompadour. HEX triplet: 82, 13 and 4D. RGB value is (130,19,77). Sum of RGB (Red+Green+Blue) = 130+19+77=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82134D is #7DECB2. Grayscale: #3A3A3A. Windows color (decimal): -8252595 or 5051266. OLE color: 5051266.
HSL color Cylindrical-coordinate representation of color #82134D: hue angle of 328.65º 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 #82134D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 77 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.49 |
| HSL | 328.65º | 0.74% | 0.29% | - |
| HSV(B) | 328.65º | 0.85% | 0.51% | - |
| XYZ | 10.78 | 5.75 | 7.56 | - |
| YUV | 58.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 77 | 0 | 0.85 | 0.41 | 0.49 | 328.65 | 0.74 | 0.29 |
| Hex | 82 | 13 | 4D | 0 | 55 | 29 | 31 | 149 | 4A | 1D |
| Octal | 202 | 23 | 115 | 0 | 125 | 51 | 61 | 511 | 112 | 35 |
| Binary | 10000010 | 10011 | 1001101 | 0 | 1010101 | 101001 | 110001 | 101001001 | 1001010 | 11101 |
Color Harmonies of #82134D
Complementary color
Monochromatic Colors of #82134D
Black with #82134D
Text Example
Text Example
White with #82134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82134D; }
p { color: rgb(130,19,77); }
H1.HeaderClassName
{
color: #82134D;
}
.AnyTagClassName
{
color: #82134D;
}
</style>
background-color css
<style>
a { background-color: #82134D; }
a { background-color: rgb(130,19,77); }
div.DivClassName
{
background-color: #82134D;
}
.BgClassName
{
background-color: #82134D;
}
</style>
border-color css
<style>
span { border-color: #82134D; }
span { border-color: rgb(130,19,77); }
td.TdClassName
{
border-color: #82134D;
}
.TagClassName
{
border-color: #82134D;
}
</style>