Shades of Pompadour #81104D
Tints of Pompadour #81104D
RGB
CMYK
RGB Variations
Color information
#81104D (or 0x81104D) is known color: Pompadour. HEX triplet: 81, 10 and 4D. RGB value is (129,16,77). Sum of RGB (Red+Green+Blue) = 129+16+77=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81104D is #7EEFB2. Grayscale: #383838. Windows color (decimal): -8318899 or 5050497. OLE color: 5050497.
HSL color Cylindrical-coordinate representation of color #81104D: hue angle of 327.61º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81104D is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 77 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.49 |
| HSL | 327.61º | 0.78% | 0.28% | - |
| HSV(B) | 327.61º | 0.88% | 0.51% | - |
| XYZ | 10.58 | 5.57 | 7.54 | - |
| YUV | 56.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 77 | 0 | 0.88 | 0.40 | 0.49 | 327.61 | 0.78 | 0.28 |
| Hex | 81 | 10 | 4D | 0 | 58 | 28 | 31 | 148 | 4E | 1C |
| Octal | 201 | 20 | 115 | 0 | 130 | 50 | 61 | 510 | 116 | 34 |
| Binary | 10000001 | 10000 | 1001101 | 0 | 1011000 | 101000 | 110001 | 101001000 | 1001110 | 11100 |
Color Harmonies of #81104D
Complementary color
Monochromatic Colors of #81104D
Black with #81104D
Text Example
Text Example
White with #81104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81104D; }
p { color: rgb(129,16,77); }
H1.HeaderClassName
{
color: #81104D;
}
.AnyTagClassName
{
color: #81104D;
}
</style>
background-color css
<style>
a { background-color: #81104D; }
a { background-color: rgb(129,16,77); }
div.DivClassName
{
background-color: #81104D;
}
.BgClassName
{
background-color: #81104D;
}
</style>
border-color css
<style>
span { border-color: #81104D; }
span { border-color: rgb(129,16,77); }
td.TdClassName
{
border-color: #81104D;
}
.TagClassName
{
border-color: #81104D;
}
</style>