Shades of Pompadour #80133F
Tints of Pompadour #80133F
RGB
CMYK
RGB Variations
Color information
#80133F (or 0x80133F) is known color: Pompadour. HEX triplet: 80, 13 and 3F. RGB value is (128,19,63). Sum of RGB (Red+Green+Blue) = 128+19+63=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80133F is #7FECC0. Grayscale: #383838. Windows color (decimal): -8383681 or 4133760. OLE color: 4133760.
HSL color Cylindrical-coordinate representation of color #80133F: hue angle of 335.78º 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 #80133F is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 63 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.50 |
| HSL | 335.78º | 0.74% | 0.29% | - |
| HSV(B) | 335.78º | 0.85% | 0.5% | - |
| XYZ | 10.03 | 5.41 | 5.22 | - |
| YUV | 56.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 63 | 0 | 0.85 | 0.51 | 0.50 | 335.78 | 0.74 | 0.29 |
| Hex | 80 | 13 | 3F | 0 | 55 | 33 | 32 | 150 | 4A | 1D |
| Octal | 200 | 23 | 77 | 0 | 125 | 63 | 62 | 520 | 112 | 35 |
| Binary | 10000000 | 10011 | 111111 | 0 | 1010101 | 110011 | 110010 | 101010000 | 1001010 | 11101 |
Color Harmonies of #80133F
Complementary color
Monochromatic Colors of #80133F
Black with #80133F
Text Example
Text Example
White with #80133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80133F; }
p { color: rgb(128,19,63); }
H1.HeaderClassName
{
color: #80133F;
}
.AnyTagClassName
{
color: #80133F;
}
</style>
background-color css
<style>
a { background-color: #80133F; }
a { background-color: rgb(128,19,63); }
div.DivClassName
{
background-color: #80133F;
}
.BgClassName
{
background-color: #80133F;
}
</style>
border-color css
<style>
span { border-color: #80133F; }
span { border-color: rgb(128,19,63); }
td.TdClassName
{
border-color: #80133F;
}
.TagClassName
{
border-color: #80133F;
}
</style>