Shades of Pompadour #810B46
Tints of Pompadour #810B46
RGB
CMYK
RGB Variations
Color information
#810B46 (or 0x810B46) is known color: Pompadour. HEX triplet: 81, 0B and 46. RGB value is (129,11,70). Sum of RGB (Red+Green+Blue) = 129+11+70=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #810B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B46 is #7EF4B9. Grayscale: #343434. Windows color (decimal): -8320186 or 4590465. OLE color: 4590465.
HSL color Cylindrical-coordinate representation of color #810B46: hue angle of 330º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B46 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 70 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.49 |
| HSL | 330º | 0.84% | 0.27% | - |
| HSV(B) | 330º | 0.91% | 0.51% | - |
| XYZ | 10.28 | 5.35 | 6.29 | - |
| YUV | 53.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 70 | 0 | 0.91 | 0.46 | 0.49 | 330 | 0.84 | 0.27 |
| Hex | 81 | B | 46 | 0 | 5B | 2E | 31 | 14A | 54 | 1B |
| Octal | 201 | 13 | 106 | 0 | 133 | 56 | 61 | 512 | 124 | 33 |
| Binary | 10000001 | 1011 | 1000110 | 0 | 1011011 | 101110 | 110001 | 101001010 | 1010100 | 11011 |
Color Harmonies of #810B46
Complementary color
Monochromatic Colors of #810B46
Black with #810B46
Text Example
Text Example
White with #810B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B46; }
p { color: rgb(129,11,70); }
H1.HeaderClassName
{
color: #810B46;
}
.AnyTagClassName
{
color: #810B46;
}
</style>
background-color css
<style>
a { background-color: #810B46; }
a { background-color: rgb(129,11,70); }
div.DivClassName
{
background-color: #810B46;
}
.BgClassName
{
background-color: #810B46;
}
</style>
border-color css
<style>
span { border-color: #810B46; }
span { border-color: rgb(129,11,70); }
td.TdClassName
{
border-color: #810B46;
}
.TagClassName
{
border-color: #810B46;
}
</style>