Shades of Falu Red #861A12
Tints of Falu Red #861A12
RGB
CMYK
RGB Variations
Color information
#861A12 (or 0x861A12) is known color: Falu Red. HEX triplet: 86, 1A and 12. RGB value is (134,26,18). Sum of RGB (Red+Green+Blue) = 134+26+18=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #861A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A12 is #79E5ED. Grayscale: #393939. Windows color (decimal): -7988718 or 1186438. OLE color: 1186438.
HSL color Cylindrical-coordinate representation of color #861A12: hue angle of 4.14º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861A12 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 18 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.47 |
| HSL | 4.14º | 0.76% | 0.3% | - |
| HSV(B) | 4.14º | 0.87% | 0.53% | - |
| XYZ | 10.31 | 5.85 | 1.16 | - |
| YUV | 57.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 18 | 0 | 0.81 | 0.87 | 0.47 | 4.14 | 0.76 | 0.3 |
| Hex | 86 | 1A | 12 | 0 | 51 | 57 | 2F | 4 | 4C | 1E |
| Octal | 206 | 32 | 22 | 0 | 121 | 127 | 57 | 4 | 114 | 36 |
| Binary | 10000110 | 11010 | 10010 | 0 | 1010001 | 1010111 | 101111 | 100 | 1001100 | 11110 |
Color Harmonies of #861A12
Complementary color
Monochromatic Colors of #861A12
Black with #861A12
Text Example
Text Example
White with #861A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A12; }
p { color: rgb(134,26,18); }
H1.HeaderClassName
{
color: #861A12;
}
.AnyTagClassName
{
color: #861A12;
}
</style>
background-color css
<style>
a { background-color: #861A12; }
a { background-color: rgb(134,26,18); }
div.DivClassName
{
background-color: #861A12;
}
.BgClassName
{
background-color: #861A12;
}
</style>
border-color css
<style>
span { border-color: #861A12; }
span { border-color: rgb(134,26,18); }
td.TdClassName
{
border-color: #861A12;
}
.TagClassName
{
border-color: #861A12;
}
</style>