Shades of Pompadour #81134E
Tints of Pompadour #81134E
RGB
CMYK
RGB Variations
Color information
#81134E (or 0x81134E) is known color: Pompadour. HEX triplet: 81, 13 and 4E. RGB value is (129,19,78). Sum of RGB (Red+Green+Blue) = 129+19+78=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81134E is #7EECB1. Grayscale: #3A3A3A. Windows color (decimal): -8318130 or 5116801. OLE color: 5116801.
HSL color Cylindrical-coordinate representation of color #81134E: hue angle of 327.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81134E is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 78 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.49 |
| HSL | 327.82º | 0.74% | 0.29% | - |
| HSV(B) | 327.82º | 0.85% | 0.51% | - |
| XYZ | 10.66 | 5.68 | 7.74 | - |
| YUV | 58.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 78 | 0 | 0.85 | 0.40 | 0.49 | 327.82 | 0.74 | 0.29 |
| Hex | 81 | 13 | 4E | 0 | 55 | 28 | 31 | 148 | 4A | 1D |
| Octal | 201 | 23 | 116 | 0 | 125 | 50 | 61 | 510 | 112 | 35 |
| Binary | 10000001 | 10011 | 1001110 | 0 | 1010101 | 101000 | 110001 | 101001000 | 1001010 | 11101 |
Color Harmonies of #81134E
Complementary color
Monochromatic Colors of #81134E
Black with #81134E
Text Example
Text Example
White with #81134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81134E; }
p { color: rgb(129,19,78); }
H1.HeaderClassName
{
color: #81134E;
}
.AnyTagClassName
{
color: #81134E;
}
</style>
background-color css
<style>
a { background-color: #81134E; }
a { background-color: rgb(129,19,78); }
div.DivClassName
{
background-color: #81134E;
}
.BgClassName
{
background-color: #81134E;
}
</style>
border-color css
<style>
span { border-color: #81134E; }
span { border-color: rgb(129,19,78); }
td.TdClassName
{
border-color: #81134E;
}
.TagClassName
{
border-color: #81134E;
}
</style>