Shades of Pompadour #811352
Tints of Pompadour #811352
RGB
CMYK
RGB Variations
Color information
#811352 (or 0x811352) is known color: Pompadour. HEX triplet: 81, 13 and 52. RGB value is (129,19,82). Sum of RGB (Red+Green+Blue) = 129+19+82=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #811352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811352 is #7EECAD. Grayscale: #3A3A3A. Windows color (decimal): -8318126 or 5378945. OLE color: 5378945.
HSL color Cylindrical-coordinate representation of color #811352: hue angle of 325.64º 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 #811352 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 82 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.49 |
| HSL | 325.64º | 0.74% | 0.29% | - |
| HSV(B) | 325.64º | 0.85% | 0.51% | - |
| XYZ | 10.81 | 5.74 | 8.52 | - |
| YUV | 59.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 82 | 0 | 0.85 | 0.36 | 0.49 | 325.64 | 0.74 | 0.29 |
| Hex | 81 | 13 | 52 | 0 | 55 | 24 | 31 | 146 | 4A | 1D |
| Octal | 201 | 23 | 122 | 0 | 125 | 44 | 61 | 506 | 112 | 35 |
| Binary | 10000001 | 10011 | 1010010 | 0 | 1010101 | 100100 | 110001 | 101000110 | 1001010 | 11101 |
Color Harmonies of #811352
Complementary color
Monochromatic Colors of #811352
Black with #811352
Text Example
Text Example
White with #811352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811352; }
p { color: rgb(129,19,82); }
H1.HeaderClassName
{
color: #811352;
}
.AnyTagClassName
{
color: #811352;
}
</style>
background-color css
<style>
a { background-color: #811352; }
a { background-color: rgb(129,19,82); }
div.DivClassName
{
background-color: #811352;
}
.BgClassName
{
background-color: #811352;
}
</style>
border-color css
<style>
span { border-color: #811352; }
span { border-color: rgb(129,19,82); }
td.TdClassName
{
border-color: #811352;
}
.TagClassName
{
border-color: #811352;
}
</style>