Shades of Falu Red #86170D
Tints of Falu Red #86170D
RGB
CMYK
RGB Variations
Color information
#86170D (or 0x86170D) is known color: Falu Red. HEX triplet: 86, 17 and 0D. RGB value is (134,23,13). Sum of RGB (Red+Green+Blue) = 134+23+13=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #86170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86170D is #79E8F2. Grayscale: #373737. Windows color (decimal): -7989491 or 857990. OLE color: 857990.
HSL color Cylindrical-coordinate representation of color #86170D: hue angle of 4.96º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86170D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 13 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.47 |
| HSL | 4.96º | 0.82% | 0.29% | - |
| HSV(B) | 4.96º | 0.9% | 0.53% | - |
| XYZ | 10.21 | 5.71 | 0.94 | - |
| YUV | 55.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 13 | 0 | 0.83 | 0.90 | 0.47 | 4.96 | 0.82 | 0.29 |
| Hex | 86 | 17 | D | 0 | 53 | 5A | 2F | 5 | 52 | 1D |
| Octal | 206 | 27 | 15 | 0 | 123 | 132 | 57 | 5 | 122 | 35 |
| Binary | 10000110 | 10111 | 1101 | 0 | 1010011 | 1011010 | 101111 | 101 | 1010010 | 11101 |
Color Harmonies of #86170D
Complementary color
Monochromatic Colors of #86170D
Black with #86170D
Text Example
Text Example
White with #86170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86170D; }
p { color: rgb(134,23,13); }
H1.HeaderClassName
{
color: #86170D;
}
.AnyTagClassName
{
color: #86170D;
}
</style>
background-color css
<style>
a { background-color: #86170D; }
a { background-color: rgb(134,23,13); }
div.DivClassName
{
background-color: #86170D;
}
.BgClassName
{
background-color: #86170D;
}
</style>
border-color css
<style>
span { border-color: #86170D; }
span { border-color: rgb(134,23,13); }
td.TdClassName
{
border-color: #86170D;
}
.TagClassName
{
border-color: #86170D;
}
</style>