Shades of Pompadour #811543
Tints of Pompadour #811543
RGB
CMYK
RGB Variations
Color information
#811543 (or 0x811543) is known color: Pompadour. HEX triplet: 81, 15 and 43. RGB value is (129,21,67). Sum of RGB (Red+Green+Blue) = 129+21+67=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811543 is #7EEABC. Grayscale: #3A3A3A. Windows color (decimal): -8317629 or 4396417. OLE color: 4396417.
HSL color Cylindrical-coordinate representation of color #811543: hue angle of 334.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811543 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 67 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.49 |
| HSL | 334.44º | 0.72% | 0.29% | - |
| HSV(B) | 334.44º | 0.84% | 0.51% | - |
| XYZ | 10.33 | 5.61 | 5.85 | - |
| YUV | 58.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 67 | 0 | 0.84 | 0.48 | 0.49 | 334.44 | 0.72 | 0.29 |
| Hex | 81 | 15 | 43 | 0 | 54 | 30 | 31 | 14E | 48 | 1D |
| Octal | 201 | 25 | 103 | 0 | 124 | 60 | 61 | 516 | 110 | 35 |
| Binary | 10000001 | 10101 | 1000011 | 0 | 1010100 | 110000 | 110001 | 101001110 | 1001000 | 11101 |
Color Harmonies of #811543
Complementary color
Monochromatic Colors of #811543
Black with #811543
Text Example
Text Example
White with #811543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811543; }
p { color: rgb(129,21,67); }
H1.HeaderClassName
{
color: #811543;
}
.AnyTagClassName
{
color: #811543;
}
</style>
background-color css
<style>
a { background-color: #811543; }
a { background-color: rgb(129,21,67); }
div.DivClassName
{
background-color: #811543;
}
.BgClassName
{
background-color: #811543;
}
</style>
border-color css
<style>
span { border-color: #811543; }
span { border-color: rgb(129,21,67); }
td.TdClassName
{
border-color: #811543;
}
.TagClassName
{
border-color: #811543;
}
</style>