Shades of Falu Red #86190B
Tints of Falu Red #86190B
RGB
CMYK
RGB Variations
Color information
#86190B (or 0x86190B) is known color: Falu Red. HEX triplet: 86, 19 and 0B. RGB value is (134,25,11). Sum of RGB (Red+Green+Blue) = 134+25+11=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #86190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190B is #79E6F4. Grayscale: #383838. Windows color (decimal): -7988981 or 727430. OLE color: 727430.
HSL color Cylindrical-coordinate representation of color #86190B: hue angle of 6.83º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86190B is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 11 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.47 |
| HSL | 6.83º | 0.85% | 0.28% | - |
| HSV(B) | 6.83º | 0.92% | 0.53% | - |
| XYZ | 10.24 | 5.79 | 0.89 | - |
| YUV | 56 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 11 | 0 | 0.81 | 0.92 | 0.47 | 6.83 | 0.85 | 0.28 |
| Hex | 86 | 19 | B | 0 | 51 | 5C | 2F | 7 | 55 | 1C |
| Octal | 206 | 31 | 13 | 0 | 121 | 134 | 57 | 7 | 125 | 34 |
| Binary | 10000110 | 11001 | 1011 | 0 | 1010001 | 1011100 | 101111 | 111 | 1010101 | 11100 |
Color Harmonies of #86190B
Complementary color
Monochromatic Colors of #86190B
Black with #86190B
Text Example
Text Example
White with #86190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86190B; }
p { color: rgb(134,25,11); }
H1.HeaderClassName
{
color: #86190B;
}
.AnyTagClassName
{
color: #86190B;
}
</style>
background-color css
<style>
a { background-color: #86190B; }
a { background-color: rgb(134,25,11); }
div.DivClassName
{
background-color: #86190B;
}
.BgClassName
{
background-color: #86190B;
}
</style>
border-color css
<style>
span { border-color: #86190B; }
span { border-color: rgb(134,25,11); }
td.TdClassName
{
border-color: #86190B;
}
.TagClassName
{
border-color: #86190B;
}
</style>