Shades of Pompadour #81144E
Tints of Pompadour #81144E
RGB
CMYK
RGB Variations
Color information
#81144E (or 0x81144E) is known color: Pompadour. HEX triplet: 81, 14 and 4E. RGB value is (129,20,78). Sum of RGB (Red+Green+Blue) = 129+20+78=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81144E is #7EEBB1. Grayscale: #3B3B3B. Windows color (decimal): -8317874 or 5117057. OLE color: 5117057.
HSL color Cylindrical-coordinate representation of color #81144E: hue angle of 328.07º degrees, saturation: 0.73, 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 #81144E is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 78 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.49 |
| HSL | 328.07º | 0.73% | 0.29% | - |
| HSV(B) | 328.07º | 0.84% | 0.51% | - |
| XYZ | 10.68 | 5.72 | 7.75 | - |
| YUV | 59.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 78 | 0 | 0.84 | 0.40 | 0.49 | 328.07 | 0.73 | 0.29 |
| Hex | 81 | 14 | 4E | 0 | 54 | 28 | 31 | 148 | 49 | 1D |
| Octal | 201 | 24 | 116 | 0 | 124 | 50 | 61 | 510 | 111 | 35 |
| Binary | 10000001 | 10100 | 1001110 | 0 | 1010100 | 101000 | 110001 | 101001000 | 1001001 | 11101 |
Color Harmonies of #81144E
Complementary color
Monochromatic Colors of #81144E
Black with #81144E
Text Example
Text Example
White with #81144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81144E; }
p { color: rgb(129,20,78); }
H1.HeaderClassName
{
color: #81144E;
}
.AnyTagClassName
{
color: #81144E;
}
</style>
background-color css
<style>
a { background-color: #81144E; }
a { background-color: rgb(129,20,78); }
div.DivClassName
{
background-color: #81144E;
}
.BgClassName
{
background-color: #81144E;
}
</style>
border-color css
<style>
span { border-color: #81144E; }
span { border-color: rgb(129,20,78); }
td.TdClassName
{
border-color: #81144E;
}
.TagClassName
{
border-color: #81144E;
}
</style>