Shades of Falu Red #861E0A
Tints of Falu Red #861E0A
RGB
CMYK
RGB Variations
Color information
#861E0A (or 0x861E0A) is known color: Falu Red. HEX triplet: 86, 1E and 0A. RGB value is (134,30,10). Sum of RGB (Red+Green+Blue) = 134+30+10=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E0A is #79E1F5. Grayscale: #3A3A3A. Windows color (decimal): -7987702 or 663174. OLE color: 663174.
HSL color Cylindrical-coordinate representation of color #861E0A: hue angle of 9.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #861E0A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 10 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.47 |
| HSL | 9.68º | 0.86% | 0.28% | - |
| HSV(B) | 9.68º | 0.93% | 0.53% | - |
| XYZ | 10.35 | 6.02 | 0.9 | - |
| YUV | 58.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 10 | 0 | 0.78 | 0.93 | 0.47 | 9.68 | 0.86 | 0.28 |
| Hex | 86 | 1E | A | 0 | 4E | 5D | 2F | A | 56 | 1C |
| Octal | 206 | 36 | 12 | 0 | 116 | 135 | 57 | 12 | 126 | 34 |
| Binary | 10000110 | 11110 | 1010 | 0 | 1001110 | 1011101 | 101111 | 1010 | 1010110 | 11100 |
Color Harmonies of #861E0A
Complementary color
Monochromatic Colors of #861E0A
Black with #861E0A
Text Example
Text Example
White with #861E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E0A; }
p { color: rgb(134,30,10); }
H1.HeaderClassName
{
color: #861E0A;
}
.AnyTagClassName
{
color: #861E0A;
}
</style>
background-color css
<style>
a { background-color: #861E0A; }
a { background-color: rgb(134,30,10); }
div.DivClassName
{
background-color: #861E0A;
}
.BgClassName
{
background-color: #861E0A;
}
</style>
border-color css
<style>
span { border-color: #861E0A; }
span { border-color: rgb(134,30,10); }
td.TdClassName
{
border-color: #861E0A;
}
.TagClassName
{
border-color: #861E0A;
}
</style>