Shades of Pompadour #810D45
Tints of Pompadour #810D45
RGB
CMYK
RGB Variations
Color information
#810D45 (or 0x810D45) is known color: Pompadour. HEX triplet: 81, 0D and 45. RGB value is (129,13,69). Sum of RGB (Red+Green+Blue) = 129+13+69=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #810D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D45 is #7EF2BA. Grayscale: #353535. Windows color (decimal): -8319675 or 4525441. OLE color: 4525441.
HSL color Cylindrical-coordinate representation of color #810D45: hue angle of 331.03º 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 #810D45 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 69 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.49 |
| HSL | 331.03º | 0.82% | 0.28% | - |
| HSV(B) | 331.03º | 0.9% | 0.51% | - |
| XYZ | 10.27 | 5.38 | 6.13 | - |
| YUV | 54.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 69 | 0 | 0.90 | 0.47 | 0.49 | 331.03 | 0.82 | 0.28 |
| Hex | 81 | D | 45 | 0 | 5A | 2F | 31 | 14B | 52 | 1C |
| Octal | 201 | 15 | 105 | 0 | 132 | 57 | 61 | 513 | 122 | 34 |
| Binary | 10000001 | 1101 | 1000101 | 0 | 1011010 | 101111 | 110001 | 101001011 | 1010010 | 11100 |
Color Harmonies of #810D45
Complementary color
Monochromatic Colors of #810D45
Black with #810D45
Text Example
Text Example
White with #810D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D45; }
p { color: rgb(129,13,69); }
H1.HeaderClassName
{
color: #810D45;
}
.AnyTagClassName
{
color: #810D45;
}
</style>
background-color css
<style>
a { background-color: #810D45; }
a { background-color: rgb(129,13,69); }
div.DivClassName
{
background-color: #810D45;
}
.BgClassName
{
background-color: #810D45;
}
</style>
border-color css
<style>
span { border-color: #810D45; }
span { border-color: rgb(129,13,69); }
td.TdClassName
{
border-color: #810D45;
}
.TagClassName
{
border-color: #810D45;
}
</style>