Shades of Pompadour #810C4E
Tints of Pompadour #810C4E
RGB
CMYK
RGB Variations
Color information
#810C4E (or 0x810C4E) is known color: Pompadour. HEX triplet: 81, 0C and 4E. RGB value is (129,12,78). Sum of RGB (Red+Green+Blue) = 129+12+78=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #810C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C4E is #7EF3B1. Grayscale: #363636. Windows color (decimal): -8319922 or 5115009. OLE color: 5115009.
HSL color Cylindrical-coordinate representation of color #810C4E: hue angle of 326.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C4E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 78 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.49 |
| HSL | 326.15º | 0.83% | 0.28% | - |
| HSV(B) | 326.15º | 0.91% | 0.51% | - |
| XYZ | 10.56 | 5.48 | 7.71 | - |
| YUV | 54.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 78 | 0 | 0.91 | 0.40 | 0.49 | 326.15 | 0.83 | 0.28 |
| Hex | 81 | C | 4E | 0 | 5B | 28 | 31 | 146 | 53 | 1C |
| Octal | 201 | 14 | 116 | 0 | 133 | 50 | 61 | 506 | 123 | 34 |
| Binary | 10000001 | 1100 | 1001110 | 0 | 1011011 | 101000 | 110001 | 101000110 | 1010011 | 11100 |
Color Harmonies of #810C4E
Complementary color
Monochromatic Colors of #810C4E
Black with #810C4E
Text Example
Text Example
White with #810C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C4E; }
p { color: rgb(129,12,78); }
H1.HeaderClassName
{
color: #810C4E;
}
.AnyTagClassName
{
color: #810C4E;
}
</style>
background-color css
<style>
a { background-color: #810C4E; }
a { background-color: rgb(129,12,78); }
div.DivClassName
{
background-color: #810C4E;
}
.BgClassName
{
background-color: #810C4E;
}
</style>
border-color css
<style>
span { border-color: #810C4E; }
span { border-color: rgb(129,12,78); }
td.TdClassName
{
border-color: #810C4E;
}
.TagClassName
{
border-color: #810C4E;
}
</style>