Shades of Pompadour #811351
Tints of Pompadour #811351
RGB
CMYK
RGB Variations
Color information
#811351 (or 0x811351) is known color: Pompadour. HEX triplet: 81, 13 and 51. RGB value is (129,19,81). Sum of RGB (Red+Green+Blue) = 129+19+81=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #811351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811351 is #7EECAE. Grayscale: #3A3A3A. Windows color (decimal): -8318127 or 5313409. OLE color: 5313409.
HSL color Cylindrical-coordinate representation of color #811351: hue angle of 326.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811351 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 81 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.49 |
| HSL | 326.18º | 0.74% | 0.29% | - |
| HSV(B) | 326.18º | 0.85% | 0.51% | - |
| XYZ | 10.77 | 5.73 | 8.32 | - |
| YUV | 58.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 81 | 0 | 0.85 | 0.37 | 0.49 | 326.18 | 0.74 | 0.29 |
| Hex | 81 | 13 | 51 | 0 | 55 | 25 | 31 | 146 | 4A | 1D |
| Octal | 201 | 23 | 121 | 0 | 125 | 45 | 61 | 506 | 112 | 35 |
| Binary | 10000001 | 10011 | 1010001 | 0 | 1010101 | 100101 | 110001 | 101000110 | 1001010 | 11101 |
Color Harmonies of #811351
Complementary color
Monochromatic Colors of #811351
Black with #811351
Text Example
Text Example
White with #811351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811351; }
p { color: rgb(129,19,81); }
H1.HeaderClassName
{
color: #811351;
}
.AnyTagClassName
{
color: #811351;
}
</style>
background-color css
<style>
a { background-color: #811351; }
a { background-color: rgb(129,19,81); }
div.DivClassName
{
background-color: #811351;
}
.BgClassName
{
background-color: #811351;
}
</style>
border-color css
<style>
span { border-color: #811351; }
span { border-color: rgb(129,19,81); }
td.TdClassName
{
border-color: #811351;
}
.TagClassName
{
border-color: #811351;
}
</style>