Shades of Pompadour #801356
Tints of Pompadour #801356
RGB
CMYK
RGB Variations
Color information
#801356 (or 0x801356) is known color: Pompadour. HEX triplet: 80, 13 and 56. RGB value is (128,19,86). Sum of RGB (Red+Green+Blue) = 128+19+86=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #801356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801356 is #7FECA9. Grayscale: #3B3B3B. Windows color (decimal): -8383658 or 5641088. OLE color: 5641088.
HSL color Cylindrical-coordinate representation of color #801356: hue angle of 323.12º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801356 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 86 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.50 |
| HSL | 323.12º | 0.74% | 0.29% | - |
| HSV(B) | 323.12º | 0.85% | 0.5% | - |
| XYZ | 10.81 | 5.73 | 9.34 | - |
| YUV | 59.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 86 | 0 | 0.85 | 0.33 | 0.50 | 323.12 | 0.74 | 0.29 |
| Hex | 80 | 13 | 56 | 0 | 55 | 21 | 32 | 143 | 4A | 1D |
| Octal | 200 | 23 | 126 | 0 | 125 | 41 | 62 | 503 | 112 | 35 |
| Binary | 10000000 | 10011 | 1010110 | 0 | 1010101 | 100001 | 110010 | 101000011 | 1001010 | 11101 |
Color Harmonies of #801356
Complementary color
Monochromatic Colors of #801356
Black with #801356
Text Example
Text Example
White with #801356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801356; }
p { color: rgb(128,19,86); }
H1.HeaderClassName
{
color: #801356;
}
.AnyTagClassName
{
color: #801356;
}
</style>
background-color css
<style>
a { background-color: #801356; }
a { background-color: rgb(128,19,86); }
div.DivClassName
{
background-color: #801356;
}
.BgClassName
{
background-color: #801356;
}
</style>
border-color css
<style>
span { border-color: #801356; }
span { border-color: rgb(128,19,86); }
td.TdClassName
{
border-color: #801356;
}
.TagClassName
{
border-color: #801356;
}
</style>