Shades of Pompadour #821154
Tints of Pompadour #821154
RGB
CMYK
RGB Variations
Color information
#821154 (or 0x821154) is known color: Pompadour. HEX triplet: 82, 11 and 54. RGB value is (130,17,84). Sum of RGB (Red+Green+Blue) = 130+17+84=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #821154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821154 is #7DEEAB. Grayscale: #3A3A3A. Windows color (decimal): -8253100 or 5509506. OLE color: 5509506.
HSL color Cylindrical-coordinate representation of color #821154: hue angle of 324.42º 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 #821154 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 84 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.49 |
| HSL | 324.42º | 0.77% | 0.29% | - |
| HSV(B) | 324.42º | 0.87% | 0.51% | - |
| XYZ | 11.01 | 5.79 | 8.92 | - |
| YUV | 58.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 84 | 0 | 0.87 | 0.35 | 0.49 | 324.42 | 0.77 | 0.29 |
| Hex | 82 | 11 | 54 | 0 | 57 | 23 | 31 | 144 | 4D | 1D |
| Octal | 202 | 21 | 124 | 0 | 127 | 43 | 61 | 504 | 115 | 35 |
| Binary | 10000010 | 10001 | 1010100 | 0 | 1010111 | 100011 | 110001 | 101000100 | 1001101 | 11101 |
Color Harmonies of #821154
Complementary color
Monochromatic Colors of #821154
Black with #821154
Text Example
Text Example
White with #821154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821154; }
p { color: rgb(130,17,84); }
H1.HeaderClassName
{
color: #821154;
}
.AnyTagClassName
{
color: #821154;
}
</style>
background-color css
<style>
a { background-color: #821154; }
a { background-color: rgb(130,17,84); }
div.DivClassName
{
background-color: #821154;
}
.BgClassName
{
background-color: #821154;
}
</style>
border-color css
<style>
span { border-color: #821154; }
span { border-color: rgb(130,17,84); }
td.TdClassName
{
border-color: #821154;
}
.TagClassName
{
border-color: #821154;
}
</style>