Shades of Pompadour #810F41
Tints of Pompadour #810F41
RGB
CMYK
RGB Variations
Color information
#810F41 (or 0x810F41) is known color: Pompadour. HEX triplet: 81, 0F and 41. RGB value is (129,15,65). Sum of RGB (Red+Green+Blue) = 129+15+65=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #810F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F41 is #7EF0BE. Grayscale: #363636. Windows color (decimal): -8319167 or 4263809. OLE color: 4263809.
HSL color Cylindrical-coordinate representation of color #810F41: hue angle of 333.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F41 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 65 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.49 |
| HSL | 333.68º | 0.79% | 0.28% | - |
| HSV(B) | 333.68º | 0.88% | 0.51% | - |
| XYZ | 10.18 | 5.39 | 5.51 | - |
| YUV | 54.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 65 | 0 | 0.88 | 0.50 | 0.49 | 333.68 | 0.79 | 0.28 |
| Hex | 81 | F | 41 | 0 | 58 | 32 | 31 | 14E | 4F | 1C |
| Octal | 201 | 17 | 101 | 0 | 130 | 62 | 61 | 516 | 117 | 34 |
| Binary | 10000001 | 1111 | 1000001 | 0 | 1011000 | 110010 | 110001 | 101001110 | 1001111 | 11100 |
Color Harmonies of #810F41
Complementary color
Monochromatic Colors of #810F41
Black with #810F41
Text Example
Text Example
White with #810F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F41; }
p { color: rgb(129,15,65); }
H1.HeaderClassName
{
color: #810F41;
}
.AnyTagClassName
{
color: #810F41;
}
</style>
background-color css
<style>
a { background-color: #810F41; }
a { background-color: rgb(129,15,65); }
div.DivClassName
{
background-color: #810F41;
}
.BgClassName
{
background-color: #810F41;
}
</style>
border-color css
<style>
span { border-color: #810F41; }
span { border-color: rgb(129,15,65); }
td.TdClassName
{
border-color: #810F41;
}
.TagClassName
{
border-color: #810F41;
}
</style>