Shades of Pompadour #810E52
Tints of Pompadour #810E52
RGB
CMYK
RGB Variations
Color information
#810E52 (or 0x810E52) is known color: Pompadour. HEX triplet: 81, 0E and 52. RGB value is (129,14,82). Sum of RGB (Red+Green+Blue) = 129+14+82=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #810E52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810E52 is #7EF1AD. Grayscale: #373737. Windows color (decimal): -8319406 or 5377665. OLE color: 5377665.
HSL color Cylindrical-coordinate representation of color #810E52: hue angle of 324.52º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E52 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 82 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.49 |
| HSL | 324.52º | 0.8% | 0.28% | - |
| HSV(B) | 324.52º | 0.89% | 0.51% | - |
| XYZ | 10.73 | 5.59 | 8.5 | - |
| YUV | 56.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 82 | 0 | 0.89 | 0.36 | 0.49 | 324.52 | 0.8 | 0.28 |
| Hex | 81 | E | 52 | 0 | 59 | 24 | 31 | 145 | 50 | 1C |
| Octal | 201 | 16 | 122 | 0 | 131 | 44 | 61 | 505 | 120 | 34 |
| Binary | 10000001 | 1110 | 1010010 | 0 | 1011001 | 100100 | 110001 | 101000101 | 1010000 | 11100 |
Color Harmonies of #810E52
Complementary color
Monochromatic Colors of #810E52
Black with #810E52
Text Example
Text Example
White with #810E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E52; }
p { color: rgb(129,14,82); }
H1.HeaderClassName
{
color: #810E52;
}
.AnyTagClassName
{
color: #810E52;
}
</style>
background-color css
<style>
a { background-color: #810E52; }
a { background-color: rgb(129,14,82); }
div.DivClassName
{
background-color: #810E52;
}
.BgClassName
{
background-color: #810E52;
}
</style>
border-color css
<style>
span { border-color: #810E52; }
span { border-color: rgb(129,14,82); }
td.TdClassName
{
border-color: #810E52;
}
.TagClassName
{
border-color: #810E52;
}
</style>