Shades of Pompadour #83113D
Tints of Pompadour #83113D
RGB
CMYK
RGB Variations
Color information
#83113D (or 0x83113D) is known color: Pompadour. HEX triplet: 83, 11 and 3D. RGB value is (131,17,61). Sum of RGB (Red+Green+Blue) = 131+17+61=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113D is #7CEEC2. Grayscale: #383838. Windows color (decimal): -8187587 or 4002179. OLE color: 4002179.
HSL color Cylindrical-coordinate representation of color #83113D: hue angle of 336.84º 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 #83113D is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 61 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.49 |
| HSL | 336.84º | 0.77% | 0.29% | - |
| HSV(B) | 336.84º | 0.87% | 0.51% | - |
| XYZ | 10.4 | 5.56 | 4.94 | - |
| YUV | 56.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 61 | 0 | 0.87 | 0.53 | 0.49 | 336.84 | 0.77 | 0.29 |
| Hex | 83 | 11 | 3D | 0 | 57 | 35 | 31 | 151 | 4D | 1D |
| Octal | 203 | 21 | 75 | 0 | 127 | 65 | 61 | 521 | 115 | 35 |
| Binary | 10000011 | 10001 | 111101 | 0 | 1010111 | 110101 | 110001 | 101010001 | 1001101 | 11101 |
Color Harmonies of #83113D
Complementary color
Monochromatic Colors of #83113D
Black with #83113D
Text Example
Text Example
White with #83113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83113D; }
p { color: rgb(131,17,61); }
H1.HeaderClassName
{
color: #83113D;
}
.AnyTagClassName
{
color: #83113D;
}
</style>
background-color css
<style>
a { background-color: #83113D; }
a { background-color: rgb(131,17,61); }
div.DivClassName
{
background-color: #83113D;
}
.BgClassName
{
background-color: #83113D;
}
</style>
border-color css
<style>
span { border-color: #83113D; }
span { border-color: rgb(131,17,61); }
td.TdClassName
{
border-color: #83113D;
}
.TagClassName
{
border-color: #83113D;
}
</style>