Shades of Falu Red #861901
Tints of Falu Red #861901
RGB
CMYK
RGB Variations
Color information
#861901 (or 0x861901) is known color: Falu Red. HEX triplet: 86, 19 and 01. RGB value is (134,25,1). Sum of RGB (Red+Green+Blue) = 134+25+1=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #861901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861901 is #79E6FE. Grayscale: #373737. Windows color (decimal): -7988991 or 72070. OLE color: 72070.
HSL color Cylindrical-coordinate representation of color #861901: hue angle of 10.83º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #861901 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.47 |
| HSL | 10.83º | 0.99% | 0.26% | - |
| HSV(B) | 10.83º | 0.99% | 0.53% | - |
| XYZ | 10.18 | 5.77 | 0.6 | - |
| YUV | 54.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 1 | 0 | 0.81 | 0.99 | 0.47 | 10.83 | 0.99 | 0.26 |
| Hex | 86 | 19 | 1 | 0 | 51 | 63 | 2F | B | 63 | 1A |
| Octal | 206 | 31 | 1 | 0 | 121 | 143 | 57 | 13 | 143 | 32 |
| Binary | 10000110 | 11001 | 1 | 0 | 1010001 | 1100011 | 101111 | 1011 | 1100011 | 11010 |
Color Harmonies of #861901
Complementary color
Monochromatic Colors of #861901
Black with #861901
Text Example
Text Example
White with #861901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861901; }
p { color: rgb(134,25,1); }
H1.HeaderClassName
{
color: #861901;
}
.AnyTagClassName
{
color: #861901;
}
</style>
background-color css
<style>
a { background-color: #861901; }
a { background-color: rgb(134,25,1); }
div.DivClassName
{
background-color: #861901;
}
.BgClassName
{
background-color: #861901;
}
</style>
border-color css
<style>
span { border-color: #861901; }
span { border-color: rgb(134,25,1); }
td.TdClassName
{
border-color: #861901;
}
.TagClassName
{
border-color: #861901;
}
</style>