Shades of Pompadour #80183F
Tints of Pompadour #80183F
RGB
CMYK
RGB Variations
Color information
#80183F (or 0x80183F) is known color: Pompadour. HEX triplet: 80, 18 and 3F. RGB value is (128,24,63). Sum of RGB (Red+Green+Blue) = 128+24+63=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #80183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80183F is #7FE7C0. Grayscale: #3B3B3B. Windows color (decimal): -8382401 or 4135040. OLE color: 4135040.
HSL color Cylindrical-coordinate representation of color #80183F: hue angle of 337.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80183F is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 63 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.50 |
| HSL | 337.5º | 0.68% | 0.3% | - |
| HSV(B) | 337.5º | 0.81% | 0.5% | - |
| XYZ | 10.13 | 5.6 | 5.25 | - |
| YUV | 59.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 63 | 0 | 0.81 | 0.51 | 0.50 | 337.5 | 0.68 | 0.3 |
| Hex | 80 | 18 | 3F | 0 | 51 | 33 | 32 | 152 | 44 | 1E |
| Octal | 200 | 30 | 77 | 0 | 121 | 63 | 62 | 522 | 104 | 36 |
| Binary | 10000000 | 11000 | 111111 | 0 | 1010001 | 110011 | 110010 | 101010010 | 1000100 | 11110 |
Color Harmonies of #80183F
Complementary color
Monochromatic Colors of #80183F
Black with #80183F
Text Example
Text Example
White with #80183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80183F; }
p { color: rgb(128,24,63); }
H1.HeaderClassName
{
color: #80183F;
}
.AnyTagClassName
{
color: #80183F;
}
</style>
background-color css
<style>
a { background-color: #80183F; }
a { background-color: rgb(128,24,63); }
div.DivClassName
{
background-color: #80183F;
}
.BgClassName
{
background-color: #80183F;
}
</style>
border-color css
<style>
span { border-color: #80183F; }
span { border-color: rgb(128,24,63); }
td.TdClassName
{
border-color: #80183F;
}
.TagClassName
{
border-color: #80183F;
}
</style>