Shades of Pompadour #801348
Tints of Pompadour #801348
RGB
CMYK
RGB Variations
Color information
#801348 (or 0x801348) is known color: Pompadour. HEX triplet: 80, 13 and 48. RGB value is (128,19,72). Sum of RGB (Red+Green+Blue) = 128+19+72=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #801348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801348 is #7FECB7. Grayscale: #393939. Windows color (decimal): -8383672 or 4723584. OLE color: 4723584.
HSL color Cylindrical-coordinate representation of color #801348: hue angle of 330.83º 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 #801348 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 72 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.50 |
| HSL | 330.83º | 0.74% | 0.29% | - |
| HSV(B) | 330.83º | 0.85% | 0.5% | - |
| XYZ | 10.3 | 5.52 | 6.65 | - |
| YUV | 57.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 72 | 0 | 0.85 | 0.44 | 0.50 | 330.83 | 0.74 | 0.29 |
| Hex | 80 | 13 | 48 | 0 | 55 | 2C | 32 | 14B | 4A | 1D |
| Octal | 200 | 23 | 110 | 0 | 125 | 54 | 62 | 513 | 112 | 35 |
| Binary | 10000000 | 10011 | 1001000 | 0 | 1010101 | 101100 | 110010 | 101001011 | 1001010 | 11101 |
Color Harmonies of #801348
Complementary color
Monochromatic Colors of #801348
Black with #801348
Text Example
Text Example
White with #801348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801348; }
p { color: rgb(128,19,72); }
H1.HeaderClassName
{
color: #801348;
}
.AnyTagClassName
{
color: #801348;
}
</style>
background-color css
<style>
a { background-color: #801348; }
a { background-color: rgb(128,19,72); }
div.DivClassName
{
background-color: #801348;
}
.BgClassName
{
background-color: #801348;
}
</style>
border-color css
<style>
span { border-color: #801348; }
span { border-color: rgb(128,19,72); }
td.TdClassName
{
border-color: #801348;
}
.TagClassName
{
border-color: #801348;
}
</style>