Shades of Pompadour #800F53
Tints of Pompadour #800F53
RGB
CMYK
RGB Variations
Color information
#800F53 (or 0x800F53) is known color: Pompadour. HEX triplet: 80, 0F and 53. RGB value is (128,15,83). Sum of RGB (Red+Green+Blue) = 128+15+83=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #800F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F53 is #7FF0AC. Grayscale: #383838. Windows color (decimal): -8384685 or 5443456. OLE color: 5443456.
HSL color Cylindrical-coordinate representation of color #800F53: hue angle of 323.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F53 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 83 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.50 |
| HSL | 323.89º | 0.79% | 0.28% | - |
| HSV(B) | 323.89º | 0.88% | 0.5% | - |
| XYZ | 10.63 | 5.56 | 8.7 | - |
| YUV | 56.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 83 | 0 | 0.88 | 0.35 | 0.50 | 323.89 | 0.79 | 0.28 |
| Hex | 80 | F | 53 | 0 | 58 | 23 | 32 | 144 | 4F | 1C |
| Octal | 200 | 17 | 123 | 0 | 130 | 43 | 62 | 504 | 117 | 34 |
| Binary | 10000000 | 1111 | 1010011 | 0 | 1011000 | 100011 | 110010 | 101000100 | 1001111 | 11100 |
Color Harmonies of #800F53
Complementary color
Monochromatic Colors of #800F53
Black with #800F53
Text Example
Text Example
White with #800F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F53; }
p { color: rgb(128,15,83); }
H1.HeaderClassName
{
color: #800F53;
}
.AnyTagClassName
{
color: #800F53;
}
</style>
background-color css
<style>
a { background-color: #800F53; }
a { background-color: rgb(128,15,83); }
div.DivClassName
{
background-color: #800F53;
}
.BgClassName
{
background-color: #800F53;
}
</style>
border-color css
<style>
span { border-color: #800F53; }
span { border-color: rgb(128,15,83); }
td.TdClassName
{
border-color: #800F53;
}
.TagClassName
{
border-color: #800F53;
}
</style>