Shades of Pompadour #84123D
Tints of Pompadour #84123D
RGB
CMYK
RGB Variations
Color information
#84123D (or 0x84123D) is known color: Pompadour. HEX triplet: 84, 12 and 3D. RGB value is (132,18,61). Sum of RGB (Red+Green+Blue) = 132+18+61=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123D is #7BEDC2. Grayscale: #383838. Windows color (decimal): -8121795 or 4002436. OLE color: 4002436.
HSL color Cylindrical-coordinate representation of color #84123D: hue angle of 337.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84123D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 61 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.48 |
| HSL | 337.37º | 0.76% | 0.29% | - |
| HSV(B) | 337.37º | 0.86% | 0.52% | - |
| XYZ | 10.57 | 5.68 | 4.95 | - |
| YUV | 56.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 61 | 0 | 0.86 | 0.54 | 0.48 | 337.37 | 0.76 | 0.29 |
| Hex | 84 | 12 | 3D | 0 | 56 | 36 | 30 | 151 | 4C | 1D |
| Octal | 204 | 22 | 75 | 0 | 126 | 66 | 60 | 521 | 114 | 35 |
| Binary | 10000100 | 10010 | 111101 | 0 | 1010110 | 110110 | 110000 | 101010001 | 1001100 | 11101 |
Color Harmonies of #84123D
Complementary color
Monochromatic Colors of #84123D
Black with #84123D
Text Example
Text Example
White with #84123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84123D; }
p { color: rgb(132,18,61); }
H1.HeaderClassName
{
color: #84123D;
}
.AnyTagClassName
{
color: #84123D;
}
</style>
background-color css
<style>
a { background-color: #84123D; }
a { background-color: rgb(132,18,61); }
div.DivClassName
{
background-color: #84123D;
}
.BgClassName
{
background-color: #84123D;
}
</style>
border-color css
<style>
span { border-color: #84123D; }
span { border-color: rgb(132,18,61); }
td.TdClassName
{
border-color: #84123D;
}
.TagClassName
{
border-color: #84123D;
}
</style>