Shades of Falu Red #861C01
Tints of Falu Red #861C01
RGB
CMYK
RGB Variations
Color information
#861C01 (or 0x861C01) is known color: Falu Red. HEX triplet: 86, 1C and 01. RGB value is (134,28,1). Sum of RGB (Red+Green+Blue) = 134+28+1=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #861C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C01 is #79E3FE. Grayscale: #383838. Windows color (decimal): -7988223 or 72838. OLE color: 72838.
HSL color Cylindrical-coordinate representation of color #861C01: hue angle of 12.18º 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 #861C01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.47 |
| HSL | 12.18º | 0.99% | 0.26% | - |
| HSV(B) | 12.18º | 0.99% | 0.53% | - |
| XYZ | 10.25 | 5.9 | 0.63 | - |
| YUV | 56.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 1 | 0 | 0.79 | 0.99 | 0.47 | 12.18 | 0.99 | 0.26 |
| Hex | 86 | 1C | 1 | 0 | 4F | 63 | 2F | C | 63 | 1A |
| Octal | 206 | 34 | 1 | 0 | 117 | 143 | 57 | 14 | 143 | 32 |
| Binary | 10000110 | 11100 | 1 | 0 | 1001111 | 1100011 | 101111 | 1100 | 1100011 | 11010 |
Color Harmonies of #861C01
Complementary color
Monochromatic Colors of #861C01
Black with #861C01
Text Example
Text Example
White with #861C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C01; }
p { color: rgb(134,28,1); }
H1.HeaderClassName
{
color: #861C01;
}
.AnyTagClassName
{
color: #861C01;
}
</style>
background-color css
<style>
a { background-color: #861C01; }
a { background-color: rgb(134,28,1); }
div.DivClassName
{
background-color: #861C01;
}
.BgClassName
{
background-color: #861C01;
}
</style>
border-color css
<style>
span { border-color: #861C01; }
span { border-color: rgb(134,28,1); }
td.TdClassName
{
border-color: #861C01;
}
.TagClassName
{
border-color: #861C01;
}
</style>