Shades of Pompadour #840D3E
Tints of Pompadour #840D3E
RGB
CMYK
RGB Variations
Color information
#840D3E (or 0x840D3E) is known color: Pompadour. HEX triplet: 84, 0D and 3E. RGB value is (132,13,62). Sum of RGB (Red+Green+Blue) = 132+13+62=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #840D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D3E is #7BF2C1. Grayscale: #363636. Windows color (decimal): -8123074 or 4066692. OLE color: 4066692.
HSL color Cylindrical-coordinate representation of color #840D3E: hue angle of 335.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D3E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 62 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.48 |
| HSL | 335.29º | 0.82% | 0.28% | - |
| HSV(B) | 335.29º | 0.9% | 0.52% | - |
| XYZ | 10.53 | 5.54 | 5.07 | - |
| YUV | 54.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 62 | 0 | 0.90 | 0.53 | 0.48 | 335.29 | 0.82 | 0.28 |
| Hex | 84 | D | 3E | 0 | 5A | 35 | 30 | 14F | 52 | 1C |
| Octal | 204 | 15 | 76 | 0 | 132 | 65 | 60 | 517 | 122 | 34 |
| Binary | 10000100 | 1101 | 111110 | 0 | 1011010 | 110101 | 110000 | 101001111 | 1010010 | 11100 |
Color Harmonies of #840D3E
Complementary color
Monochromatic Colors of #840D3E
Black with #840D3E
Text Example
Text Example
White with #840D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D3E; }
p { color: rgb(132,13,62); }
H1.HeaderClassName
{
color: #840D3E;
}
.AnyTagClassName
{
color: #840D3E;
}
</style>
background-color css
<style>
a { background-color: #840D3E; }
a { background-color: rgb(132,13,62); }
div.DivClassName
{
background-color: #840D3E;
}
.BgClassName
{
background-color: #840D3E;
}
</style>
border-color css
<style>
span { border-color: #840D3E; }
span { border-color: rgb(132,13,62); }
td.TdClassName
{
border-color: #840D3E;
}
.TagClassName
{
border-color: #840D3E;
}
</style>