Shades of Pompadour #83133E
Tints of Pompadour #83133E
RGB
CMYK
RGB Variations
Color information
#83133E (or 0x83133E) is known color: Pompadour. HEX triplet: 83, 13 and 3E. RGB value is (131,19,62). Sum of RGB (Red+Green+Blue) = 131+19+62=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83133E is #7CECC1. Grayscale: #393939. Windows color (decimal): -8187074 or 4068227. OLE color: 4068227.
HSL color Cylindrical-coordinate representation of color #83133E: hue angle of 336.96º 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 #83133E is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 62 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.49 |
| HSL | 336.96º | 0.75% | 0.29% | - |
| HSV(B) | 336.96º | 0.85% | 0.51% | - |
| XYZ | 10.46 | 5.64 | 5.09 | - |
| YUV | 57.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 62 | 0 | 0.85 | 0.53 | 0.49 | 336.96 | 0.75 | 0.29 |
| Hex | 83 | 13 | 3E | 0 | 55 | 35 | 31 | 151 | 4B | 1D |
| Octal | 203 | 23 | 76 | 0 | 125 | 65 | 61 | 521 | 113 | 35 |
| Binary | 10000011 | 10011 | 111110 | 0 | 1010101 | 110101 | 110001 | 101010001 | 1001011 | 11101 |
Color Harmonies of #83133E
Complementary color
Monochromatic Colors of #83133E
Black with #83133E
Text Example
Text Example
White with #83133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83133E; }
p { color: rgb(131,19,62); }
H1.HeaderClassName
{
color: #83133E;
}
.AnyTagClassName
{
color: #83133E;
}
</style>
background-color css
<style>
a { background-color: #83133E; }
a { background-color: rgb(131,19,62); }
div.DivClassName
{
background-color: #83133E;
}
.BgClassName
{
background-color: #83133E;
}
</style>
border-color css
<style>
span { border-color: #83133E; }
span { border-color: rgb(131,19,62); }
td.TdClassName
{
border-color: #83133E;
}
.TagClassName
{
border-color: #83133E;
}
</style>