Shades of Pompadour #801358
Tints of Pompadour #801358
RGB
CMYK
RGB Variations
Color information
#801358 (or 0x801358) is known color: Pompadour. HEX triplet: 80, 13 and 58. RGB value is (128,19,88). Sum of RGB (Red+Green+Blue) = 128+19+88=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #801358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801358 is #7FECA7. Grayscale: #3B3B3B. Windows color (decimal): -8383656 or 5772160. OLE color: 5772160.
HSL color Cylindrical-coordinate representation of color #801358: hue angle of 322.02º 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 #801358 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 88 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.50 |
| HSL | 322.02º | 0.74% | 0.29% | - |
| HSV(B) | 322.02º | 0.85% | 0.5% | - |
| XYZ | 10.9 | 5.76 | 9.77 | - |
| YUV | 59.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 88 | 0 | 0.85 | 0.31 | 0.50 | 322.02 | 0.74 | 0.29 |
| Hex | 80 | 13 | 58 | 0 | 55 | 1F | 32 | 142 | 4A | 1D |
| Octal | 200 | 23 | 130 | 0 | 125 | 37 | 62 | 502 | 112 | 35 |
| Binary | 10000000 | 10011 | 1011000 | 0 | 1010101 | 11111 | 110010 | 101000010 | 1001010 | 11101 |
Color Harmonies of #801358
Complementary color
Monochromatic Colors of #801358
Black with #801358
Text Example
Text Example
White with #801358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801358; }
p { color: rgb(128,19,88); }
H1.HeaderClassName
{
color: #801358;
}
.AnyTagClassName
{
color: #801358;
}
</style>
background-color css
<style>
a { background-color: #801358; }
a { background-color: rgb(128,19,88); }
div.DivClassName
{
background-color: #801358;
}
.BgClassName
{
background-color: #801358;
}
</style>
border-color css
<style>
span { border-color: #801358; }
span { border-color: rgb(128,19,88); }
td.TdClassName
{
border-color: #801358;
}
.TagClassName
{
border-color: #801358;
}
</style>