Shades of Pompadour #82114E
Tints of Pompadour #82114E
RGB
CMYK
RGB Variations
Color information
#82114E (or 0x82114E) is known color: Pompadour. HEX triplet: 82, 11 and 4E. RGB value is (130,17,78). Sum of RGB (Red+Green+Blue) = 130+17+78=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82114E is #7DEEB1. Grayscale: #393939. Windows color (decimal): -8253106 or 5116290. OLE color: 5116290.
HSL color Cylindrical-coordinate representation of color #82114E: hue angle of 327.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82114E is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 78 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.49 |
| HSL | 327.61º | 0.77% | 0.29% | - |
| HSV(B) | 327.61º | 0.87% | 0.51% | - |
| XYZ | 10.78 | 5.7 | 7.74 | - |
| YUV | 57.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 78 | 0 | 0.87 | 0.40 | 0.49 | 327.61 | 0.77 | 0.29 |
| Hex | 82 | 11 | 4E | 0 | 57 | 28 | 31 | 148 | 4D | 1D |
| Octal | 202 | 21 | 116 | 0 | 127 | 50 | 61 | 510 | 115 | 35 |
| Binary | 10000010 | 10001 | 1001110 | 0 | 1010111 | 101000 | 110001 | 101001000 | 1001101 | 11101 |
Color Harmonies of #82114E
Complementary color
Monochromatic Colors of #82114E
Black with #82114E
Text Example
Text Example
White with #82114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82114E; }
p { color: rgb(130,17,78); }
H1.HeaderClassName
{
color: #82114E;
}
.AnyTagClassName
{
color: #82114E;
}
</style>
background-color css
<style>
a { background-color: #82114E; }
a { background-color: rgb(130,17,78); }
div.DivClassName
{
background-color: #82114E;
}
.BgClassName
{
background-color: #82114E;
}
</style>
border-color css
<style>
span { border-color: #82114E; }
span { border-color: rgb(130,17,78); }
td.TdClassName
{
border-color: #82114E;
}
.TagClassName
{
border-color: #82114E;
}
</style>