Shades of Pompadour #840E3E
Tints of Pompadour #840E3E
RGB
CMYK
RGB Variations
Color information
#840E3E (or 0x840E3E) is known color: Pompadour. HEX triplet: 84, 0E and 3E. RGB value is (132,14,62). Sum of RGB (Red+Green+Blue) = 132+14+62=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #840E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E3E is #7BF1C1. Grayscale: #363636. Windows color (decimal): -8122818 or 4066948. OLE color: 4066948.
HSL color Cylindrical-coordinate representation of color #840E3E: hue angle of 335.59º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E3E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 62 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.48 |
| HSL | 335.59º | 0.81% | 0.29% | - |
| HSV(B) | 335.59º | 0.89% | 0.52% | - |
| XYZ | 10.54 | 5.57 | 5.08 | - |
| YUV | 54.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 62 | 0 | 0.89 | 0.53 | 0.48 | 335.59 | 0.81 | 0.29 |
| Hex | 84 | E | 3E | 0 | 59 | 35 | 30 | 150 | 51 | 1D |
| Octal | 204 | 16 | 76 | 0 | 131 | 65 | 60 | 520 | 121 | 35 |
| Binary | 10000100 | 1110 | 111110 | 0 | 1011001 | 110101 | 110000 | 101010000 | 1010001 | 11101 |
Color Harmonies of #840E3E
Complementary color
Monochromatic Colors of #840E3E
Black with #840E3E
Text Example
Text Example
White with #840E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E3E; }
p { color: rgb(132,14,62); }
H1.HeaderClassName
{
color: #840E3E;
}
.AnyTagClassName
{
color: #840E3E;
}
</style>
background-color css
<style>
a { background-color: #840E3E; }
a { background-color: rgb(132,14,62); }
div.DivClassName
{
background-color: #840E3E;
}
.BgClassName
{
background-color: #840E3E;
}
</style>
border-color css
<style>
span { border-color: #840E3E; }
span { border-color: rgb(132,14,62); }
td.TdClassName
{
border-color: #840E3E;
}
.TagClassName
{
border-color: #840E3E;
}
</style>