Shades of Pompadour #81144D
Tints of Pompadour #81144D
RGB
CMYK
RGB Variations
Color information
#81144D (or 0x81144D) is known color: Pompadour. HEX triplet: 81, 14 and 4D. RGB value is (129,20,77). Sum of RGB (Red+Green+Blue) = 129+20+77=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81144D is #7EEBB2. Grayscale: #3A3A3A. Windows color (decimal): -8317875 or 5051521. OLE color: 5051521.
HSL color Cylindrical-coordinate representation of color #81144D: hue angle of 328.62º 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 #81144D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 77 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.49 |
| HSL | 328.62º | 0.73% | 0.29% | - |
| HSV(B) | 328.62º | 0.84% | 0.51% | - |
| XYZ | 10.64 | 5.7 | 7.56 | - |
| YUV | 59.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 77 | 0 | 0.84 | 0.40 | 0.49 | 328.62 | 0.73 | 0.29 |
| Hex | 81 | 14 | 4D | 0 | 54 | 28 | 31 | 149 | 49 | 1D |
| Octal | 201 | 24 | 115 | 0 | 124 | 50 | 61 | 511 | 111 | 35 |
| Binary | 10000001 | 10100 | 1001101 | 0 | 1010100 | 101000 | 110001 | 101001001 | 1001001 | 11101 |
Color Harmonies of #81144D
Complementary color
Monochromatic Colors of #81144D
Black with #81144D
Text Example
Text Example
White with #81144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81144D; }
p { color: rgb(129,20,77); }
H1.HeaderClassName
{
color: #81144D;
}
.AnyTagClassName
{
color: #81144D;
}
</style>
background-color css
<style>
a { background-color: #81144D; }
a { background-color: rgb(129,20,77); }
div.DivClassName
{
background-color: #81144D;
}
.BgClassName
{
background-color: #81144D;
}
</style>
border-color css
<style>
span { border-color: #81144D; }
span { border-color: rgb(129,20,77); }
td.TdClassName
{
border-color: #81144D;
}
.TagClassName
{
border-color: #81144D;
}
</style>