Shades of Falu Red #86130D
Tints of Falu Red #86130D
RGB
CMYK
RGB Variations
Color information
#86130D (or 0x86130D) is known color: Falu Red. HEX triplet: 86, 13 and 0D. RGB value is (134,19,13). Sum of RGB (Red+Green+Blue) = 134+19+13=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86130D is #79ECF2. Grayscale: #343434. Windows color (decimal): -7990515 or 856966. OLE color: 856966.
HSL color Cylindrical-coordinate representation of color #86130D: hue angle of 2.98º 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 #86130D is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 13 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.47 |
| HSL | 2.98º | 0.82% | 0.29% | - |
| HSV(B) | 2.98º | 0.9% | 0.53% | - |
| XYZ | 10.14 | 5.56 | 0.92 | - |
| YUV | 52.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 13 | 0 | 0.86 | 0.90 | 0.47 | 2.98 | 0.82 | 0.29 |
| Hex | 86 | 13 | D | 0 | 56 | 5A | 2F | 3 | 52 | 1D |
| Octal | 206 | 23 | 15 | 0 | 126 | 132 | 57 | 3 | 122 | 35 |
| Binary | 10000110 | 10011 | 1101 | 0 | 1010110 | 1011010 | 101111 | 11 | 1010010 | 11101 |
Color Harmonies of #86130D
Complementary color
Monochromatic Colors of #86130D
Black with #86130D
Text Example
Text Example
White with #86130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86130D; }
p { color: rgb(134,19,13); }
H1.HeaderClassName
{
color: #86130D;
}
.AnyTagClassName
{
color: #86130D;
}
</style>
background-color css
<style>
a { background-color: #86130D; }
a { background-color: rgb(134,19,13); }
div.DivClassName
{
background-color: #86130D;
}
.BgClassName
{
background-color: #86130D;
}
</style>
border-color css
<style>
span { border-color: #86130D; }
span { border-color: rgb(134,19,13); }
td.TdClassName
{
border-color: #86130D;
}
.TagClassName
{
border-color: #86130D;
}
</style>