Shades of Pompadour #83104E
Tints of Pompadour #83104E
RGB
CMYK
RGB Variations
Color information
#83104E (or 0x83104E) is known color: Pompadour. HEX triplet: 83, 10 and 4E. RGB value is (131,16,78). Sum of RGB (Red+Green+Blue) = 131+16+78=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83104E is #7CEFB1. Grayscale: #393939. Windows color (decimal): -8187826 or 5116035. OLE color: 5116035.
HSL color Cylindrical-coordinate representation of color #83104E: hue angle of 327.65º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83104E is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 78 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.49 |
| HSL | 327.65º | 0.78% | 0.29% | - |
| HSV(B) | 327.65º | 0.88% | 0.51% | - |
| XYZ | 10.92 | 5.75 | 7.74 | - |
| YUV | 57.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 78 | 0 | 0.88 | 0.40 | 0.49 | 327.65 | 0.78 | 0.29 |
| Hex | 83 | 10 | 4E | 0 | 58 | 28 | 31 | 148 | 4E | 1D |
| Octal | 203 | 20 | 116 | 0 | 130 | 50 | 61 | 510 | 116 | 35 |
| Binary | 10000011 | 10000 | 1001110 | 0 | 1011000 | 101000 | 110001 | 101001000 | 1001110 | 11101 |
Color Harmonies of #83104E
Complementary color
Monochromatic Colors of #83104E
Black with #83104E
Text Example
Text Example
White with #83104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83104E; }
p { color: rgb(131,16,78); }
H1.HeaderClassName
{
color: #83104E;
}
.AnyTagClassName
{
color: #83104E;
}
</style>
background-color css
<style>
a { background-color: #83104E; }
a { background-color: rgb(131,16,78); }
div.DivClassName
{
background-color: #83104E;
}
.BgClassName
{
background-color: #83104E;
}
</style>
border-color css
<style>
span { border-color: #83104E; }
span { border-color: rgb(131,16,78); }
td.TdClassName
{
border-color: #83104E;
}
.TagClassName
{
border-color: #83104E;
}
</style>