Shades of Pompadour #84103D
Tints of Pompadour #84103D
RGB
CMYK
RGB Variations
Color information
#84103D (or 0x84103D) is known color: Pompadour. HEX triplet: 84, 10 and 3D. RGB value is (132,16,61). Sum of RGB (Red+Green+Blue) = 132+16+61=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84103D is #7BEFC2. Grayscale: #373737. Windows color (decimal): -8122307 or 4001924. OLE color: 4001924.
HSL color Cylindrical-coordinate representation of color #84103D: hue angle of 336.72º 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 #84103D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 61 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.48 |
| HSL | 336.72º | 0.78% | 0.29% | - |
| HSV(B) | 336.72º | 0.88% | 0.52% | - |
| XYZ | 10.54 | 5.61 | 4.94 | - |
| YUV | 55.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 61 | 0 | 0.88 | 0.54 | 0.48 | 336.72 | 0.78 | 0.29 |
| Hex | 84 | 10 | 3D | 0 | 58 | 36 | 30 | 151 | 4E | 1D |
| Octal | 204 | 20 | 75 | 0 | 130 | 66 | 60 | 521 | 116 | 35 |
| Binary | 10000100 | 10000 | 111101 | 0 | 1011000 | 110110 | 110000 | 101010001 | 1001110 | 11101 |
Color Harmonies of #84103D
Complementary color
Monochromatic Colors of #84103D
Black with #84103D
Text Example
Text Example
White with #84103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84103D; }
p { color: rgb(132,16,61); }
H1.HeaderClassName
{
color: #84103D;
}
.AnyTagClassName
{
color: #84103D;
}
</style>
background-color css
<style>
a { background-color: #84103D; }
a { background-color: rgb(132,16,61); }
div.DivClassName
{
background-color: #84103D;
}
.BgClassName
{
background-color: #84103D;
}
</style>
border-color css
<style>
span { border-color: #84103D; }
span { border-color: rgb(132,16,61); }
td.TdClassName
{
border-color: #84103D;
}
.TagClassName
{
border-color: #84103D;
}
</style>