Shades of Falu Red #861C15
Tints of Falu Red #861C15
RGB
CMYK
RGB Variations
Color information
#861C15 (or 0x861C15) is known color: Falu Red. HEX triplet: 86, 1C and 15. RGB value is (134,28,21). Sum of RGB (Red+Green+Blue) = 134+28+21=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #861C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C15 is #79E3EA. Grayscale: #3B3B3B. Windows color (decimal): -7988203 or 1383558. OLE color: 1383558.
HSL color Cylindrical-coordinate representation of color #861C15: hue angle of 3.72º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861C15 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 21 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.47 |
| HSL | 3.72º | 0.73% | 0.3% | - |
| HSV(B) | 3.72º | 0.84% | 0.53% | - |
| XYZ | 10.38 | 5.95 | 1.31 | - |
| YUV | 58.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 21 | 0 | 0.79 | 0.84 | 0.47 | 3.72 | 0.73 | 0.3 |
| Hex | 86 | 1C | 15 | 0 | 4F | 54 | 2F | 4 | 49 | 1E |
| Octal | 206 | 34 | 25 | 0 | 117 | 124 | 57 | 4 | 111 | 36 |
| Binary | 10000110 | 11100 | 10101 | 0 | 1001111 | 1010100 | 101111 | 100 | 1001001 | 11110 |
Color Harmonies of #861C15
Complementary color
Monochromatic Colors of #861C15
Black with #861C15
Text Example
Text Example
White with #861C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C15; }
p { color: rgb(134,28,21); }
H1.HeaderClassName
{
color: #861C15;
}
.AnyTagClassName
{
color: #861C15;
}
</style>
background-color css
<style>
a { background-color: #861C15; }
a { background-color: rgb(134,28,21); }
div.DivClassName
{
background-color: #861C15;
}
.BgClassName
{
background-color: #861C15;
}
</style>
border-color css
<style>
span { border-color: #861C15; }
span { border-color: rgb(134,28,21); }
td.TdClassName
{
border-color: #861C15;
}
.TagClassName
{
border-color: #861C15;
}
</style>