Shades of Pompadour #84104A
Tints of Pompadour #84104A
RGB
CMYK
RGB Variations
Color information
#84104A (or 0x84104A) is known color: Pompadour. HEX triplet: 84, 10 and 4A. RGB value is (132,16,74). Sum of RGB (Red+Green+Blue) = 132+16+74=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #84104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84104A is #7BEFB5. Grayscale: #393939. Windows color (decimal): -8122294 or 4853892. OLE color: 4853892.
HSL color Cylindrical-coordinate representation of color #84104A: hue angle of 330º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84104A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 74 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.48 |
| HSL | 330º | 0.78% | 0.29% | - |
| HSV(B) | 330º | 0.88% | 0.52% | - |
| XYZ | 10.94 | 5.77 | 7.02 | - |
| YUV | 57.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 74 | 0 | 0.88 | 0.44 | 0.48 | 330 | 0.78 | 0.29 |
| Hex | 84 | 10 | 4A | 0 | 58 | 2C | 30 | 14A | 4E | 1D |
| Octal | 204 | 20 | 112 | 0 | 130 | 54 | 60 | 512 | 116 | 35 |
| Binary | 10000100 | 10000 | 1001010 | 0 | 1011000 | 101100 | 110000 | 101001010 | 1001110 | 11101 |
Color Harmonies of #84104A
Complementary color
Monochromatic Colors of #84104A
Black with #84104A
Text Example
Text Example
White with #84104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84104A; }
p { color: rgb(132,16,74); }
H1.HeaderClassName
{
color: #84104A;
}
.AnyTagClassName
{
color: #84104A;
}
</style>
background-color css
<style>
a { background-color: #84104A; }
a { background-color: rgb(132,16,74); }
div.DivClassName
{
background-color: #84104A;
}
.BgClassName
{
background-color: #84104A;
}
</style>
border-color css
<style>
span { border-color: #84104A; }
span { border-color: rgb(132,16,74); }
td.TdClassName
{
border-color: #84104A;
}
.TagClassName
{
border-color: #84104A;
}
</style>