Shades of Pompadour #810D3B
Tints of Pompadour #810D3B
RGB
CMYK
RGB Variations
Color information
#810D3B (or 0x810D3B) is known color: Pompadour. HEX triplet: 81, 0D and 3B. RGB value is (129,13,59). Sum of RGB (Red+Green+Blue) = 129+13+59=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #810D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D3B is #7EF2C4. Grayscale: #343434. Windows color (decimal): -8319685 or 3870081. OLE color: 3870081.
HSL color Cylindrical-coordinate representation of color #810D3B: hue angle of 336.21º 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 #810D3B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 59 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.49 |
| HSL | 336.21º | 0.82% | 0.28% | - |
| HSV(B) | 336.21º | 0.9% | 0.51% | - |
| XYZ | 9.99 | 5.27 | 4.63 | - |
| YUV | 52.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 59 | 0 | 0.90 | 0.54 | 0.49 | 336.21 | 0.82 | 0.28 |
| Hex | 81 | D | 3B | 0 | 5A | 36 | 31 | 150 | 52 | 1C |
| Octal | 201 | 15 | 73 | 0 | 132 | 66 | 61 | 520 | 122 | 34 |
| Binary | 10000001 | 1101 | 111011 | 0 | 1011010 | 110110 | 110001 | 101010000 | 1010010 | 11100 |
Color Harmonies of #810D3B
Complementary color
Monochromatic Colors of #810D3B
Black with #810D3B
Text Example
Text Example
White with #810D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D3B; }
p { color: rgb(129,13,59); }
H1.HeaderClassName
{
color: #810D3B;
}
.AnyTagClassName
{
color: #810D3B;
}
</style>
background-color css
<style>
a { background-color: #810D3B; }
a { background-color: rgb(129,13,59); }
div.DivClassName
{
background-color: #810D3B;
}
.BgClassName
{
background-color: #810D3B;
}
</style>
border-color css
<style>
span { border-color: #810D3B; }
span { border-color: rgb(129,13,59); }
td.TdClassName
{
border-color: #810D3B;
}
.TagClassName
{
border-color: #810D3B;
}
</style>