Shades of Pompadour #80133E
Tints of Pompadour #80133E
RGB
CMYK
RGB Variations
Color information
#80133E (or 0x80133E) is known color: Pompadour. HEX triplet: 80, 13 and 3E. RGB value is (128,19,62). Sum of RGB (Red+Green+Blue) = 128+19+62=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80133E is #7FECC1. Grayscale: #383838. Windows color (decimal): -8383682 or 4068224. OLE color: 4068224.
HSL color Cylindrical-coordinate representation of color #80133E: hue angle of 336.33º 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 #80133E is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 62 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.50 |
| HSL | 336.33º | 0.74% | 0.29% | - |
| HSV(B) | 336.33º | 0.85% | 0.5% | - |
| XYZ | 10 | 5.4 | 5.07 | - |
| YUV | 56.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 62 | 0 | 0.85 | 0.52 | 0.50 | 336.33 | 0.74 | 0.29 |
| Hex | 80 | 13 | 3E | 0 | 55 | 34 | 32 | 150 | 4A | 1D |
| Octal | 200 | 23 | 76 | 0 | 125 | 64 | 62 | 520 | 112 | 35 |
| Binary | 10000000 | 10011 | 111110 | 0 | 1010101 | 110100 | 110010 | 101010000 | 1001010 | 11101 |
Color Harmonies of #80133E
Complementary color
Monochromatic Colors of #80133E
Black with #80133E
Text Example
Text Example
White with #80133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80133E; }
p { color: rgb(128,19,62); }
H1.HeaderClassName
{
color: #80133E;
}
.AnyTagClassName
{
color: #80133E;
}
</style>
background-color css
<style>
a { background-color: #80133E; }
a { background-color: rgb(128,19,62); }
div.DivClassName
{
background-color: #80133E;
}
.BgClassName
{
background-color: #80133E;
}
</style>
border-color css
<style>
span { border-color: #80133E; }
span { border-color: rgb(128,19,62); }
td.TdClassName
{
border-color: #80133E;
}
.TagClassName
{
border-color: #80133E;
}
</style>