Shades of Falu Red #861B17
Tints of Falu Red #861B17
RGB
CMYK
RGB Variations
Color information
#861B17 (or 0x861B17) is known color: Falu Red. HEX triplet: 86, 1B and 17. RGB value is (134,27,23). Sum of RGB (Red+Green+Blue) = 134+27+23=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #861B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861B17 is #79E4E8. Grayscale: #3A3A3A. Windows color (decimal): -7988457 or 1514374. OLE color: 1514374.
HSL color Cylindrical-coordinate representation of color #861B17: hue angle of 2.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861B17 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 23 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.47 |
| HSL | 2.16º | 0.71% | 0.31% | - |
| HSV(B) | 2.16º | 0.83% | 0.53% | - |
| XYZ | 10.38 | 5.91 | 1.41 | - |
| YUV | 58.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 23 | 0 | 0.80 | 0.83 | 0.47 | 2.16 | 0.71 | 0.31 |
| Hex | 86 | 1B | 17 | 0 | 50 | 53 | 2F | 2 | 47 | 1F |
| Octal | 206 | 33 | 27 | 0 | 120 | 123 | 57 | 2 | 107 | 37 |
| Binary | 10000110 | 11011 | 10111 | 0 | 1010000 | 1010011 | 101111 | 10 | 1000111 | 11111 |
Color Harmonies of #861B17
Complementary color
Monochromatic Colors of #861B17
Black with #861B17
Text Example
Text Example
White with #861B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B17; }
p { color: rgb(134,27,23); }
H1.HeaderClassName
{
color: #861B17;
}
.AnyTagClassName
{
color: #861B17;
}
</style>
background-color css
<style>
a { background-color: #861B17; }
a { background-color: rgb(134,27,23); }
div.DivClassName
{
background-color: #861B17;
}
.BgClassName
{
background-color: #861B17;
}
</style>
border-color css
<style>
span { border-color: #861B17; }
span { border-color: rgb(134,27,23); }
td.TdClassName
{
border-color: #861B17;
}
.TagClassName
{
border-color: #861B17;
}
</style>