Shades of Falu Red #84160D
Tints of Falu Red #84160D
RGB
CMYK
RGB Variations
Color information
#84160D (or 0x84160D) is known color: Falu Red. HEX triplet: 84, 16 and 0D. RGB value is (132,22,13). Sum of RGB (Red+Green+Blue) = 132+22+13=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #84160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84160D is #7BE9F2. Grayscale: #363636. Windows color (decimal): -8120819 or 857732. OLE color: 857732.
HSL color Cylindrical-coordinate representation of color #84160D: hue angle of 4.54º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84160D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 13 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.48 |
| HSL | 4.54º | 0.82% | 0.28% | - |
| HSV(B) | 4.54º | 0.9% | 0.52% | - |
| XYZ | 9.88 | 5.51 | 0.92 | - |
| YUV | 53.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 13 | 0 | 0.83 | 0.90 | 0.48 | 4.54 | 0.82 | 0.28 |
| Hex | 84 | 16 | D | 0 | 53 | 5A | 30 | 5 | 52 | 1C |
| Octal | 204 | 26 | 15 | 0 | 123 | 132 | 60 | 5 | 122 | 34 |
| Binary | 10000100 | 10110 | 1101 | 0 | 1010011 | 1011010 | 110000 | 101 | 1010010 | 11100 |
Color Harmonies of #84160D
Complementary color
Monochromatic Colors of #84160D
Black with #84160D
Text Example
Text Example
White with #84160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84160D; }
p { color: rgb(132,22,13); }
H1.HeaderClassName
{
color: #84160D;
}
.AnyTagClassName
{
color: #84160D;
}
</style>
background-color css
<style>
a { background-color: #84160D; }
a { background-color: rgb(132,22,13); }
div.DivClassName
{
background-color: #84160D;
}
.BgClassName
{
background-color: #84160D;
}
</style>
border-color css
<style>
span { border-color: #84160D; }
span { border-color: rgb(132,22,13); }
td.TdClassName
{
border-color: #84160D;
}
.TagClassName
{
border-color: #84160D;
}
</style>