Shades of Pompadour #810D42
Tints of Pompadour #810D42
RGB
CMYK
RGB Variations
Color information
#810D42 (or 0x810D42) is known color: Pompadour. HEX triplet: 81, 0D and 42. RGB value is (129,13,66). Sum of RGB (Red+Green+Blue) = 129+13+66=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #810D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D42 is #7EF2BD. Grayscale: #353535. Windows color (decimal): -8319678 or 4328833. OLE color: 4328833.
HSL color Cylindrical-coordinate representation of color #810D42: hue angle of 332.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D42 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 66 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.49 |
| HSL | 332.59º | 0.82% | 0.28% | - |
| HSV(B) | 332.59º | 0.9% | 0.51% | - |
| XYZ | 10.18 | 5.35 | 5.65 | - |
| YUV | 53.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 66 | 0 | 0.90 | 0.49 | 0.49 | 332.59 | 0.82 | 0.28 |
| Hex | 81 | D | 42 | 0 | 5A | 31 | 31 | 14D | 52 | 1C |
| Octal | 201 | 15 | 102 | 0 | 132 | 61 | 61 | 515 | 122 | 34 |
| Binary | 10000001 | 1101 | 1000010 | 0 | 1011010 | 110001 | 110001 | 101001101 | 1010010 | 11100 |
Color Harmonies of #810D42
Complementary color
Monochromatic Colors of #810D42
Black with #810D42
Text Example
Text Example
White with #810D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D42; }
p { color: rgb(129,13,66); }
H1.HeaderClassName
{
color: #810D42;
}
.AnyTagClassName
{
color: #810D42;
}
</style>
background-color css
<style>
a { background-color: #810D42; }
a { background-color: rgb(129,13,66); }
div.DivClassName
{
background-color: #810D42;
}
.BgClassName
{
background-color: #810D42;
}
</style>
border-color css
<style>
span { border-color: #810D42; }
span { border-color: rgb(129,13,66); }
td.TdClassName
{
border-color: #810D42;
}
.TagClassName
{
border-color: #810D42;
}
</style>