Shades of Pompadour #83124E
Tints of Pompadour #83124E
RGB
CMYK
RGB Variations
Color information
#83124E (or 0x83124E) is known color: Pompadour. HEX triplet: 83, 12 and 4E. RGB value is (131,18,78). Sum of RGB (Red+Green+Blue) = 131+18+78=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83124E is #7CEDB1. Grayscale: #3A3A3A. Windows color (decimal): -8187314 or 5116547. OLE color: 5116547.
HSL color Cylindrical-coordinate representation of color #83124E: hue angle of 328.14º 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 #83124E is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 78 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.49 |
| HSL | 328.14º | 0.76% | 0.29% | - |
| HSV(B) | 328.14º | 0.86% | 0.51% | - |
| XYZ | 10.95 | 5.81 | 7.75 | - |
| YUV | 58.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 78 | 0 | 0.86 | 0.40 | 0.49 | 328.14 | 0.76 | 0.29 |
| Hex | 83 | 12 | 4E | 0 | 56 | 28 | 31 | 148 | 4C | 1D |
| Octal | 203 | 22 | 116 | 0 | 126 | 50 | 61 | 510 | 114 | 35 |
| Binary | 10000011 | 10010 | 1001110 | 0 | 1010110 | 101000 | 110001 | 101001000 | 1001100 | 11101 |
Color Harmonies of #83124E
Complementary color
Monochromatic Colors of #83124E
Black with #83124E
Text Example
Text Example
White with #83124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83124E; }
p { color: rgb(131,18,78); }
H1.HeaderClassName
{
color: #83124E;
}
.AnyTagClassName
{
color: #83124E;
}
</style>
background-color css
<style>
a { background-color: #83124E; }
a { background-color: rgb(131,18,78); }
div.DivClassName
{
background-color: #83124E;
}
.BgClassName
{
background-color: #83124E;
}
</style>
border-color css
<style>
span { border-color: #83124E; }
span { border-color: rgb(131,18,78); }
td.TdClassName
{
border-color: #83124E;
}
.TagClassName
{
border-color: #83124E;
}
</style>