Shades of Pompadour #81164D
Tints of Pompadour #81164D
RGB
CMYK
RGB Variations
Color information
#81164D (or 0x81164D) is known color: Pompadour. HEX triplet: 81, 16 and 4D. RGB value is (129,22,77). Sum of RGB (Red+Green+Blue) = 129+22+77=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81164D is #7EE9B2. Grayscale: #3C3C3C. Windows color (decimal): -8317363 or 5052033. OLE color: 5052033.
HSL color Cylindrical-coordinate representation of color #81164D: hue angle of 329.16º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81164D is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 77 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.49 |
| HSL | 329.16º | 0.71% | 0.3% | - |
| HSV(B) | 329.16º | 0.83% | 0.51% | - |
| XYZ | 10.68 | 5.78 | 7.57 | - |
| YUV | 60.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 77 | 0 | 0.83 | 0.40 | 0.49 | 329.16 | 0.71 | 0.3 |
| Hex | 81 | 16 | 4D | 0 | 53 | 28 | 31 | 149 | 47 | 1E |
| Octal | 201 | 26 | 115 | 0 | 123 | 50 | 61 | 511 | 107 | 36 |
| Binary | 10000001 | 10110 | 1001101 | 0 | 1010011 | 101000 | 110001 | 101001001 | 1000111 | 11110 |
Color Harmonies of #81164D
Complementary color
Monochromatic Colors of #81164D
Black with #81164D
Text Example
Text Example
White with #81164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81164D; }
p { color: rgb(129,22,77); }
H1.HeaderClassName
{
color: #81164D;
}
.AnyTagClassName
{
color: #81164D;
}
</style>
background-color css
<style>
a { background-color: #81164D; }
a { background-color: rgb(129,22,77); }
div.DivClassName
{
background-color: #81164D;
}
.BgClassName
{
background-color: #81164D;
}
</style>
border-color css
<style>
span { border-color: #81164D; }
span { border-color: rgb(129,22,77); }
td.TdClassName
{
border-color: #81164D;
}
.TagClassName
{
border-color: #81164D;
}
</style>