Shades of Falu Red #86140C
Tints of Falu Red #86140C
RGB
CMYK
RGB Variations
Color information
#86140C (or 0x86140C) is known color: Falu Red. HEX triplet: 86, 14 and 0C. RGB value is (134,20,12). Sum of RGB (Red+Green+Blue) = 134+20+12=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86140C is #79EBF3. Grayscale: #353535. Windows color (decimal): -7990260 or 791686. OLE color: 791686.
HSL color Cylindrical-coordinate representation of color #86140C: hue angle of 3.93º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86140C is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 12 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.47 |
| HSL | 3.93º | 0.84% | 0.29% | - |
| HSV(B) | 3.93º | 0.91% | 0.53% | - |
| XYZ | 10.15 | 5.6 | 0.89 | - |
| YUV | 53.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 12 | 0 | 0.85 | 0.91 | 0.47 | 3.93 | 0.84 | 0.29 |
| Hex | 86 | 14 | C | 0 | 55 | 5B | 2F | 4 | 54 | 1D |
| Octal | 206 | 24 | 14 | 0 | 125 | 133 | 57 | 4 | 124 | 35 |
| Binary | 10000110 | 10100 | 1100 | 0 | 1010101 | 1011011 | 101111 | 100 | 1010100 | 11101 |
Color Harmonies of #86140C
Complementary color
Monochromatic Colors of #86140C
Black with #86140C
Text Example
Text Example
White with #86140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86140C; }
p { color: rgb(134,20,12); }
H1.HeaderClassName
{
color: #86140C;
}
.AnyTagClassName
{
color: #86140C;
}
</style>
background-color css
<style>
a { background-color: #86140C; }
a { background-color: rgb(134,20,12); }
div.DivClassName
{
background-color: #86140C;
}
.BgClassName
{
background-color: #86140C;
}
</style>
border-color css
<style>
span { border-color: #86140C; }
span { border-color: rgb(134,20,12); }
td.TdClassName
{
border-color: #86140C;
}
.TagClassName
{
border-color: #86140C;
}
</style>