Shades of Pompadour #800B46
Tints of Pompadour #800B46
RGB
CMYK
RGB Variations
Color information
#800B46 (or 0x800B46) is known color: Pompadour. HEX triplet: 80, 0B and 46. RGB value is (128,11,70). Sum of RGB (Red+Green+Blue) = 128+11+70=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #800B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B46 is #7FF4B9. Grayscale: #343434. Windows color (decimal): -8385722 or 4590464. OLE color: 4590464.
HSL color Cylindrical-coordinate representation of color #800B46: hue angle of 329.74º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B46 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 70 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.50 |
| HSL | 329.74º | 0.84% | 0.27% | - |
| HSV(B) | 329.74º | 0.91% | 0.5% | - |
| XYZ | 10.13 | 5.27 | 6.28 | - |
| YUV | 52.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 70 | 0 | 0.91 | 0.45 | 0.50 | 329.74 | 0.84 | 0.27 |
| Hex | 80 | B | 46 | 0 | 5B | 2D | 32 | 14A | 54 | 1B |
| Octal | 200 | 13 | 106 | 0 | 133 | 55 | 62 | 512 | 124 | 33 |
| Binary | 10000000 | 1011 | 1000110 | 0 | 1011011 | 101101 | 110010 | 101001010 | 1010100 | 11011 |
Color Harmonies of #800B46
Complementary color
Monochromatic Colors of #800B46
Black with #800B46
Text Example
Text Example
White with #800B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B46; }
p { color: rgb(128,11,70); }
H1.HeaderClassName
{
color: #800B46;
}
.AnyTagClassName
{
color: #800B46;
}
</style>
background-color css
<style>
a { background-color: #800B46; }
a { background-color: rgb(128,11,70); }
div.DivClassName
{
background-color: #800B46;
}
.BgClassName
{
background-color: #800B46;
}
</style>
border-color css
<style>
span { border-color: #800B46; }
span { border-color: rgb(128,11,70); }
td.TdClassName
{
border-color: #800B46;
}
.TagClassName
{
border-color: #800B46;
}
</style>