Shades of Falu Red #842016
Tints of Falu Red #842016
RGB
CMYK
RGB Variations
Color information
#842016 (or 0x842016) is known color: Falu Red. HEX triplet: 84, 20 and 16. RGB value is (132,32,22). Sum of RGB (Red+Green+Blue) = 132+32+22=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842016 is #7BDFE9. Grayscale: #3C3C3C. Windows color (decimal): -8118250 or 1450116. OLE color: 1450116.
HSL color Cylindrical-coordinate representation of color #842016: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #842016 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 22 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.48 |
| HSL | 5.45º | 0.71% | 0.3% | - |
| HSV(B) | 5.45º | 0.83% | 0.52% | - |
| XYZ | 10.18 | 6 | 1.38 | - |
| YUV | 60.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 22 | 0 | 0.76 | 0.83 | 0.48 | 5.45 | 0.71 | 0.3 |
| Hex | 84 | 20 | 16 | 0 | 4C | 53 | 30 | 5 | 47 | 1E |
| Octal | 204 | 40 | 26 | 0 | 114 | 123 | 60 | 5 | 107 | 36 |
| Binary | 10000100 | 100000 | 10110 | 0 | 1001100 | 1010011 | 110000 | 101 | 1000111 | 11110 |
Color Harmonies of #842016
Complementary color
Monochromatic Colors of #842016
Black with #842016
Text Example
Text Example
White with #842016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842016; }
p { color: rgb(132,32,22); }
H1.HeaderClassName
{
color: #842016;
}
.AnyTagClassName
{
color: #842016;
}
</style>
background-color css
<style>
a { background-color: #842016; }
a { background-color: rgb(132,32,22); }
div.DivClassName
{
background-color: #842016;
}
.BgClassName
{
background-color: #842016;
}
</style>
border-color css
<style>
span { border-color: #842016; }
span { border-color: rgb(132,32,22); }
td.TdClassName
{
border-color: #842016;
}
.TagClassName
{
border-color: #842016;
}
</style>