Shades of Falu Red #84170D
Tints of Falu Red #84170D
RGB
CMYK
RGB Variations
Color information
#84170D (or 0x84170D) is known color: Falu Red. HEX triplet: 84, 17 and 0D. RGB value is (132,23,13). Sum of RGB (Red+Green+Blue) = 132+23+13=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #84170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84170D is #7BE8F2. Grayscale: #363636. Windows color (decimal): -8120563 or 857988. OLE color: 857988.
HSL color Cylindrical-coordinate representation of color #84170D: hue angle of 5.04º 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 #84170D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 13 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.48 |
| HSL | 5.04º | 0.82% | 0.28% | - |
| HSV(B) | 5.04º | 0.9% | 0.52% | - |
| XYZ | 9.89 | 5.55 | 0.93 | - |
| YUV | 54.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 13 | 0 | 0.83 | 0.90 | 0.48 | 5.04 | 0.82 | 0.28 |
| Hex | 84 | 17 | D | 0 | 53 | 5A | 30 | 5 | 52 | 1C |
| Octal | 204 | 27 | 15 | 0 | 123 | 132 | 60 | 5 | 122 | 34 |
| Binary | 10000100 | 10111 | 1101 | 0 | 1010011 | 1011010 | 110000 | 101 | 1010010 | 11100 |
Color Harmonies of #84170D
Complementary color
Monochromatic Colors of #84170D
Black with #84170D
Text Example
Text Example
White with #84170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84170D; }
p { color: rgb(132,23,13); }
H1.HeaderClassName
{
color: #84170D;
}
.AnyTagClassName
{
color: #84170D;
}
</style>
background-color css
<style>
a { background-color: #84170D; }
a { background-color: rgb(132,23,13); }
div.DivClassName
{
background-color: #84170D;
}
.BgClassName
{
background-color: #84170D;
}
</style>
border-color css
<style>
span { border-color: #84170D; }
span { border-color: rgb(132,23,13); }
td.TdClassName
{
border-color: #84170D;
}
.TagClassName
{
border-color: #84170D;
}
</style>