Shades of Pompadour #83124D
Tints of Pompadour #83124D
RGB
CMYK
RGB Variations
Color information
#83124D (or 0x83124D) is known color: Pompadour. HEX triplet: 83, 12 and 4D. RGB value is (131,18,77). Sum of RGB (Red+Green+Blue) = 131+18+77=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83124D is #7CEDB2. Grayscale: #3A3A3A. Windows color (decimal): -8187315 or 5051011. OLE color: 5051011.
HSL color Cylindrical-coordinate representation of color #83124D: hue angle of 328.67º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83124D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 77 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.49 |
| HSL | 328.67º | 0.76% | 0.29% | - |
| HSV(B) | 328.67º | 0.86% | 0.51% | - |
| XYZ | 10.92 | 5.79 | 7.56 | - |
| YUV | 58.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 77 | 0 | 0.86 | 0.41 | 0.49 | 328.67 | 0.76 | 0.29 |
| Hex | 83 | 12 | 4D | 0 | 56 | 29 | 31 | 149 | 4C | 1D |
| Octal | 203 | 22 | 115 | 0 | 126 | 51 | 61 | 511 | 114 | 35 |
| Binary | 10000011 | 10010 | 1001101 | 0 | 1010110 | 101001 | 110001 | 101001001 | 1001100 | 11101 |
Color Harmonies of #83124D
Complementary color
Monochromatic Colors of #83124D
Black with #83124D
Text Example
Text Example
White with #83124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83124D; }
p { color: rgb(131,18,77); }
H1.HeaderClassName
{
color: #83124D;
}
.AnyTagClassName
{
color: #83124D;
}
</style>
background-color css
<style>
a { background-color: #83124D; }
a { background-color: rgb(131,18,77); }
div.DivClassName
{
background-color: #83124D;
}
.BgClassName
{
background-color: #83124D;
}
</style>
border-color css
<style>
span { border-color: #83124D; }
span { border-color: rgb(131,18,77); }
td.TdClassName
{
border-color: #83124D;
}
.TagClassName
{
border-color: #83124D;
}
</style>