Shades of Pompadour #811246
Tints of Pompadour #811246
RGB
CMYK
RGB Variations
Color information
#811246 (or 0x811246) is known color: Pompadour. HEX triplet: 81, 12 and 46. RGB value is (129,18,70). Sum of RGB (Red+Green+Blue) = 129+18+70=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811246 is #7EEDB9. Grayscale: #393939. Windows color (decimal): -8318394 or 4592257. OLE color: 4592257.
HSL color Cylindrical-coordinate representation of color #811246: hue angle of 331.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811246 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 70 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.49 |
| HSL | 331.89º | 0.76% | 0.29% | - |
| HSV(B) | 331.89º | 0.86% | 0.51% | - |
| XYZ | 10.38 | 5.54 | 6.32 | - |
| YUV | 57.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 70 | 0 | 0.86 | 0.46 | 0.49 | 331.89 | 0.76 | 0.29 |
| Hex | 81 | 12 | 46 | 0 | 56 | 2E | 31 | 14C | 4C | 1D |
| Octal | 201 | 22 | 106 | 0 | 126 | 56 | 61 | 514 | 114 | 35 |
| Binary | 10000001 | 10010 | 1000110 | 0 | 1010110 | 101110 | 110001 | 101001100 | 1001100 | 11101 |
Color Harmonies of #811246
Complementary color
Monochromatic Colors of #811246
Black with #811246
Text Example
Text Example
White with #811246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811246; }
p { color: rgb(129,18,70); }
H1.HeaderClassName
{
color: #811246;
}
.AnyTagClassName
{
color: #811246;
}
</style>
background-color css
<style>
a { background-color: #811246; }
a { background-color: rgb(129,18,70); }
div.DivClassName
{
background-color: #811246;
}
.BgClassName
{
background-color: #811246;
}
</style>
border-color css
<style>
span { border-color: #811246; }
span { border-color: rgb(129,18,70); }
td.TdClassName
{
border-color: #811246;
}
.TagClassName
{
border-color: #811246;
}
</style>