Shades of Falu Red #861C19
Tints of Falu Red #861C19
RGB
CMYK
RGB Variations
Color information
#861C19 (or 0x861C19) is known color: Falu Red. HEX triplet: 86, 1C and 19. RGB value is (134,28,25). Sum of RGB (Red+Green+Blue) = 134+28+25=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C19 is #79E3E6. Grayscale: #3B3B3B. Windows color (decimal): -7988199 or 1645702. OLE color: 1645702.
HSL color Cylindrical-coordinate representation of color #861C19: hue angle of 1.65º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861C19 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 25 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.47 |
| HSL | 1.65º | 0.69% | 0.31% | - |
| HSV(B) | 1.65º | 0.81% | 0.53% | - |
| XYZ | 10.42 | 5.97 | 1.52 | - |
| YUV | 59.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 25 | 0 | 0.79 | 0.81 | 0.47 | 1.65 | 0.69 | 0.31 |
| Hex | 86 | 1C | 19 | 0 | 4F | 51 | 2F | 2 | 45 | 1F |
| Octal | 206 | 34 | 31 | 0 | 117 | 121 | 57 | 2 | 105 | 37 |
| Binary | 10000110 | 11100 | 11001 | 0 | 1001111 | 1010001 | 101111 | 10 | 1000101 | 11111 |
Color Harmonies of #861C19
Complementary color
Monochromatic Colors of #861C19
Black with #861C19
Text Example
Text Example
White with #861C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C19; }
p { color: rgb(134,28,25); }
H1.HeaderClassName
{
color: #861C19;
}
.AnyTagClassName
{
color: #861C19;
}
</style>
background-color css
<style>
a { background-color: #861C19; }
a { background-color: rgb(134,28,25); }
div.DivClassName
{
background-color: #861C19;
}
.BgClassName
{
background-color: #861C19;
}
</style>
border-color css
<style>
span { border-color: #861C19; }
span { border-color: rgb(134,28,25); }
td.TdClassName
{
border-color: #861C19;
}
.TagClassName
{
border-color: #861C19;
}
</style>