Shades of Pompadour #83114C
Tints of Pompadour #83114C
RGB
CMYK
RGB Variations
Color information
#83114C (or 0x83114C) is known color: Pompadour. HEX triplet: 83, 11 and 4C. RGB value is (131,17,76). Sum of RGB (Red+Green+Blue) = 131+17+76=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83114C is #7CEEB3. Grayscale: #393939. Windows color (decimal): -8187572 or 4985219. OLE color: 4985219.
HSL color Cylindrical-coordinate representation of color #83114C: hue angle of 328.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83114C is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 76 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.49 |
| HSL | 328.95º | 0.77% | 0.29% | - |
| HSV(B) | 328.95º | 0.87% | 0.51% | - |
| XYZ | 10.87 | 5.75 | 7.37 | - |
| YUV | 57.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 76 | 0 | 0.87 | 0.42 | 0.49 | 328.95 | 0.77 | 0.29 |
| Hex | 83 | 11 | 4C | 0 | 57 | 2A | 31 | 149 | 4D | 1D |
| Octal | 203 | 21 | 114 | 0 | 127 | 52 | 61 | 511 | 115 | 35 |
| Binary | 10000011 | 10001 | 1001100 | 0 | 1010111 | 101010 | 110001 | 101001001 | 1001101 | 11101 |
Color Harmonies of #83114C
Complementary color
Monochromatic Colors of #83114C
Black with #83114C
Text Example
Text Example
White with #83114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83114C; }
p { color: rgb(131,17,76); }
H1.HeaderClassName
{
color: #83114C;
}
.AnyTagClassName
{
color: #83114C;
}
</style>
background-color css
<style>
a { background-color: #83114C; }
a { background-color: rgb(131,17,76); }
div.DivClassName
{
background-color: #83114C;
}
.BgClassName
{
background-color: #83114C;
}
</style>
border-color css
<style>
span { border-color: #83114C; }
span { border-color: rgb(131,17,76); }
td.TdClassName
{
border-color: #83114C;
}
.TagClassName
{
border-color: #83114C;
}
</style>