Shades of Pompadour #84133F
Tints of Pompadour #84133F
RGB
CMYK
RGB Variations
Color information
#84133F (or 0x84133F) is known color: Pompadour. HEX triplet: 84, 13 and 3F. RGB value is (132,19,63). Sum of RGB (Red+Green+Blue) = 132+19+63=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84133F is #7BECC0. Grayscale: #393939. Windows color (decimal): -8121537 or 4133764. OLE color: 4133764.
HSL color Cylindrical-coordinate representation of color #84133F: hue angle of 336.64º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84133F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 63 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.48 |
| HSL | 336.64º | 0.75% | 0.3% | - |
| HSV(B) | 336.64º | 0.86% | 0.52% | - |
| XYZ | 10.65 | 5.73 | 5.25 | - |
| YUV | 57.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 63 | 0 | 0.86 | 0.52 | 0.48 | 336.64 | 0.75 | 0.3 |
| Hex | 84 | 13 | 3F | 0 | 56 | 34 | 30 | 151 | 4B | 1E |
| Octal | 204 | 23 | 77 | 0 | 126 | 64 | 60 | 521 | 113 | 36 |
| Binary | 10000100 | 10011 | 111111 | 0 | 1010110 | 110100 | 110000 | 101010001 | 1001011 | 11110 |
Color Harmonies of #84133F
Complementary color
Monochromatic Colors of #84133F
Black with #84133F
Text Example
Text Example
White with #84133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84133F; }
p { color: rgb(132,19,63); }
H1.HeaderClassName
{
color: #84133F;
}
.AnyTagClassName
{
color: #84133F;
}
</style>
background-color css
<style>
a { background-color: #84133F; }
a { background-color: rgb(132,19,63); }
div.DivClassName
{
background-color: #84133F;
}
.BgClassName
{
background-color: #84133F;
}
</style>
border-color css
<style>
span { border-color: #84133F; }
span { border-color: rgb(132,19,63); }
td.TdClassName
{
border-color: #84133F;
}
.TagClassName
{
border-color: #84133F;
}
</style>