Shades of Pompadour #81154D
Tints of Pompadour #81154D
RGB
CMYK
RGB Variations
Color information
#81154D (or 0x81154D) is known color: Pompadour. HEX triplet: 81, 15 and 4D. RGB value is (129,21,77). Sum of RGB (Red+Green+Blue) = 129+21+77=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81154D is #7EEAB2. Grayscale: #3B3B3B. Windows color (decimal): -8317619 or 5051777. OLE color: 5051777.
HSL color Cylindrical-coordinate representation of color #81154D: hue angle of 328.89º 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 #81154D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 77 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.49 |
| HSL | 328.89º | 0.72% | 0.29% | - |
| HSV(B) | 328.89º | 0.84% | 0.51% | - |
| XYZ | 10.66 | 5.74 | 7.57 | - |
| YUV | 59.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 77 | 0 | 0.84 | 0.40 | 0.49 | 328.89 | 0.72 | 0.29 |
| Hex | 81 | 15 | 4D | 0 | 54 | 28 | 31 | 149 | 48 | 1D |
| Octal | 201 | 25 | 115 | 0 | 124 | 50 | 61 | 511 | 110 | 35 |
| Binary | 10000001 | 10101 | 1001101 | 0 | 1010100 | 101000 | 110001 | 101001001 | 1001000 | 11101 |
Color Harmonies of #81154D
Complementary color
Monochromatic Colors of #81154D
Black with #81154D
Text Example
Text Example
White with #81154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81154D; }
p { color: rgb(129,21,77); }
H1.HeaderClassName
{
color: #81154D;
}
.AnyTagClassName
{
color: #81154D;
}
</style>
background-color css
<style>
a { background-color: #81154D; }
a { background-color: rgb(129,21,77); }
div.DivClassName
{
background-color: #81154D;
}
.BgClassName
{
background-color: #81154D;
}
</style>
border-color css
<style>
span { border-color: #81154D; }
span { border-color: rgb(129,21,77); }
td.TdClassName
{
border-color: #81154D;
}
.TagClassName
{
border-color: #81154D;
}
</style>