Shades of Falu Red #84170E
Tints of Falu Red #84170E
RGB
CMYK
RGB Variations
Color information
#84170E (or 0x84170E) is known color: Falu Red. HEX triplet: 84, 17 and 0E. RGB value is (132,23,14). Sum of RGB (Red+Green+Blue) = 132+23+14=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84170E is #7BE8F1. Grayscale: #363636. Windows color (decimal): -8120562 or 923524. OLE color: 923524.
HSL color Cylindrical-coordinate representation of color #84170E: hue angle of 4.58º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84170E is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 14 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.48 |
| HSL | 4.58º | 0.81% | 0.29% | - |
| HSV(B) | 4.58º | 0.89% | 0.52% | - |
| XYZ | 9.9 | 5.55 | 0.96 | - |
| YUV | 54.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 14 | 0 | 0.83 | 0.89 | 0.48 | 4.58 | 0.81 | 0.29 |
| Hex | 84 | 17 | E | 0 | 53 | 59 | 30 | 5 | 51 | 1D |
| Octal | 204 | 27 | 16 | 0 | 123 | 131 | 60 | 5 | 121 | 35 |
| Binary | 10000100 | 10111 | 1110 | 0 | 1010011 | 1011001 | 110000 | 101 | 1010001 | 11101 |
Color Harmonies of #84170E
Complementary color
Monochromatic Colors of #84170E
Black with #84170E
Text Example
Text Example
White with #84170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84170E; }
p { color: rgb(132,23,14); }
H1.HeaderClassName
{
color: #84170E;
}
.AnyTagClassName
{
color: #84170E;
}
</style>
background-color css
<style>
a { background-color: #84170E; }
a { background-color: rgb(132,23,14); }
div.DivClassName
{
background-color: #84170E;
}
.BgClassName
{
background-color: #84170E;
}
</style>
border-color css
<style>
span { border-color: #84170E; }
span { border-color: rgb(132,23,14); }
td.TdClassName
{
border-color: #84170E;
}
.TagClassName
{
border-color: #84170E;
}
</style>