Shades of Pompadour #83124A
Tints of Pompadour #83124A
RGB
CMYK
RGB Variations
Color information
#83124A (or 0x83124A) is known color: Pompadour. HEX triplet: 83, 12 and 4A. RGB value is (131,18,74). Sum of RGB (Red+Green+Blue) = 131+18+74=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83124A is #7CEDB5. Grayscale: #3A3A3A. Windows color (decimal): -8187318 or 4854403. OLE color: 4854403.
HSL color Cylindrical-coordinate representation of color #83124A: hue angle of 330.27º 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 #83124A is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 74 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.49 |
| HSL | 330.27º | 0.76% | 0.29% | - |
| HSV(B) | 330.27º | 0.86% | 0.51% | - |
| XYZ | 10.81 | 5.75 | 7.02 | - |
| YUV | 58.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 74 | 0 | 0.86 | 0.44 | 0.49 | 330.27 | 0.76 | 0.29 |
| Hex | 83 | 12 | 4A | 0 | 56 | 2C | 31 | 14A | 4C | 1D |
| Octal | 203 | 22 | 112 | 0 | 126 | 54 | 61 | 512 | 114 | 35 |
| Binary | 10000011 | 10010 | 1001010 | 0 | 1010110 | 101100 | 110001 | 101001010 | 1001100 | 11101 |
Color Harmonies of #83124A
Complementary color
Monochromatic Colors of #83124A
Black with #83124A
Text Example
Text Example
White with #83124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83124A; }
p { color: rgb(131,18,74); }
H1.HeaderClassName
{
color: #83124A;
}
.AnyTagClassName
{
color: #83124A;
}
</style>
background-color css
<style>
a { background-color: #83124A; }
a { background-color: rgb(131,18,74); }
div.DivClassName
{
background-color: #83124A;
}
.BgClassName
{
background-color: #83124A;
}
</style>
border-color css
<style>
span { border-color: #83124A; }
span { border-color: rgb(131,18,74); }
td.TdClassName
{
border-color: #83124A;
}
.TagClassName
{
border-color: #83124A;
}
</style>