Shades of Pompadour #800F50
Tints of Pompadour #800F50
RGB
CMYK
RGB Variations
Color information
#800F50 (or 0x800F50) is known color: Pompadour. HEX triplet: 80, 0F and 50. RGB value is (128,15,80). Sum of RGB (Red+Green+Blue) = 128+15+80=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #800F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F50 is #7FF0AF. Grayscale: #383838. Windows color (decimal): -8384688 or 5246848. OLE color: 5246848.
HSL color Cylindrical-coordinate representation of color #800F50: hue angle of 325.49º 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 #800F50 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 80 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.50 |
| HSL | 325.49º | 0.79% | 0.28% | - |
| HSV(B) | 325.49º | 0.88% | 0.5% | - |
| XYZ | 10.52 | 5.51 | 8.1 | - |
| YUV | 56.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 80 | 0 | 0.88 | 0.38 | 0.50 | 325.49 | 0.79 | 0.28 |
| Hex | 80 | F | 50 | 0 | 58 | 26 | 32 | 145 | 4F | 1C |
| Octal | 200 | 17 | 120 | 0 | 130 | 46 | 62 | 505 | 117 | 34 |
| Binary | 10000000 | 1111 | 1010000 | 0 | 1011000 | 100110 | 110010 | 101000101 | 1001111 | 11100 |
Color Harmonies of #800F50
Complementary color
Monochromatic Colors of #800F50
Black with #800F50
Text Example
Text Example
White with #800F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F50; }
p { color: rgb(128,15,80); }
H1.HeaderClassName
{
color: #800F50;
}
.AnyTagClassName
{
color: #800F50;
}
</style>
background-color css
<style>
a { background-color: #800F50; }
a { background-color: rgb(128,15,80); }
div.DivClassName
{
background-color: #800F50;
}
.BgClassName
{
background-color: #800F50;
}
</style>
border-color css
<style>
span { border-color: #800F50; }
span { border-color: rgb(128,15,80); }
td.TdClassName
{
border-color: #800F50;
}
.TagClassName
{
border-color: #800F50;
}
</style>