Shades of Falu Red #861F07
Tints of Falu Red #861F07
RGB
CMYK
RGB Variations
Color information
#861F07 (or 0x861F07) is known color: Falu Red. HEX triplet: 86, 1F and 07. RGB value is (134,31,7). Sum of RGB (Red+Green+Blue) = 134+31+7=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #861F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F07 is #79E0F8. Grayscale: #3B3B3B. Windows color (decimal): -7987449 or 466822. OLE color: 466822.
HSL color Cylindrical-coordinate representation of color #861F07: hue angle of 11.34º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #861F07 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 7 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.47 |
| HSL | 11.34º | 0.9% | 0.28% | - |
| HSV(B) | 11.34º | 0.95% | 0.53% | - |
| XYZ | 10.36 | 6.06 | 0.83 | - |
| YUV | 59.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 7 | 0 | 0.77 | 0.95 | 0.47 | 11.34 | 0.9 | 0.28 |
| Hex | 86 | 1F | 7 | 0 | 4D | 5F | 2F | B | 5A | 1C |
| Octal | 206 | 37 | 7 | 0 | 115 | 137 | 57 | 13 | 132 | 34 |
| Binary | 10000110 | 11111 | 111 | 0 | 1001101 | 1011111 | 101111 | 1011 | 1011010 | 11100 |
Color Harmonies of #861F07
Complementary color
Monochromatic Colors of #861F07
Black with #861F07
Text Example
Text Example
White with #861F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F07; }
p { color: rgb(134,31,7); }
H1.HeaderClassName
{
color: #861F07;
}
.AnyTagClassName
{
color: #861F07;
}
</style>
background-color css
<style>
a { background-color: #861F07; }
a { background-color: rgb(134,31,7); }
div.DivClassName
{
background-color: #861F07;
}
.BgClassName
{
background-color: #861F07;
}
</style>
border-color css
<style>
span { border-color: #861F07; }
span { border-color: rgb(134,31,7); }
td.TdClassName
{
border-color: #861F07;
}
.TagClassName
{
border-color: #861F07;
}
</style>