Shades of Falu Red #861E0F
Tints of Falu Red #861E0F
RGB
CMYK
RGB Variations
Color information
#861E0F (or 0x861E0F) is known color: Falu Red. HEX triplet: 86, 1E and 0F. RGB value is (134,30,15). Sum of RGB (Red+Green+Blue) = 134+30+15=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #861E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E0F is #79E1F0. Grayscale: #3B3B3B. Windows color (decimal): -7987697 or 990854. OLE color: 990854.
HSL color Cylindrical-coordinate representation of color #861E0F: hue angle of 7.56º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861E0F is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 15 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.47 |
| HSL | 7.56º | 0.8% | 0.29% | - |
| HSV(B) | 7.56º | 0.89% | 0.53% | - |
| XYZ | 10.38 | 6.03 | 1.07 | - |
| YUV | 59.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 15 | 0 | 0.78 | 0.89 | 0.47 | 7.56 | 0.8 | 0.29 |
| Hex | 86 | 1E | F | 0 | 4E | 59 | 2F | 8 | 50 | 1D |
| Octal | 206 | 36 | 17 | 0 | 116 | 131 | 57 | 10 | 120 | 35 |
| Binary | 10000110 | 11110 | 1111 | 0 | 1001110 | 1011001 | 101111 | 1000 | 1010000 | 11101 |
Color Harmonies of #861E0F
Complementary color
Monochromatic Colors of #861E0F
Black with #861E0F
Text Example
Text Example
White with #861E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E0F; }
p { color: rgb(134,30,15); }
H1.HeaderClassName
{
color: #861E0F;
}
.AnyTagClassName
{
color: #861E0F;
}
</style>
background-color css
<style>
a { background-color: #861E0F; }
a { background-color: rgb(134,30,15); }
div.DivClassName
{
background-color: #861E0F;
}
.BgClassName
{
background-color: #861E0F;
}
</style>
border-color css
<style>
span { border-color: #861E0F; }
span { border-color: rgb(134,30,15); }
td.TdClassName
{
border-color: #861E0F;
}
.TagClassName
{
border-color: #861E0F;
}
</style>