Shades of Pompadour #80123D
Tints of Pompadour #80123D
RGB
CMYK
RGB Variations
Color information
#80123D (or 0x80123D) is known color: Pompadour. HEX triplet: 80, 12 and 3D. RGB value is (128,18,61). Sum of RGB (Red+Green+Blue) = 128+18+61=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80123D is #7FEDC2. Grayscale: #373737. Windows color (decimal): -8383939 or 4002432. OLE color: 4002432.
HSL color Cylindrical-coordinate representation of color #80123D: hue angle of 336.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80123D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 61 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.50 |
| HSL | 336.55º | 0.75% | 0.29% | - |
| HSV(B) | 336.55º | 0.86% | 0.5% | - |
| XYZ | 9.96 | 5.36 | 4.92 | - |
| YUV | 55.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 61 | 0 | 0.86 | 0.52 | 0.50 | 336.55 | 0.75 | 0.29 |
| Hex | 80 | 12 | 3D | 0 | 56 | 34 | 32 | 151 | 4B | 1D |
| Octal | 200 | 22 | 75 | 0 | 126 | 64 | 62 | 521 | 113 | 35 |
| Binary | 10000000 | 10010 | 111101 | 0 | 1010110 | 110100 | 110010 | 101010001 | 1001011 | 11101 |
Color Harmonies of #80123D
Complementary color
Monochromatic Colors of #80123D
Black with #80123D
Text Example
Text Example
White with #80123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80123D; }
p { color: rgb(128,18,61); }
H1.HeaderClassName
{
color: #80123D;
}
.AnyTagClassName
{
color: #80123D;
}
</style>
background-color css
<style>
a { background-color: #80123D; }
a { background-color: rgb(128,18,61); }
div.DivClassName
{
background-color: #80123D;
}
.BgClassName
{
background-color: #80123D;
}
</style>
border-color css
<style>
span { border-color: #80123D; }
span { border-color: rgb(128,18,61); }
td.TdClassName
{
border-color: #80123D;
}
.TagClassName
{
border-color: #80123D;
}
</style>