Shades of Pompadour #801654
Tints of Pompadour #801654
RGB
CMYK
RGB Variations
Color information
#801654 (or 0x801654) is known color: Pompadour. HEX triplet: 80, 16 and 54. RGB value is (128,22,84). Sum of RGB (Red+Green+Blue) = 128+22+84=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #801654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801654 is #7FE9AB. Grayscale: #3C3C3C. Windows color (decimal): -8382892 or 5510784. OLE color: 5510784.
HSL color Cylindrical-coordinate representation of color #801654: hue angle of 324.91º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801654 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 84 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.50 |
| HSL | 324.91º | 0.71% | 0.29% | - |
| HSV(B) | 324.91º | 0.83% | 0.5% | - |
| XYZ | 10.79 | 5.8 | 8.94 | - |
| YUV | 60.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 84 | 0 | 0.83 | 0.34 | 0.50 | 324.91 | 0.71 | 0.29 |
| Hex | 80 | 16 | 54 | 0 | 53 | 22 | 32 | 145 | 47 | 1D |
| Octal | 200 | 26 | 124 | 0 | 123 | 42 | 62 | 505 | 107 | 35 |
| Binary | 10000000 | 10110 | 1010100 | 0 | 1010011 | 100010 | 110010 | 101000101 | 1000111 | 11101 |
Color Harmonies of #801654
Complementary color
Monochromatic Colors of #801654
Black with #801654
Text Example
Text Example
White with #801654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801654; }
p { color: rgb(128,22,84); }
H1.HeaderClassName
{
color: #801654;
}
.AnyTagClassName
{
color: #801654;
}
</style>
background-color css
<style>
a { background-color: #801654; }
a { background-color: rgb(128,22,84); }
div.DivClassName
{
background-color: #801654;
}
.BgClassName
{
background-color: #801654;
}
</style>
border-color css
<style>
span { border-color: #801654; }
span { border-color: rgb(128,22,84); }
td.TdClassName
{
border-color: #801654;
}
.TagClassName
{
border-color: #801654;
}
</style>