Shades of Pompadour #83134C
Tints of Pompadour #83134C
RGB
CMYK
RGB Variations
Color information
#83134C (or 0x83134C) is known color: Pompadour. HEX triplet: 83, 13 and 4C. RGB value is (131,19,76). Sum of RGB (Red+Green+Blue) = 131+19+76=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83134C is #7CECB3. Grayscale: #3A3A3A. Windows color (decimal): -8187060 or 4985731. OLE color: 4985731.
HSL color Cylindrical-coordinate representation of color #83134C: hue angle of 329.46º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83134C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 76 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.49 |
| HSL | 329.46º | 0.75% | 0.29% | - |
| HSV(B) | 329.46º | 0.85% | 0.51% | - |
| XYZ | 10.9 | 5.81 | 7.39 | - |
| YUV | 58.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 76 | 0 | 0.85 | 0.42 | 0.49 | 329.46 | 0.75 | 0.29 |
| Hex | 83 | 13 | 4C | 0 | 55 | 2A | 31 | 149 | 4B | 1D |
| Octal | 203 | 23 | 114 | 0 | 125 | 52 | 61 | 511 | 113 | 35 |
| Binary | 10000011 | 10011 | 1001100 | 0 | 1010101 | 101010 | 110001 | 101001001 | 1001011 | 11101 |
Color Harmonies of #83134C
Complementary color
Monochromatic Colors of #83134C
Black with #83134C
Text Example
Text Example
White with #83134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83134C; }
p { color: rgb(131,19,76); }
H1.HeaderClassName
{
color: #83134C;
}
.AnyTagClassName
{
color: #83134C;
}
</style>
background-color css
<style>
a { background-color: #83134C; }
a { background-color: rgb(131,19,76); }
div.DivClassName
{
background-color: #83134C;
}
.BgClassName
{
background-color: #83134C;
}
</style>
border-color css
<style>
span { border-color: #83134C; }
span { border-color: rgb(131,19,76); }
td.TdClassName
{
border-color: #83134C;
}
.TagClassName
{
border-color: #83134C;
}
</style>