Shades of Pompadour #84103C
Tints of Pompadour #84103C
RGB
CMYK
RGB Variations
Color information
#84103C (or 0x84103C) is known color: Pompadour. HEX triplet: 84, 10 and 3C. RGB value is (132,16,60). Sum of RGB (Red+Green+Blue) = 132+16+60=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84103C is #7BEFC3. Grayscale: #373737. Windows color (decimal): -8122308 or 3936388. OLE color: 3936388.
HSL color Cylindrical-coordinate representation of color #84103C: hue angle of 337.24º 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 #84103C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 60 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.48 |
| HSL | 337.24º | 0.78% | 0.29% | - |
| HSV(B) | 337.24º | 0.88% | 0.52% | - |
| XYZ | 10.52 | 5.6 | 4.8 | - |
| YUV | 55.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 60 | 0 | 0.88 | 0.55 | 0.48 | 337.24 | 0.78 | 0.29 |
| Hex | 84 | 10 | 3C | 0 | 58 | 37 | 30 | 151 | 4E | 1D |
| Octal | 204 | 20 | 74 | 0 | 130 | 67 | 60 | 521 | 116 | 35 |
| Binary | 10000100 | 10000 | 111100 | 0 | 1011000 | 110111 | 110000 | 101010001 | 1001110 | 11101 |
Color Harmonies of #84103C
Complementary color
Monochromatic Colors of #84103C
Black with #84103C
Text Example
Text Example
White with #84103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84103C; }
p { color: rgb(132,16,60); }
H1.HeaderClassName
{
color: #84103C;
}
.AnyTagClassName
{
color: #84103C;
}
</style>
background-color css
<style>
a { background-color: #84103C; }
a { background-color: rgb(132,16,60); }
div.DivClassName
{
background-color: #84103C;
}
.BgClassName
{
background-color: #84103C;
}
</style>
border-color css
<style>
span { border-color: #84103C; }
span { border-color: rgb(132,16,60); }
td.TdClassName
{
border-color: #84103C;
}
.TagClassName
{
border-color: #84103C;
}
</style>