Shades of Falu Red #701914
Tints of Falu Red #701914
RGB
CMYK
RGB Variations
Color information
#701914 (or 0x701914) is known color: Falu Red. HEX triplet: 70, 19 and 14. RGB value is (112,25,20). Sum of RGB (Red+Green+Blue) = 112+25+20=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #701914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701914 is #8FE6EB. Grayscale: #323232. Windows color (decimal): -9430764 or 1317232. OLE color: 1317232.
HSL color Cylindrical-coordinate representation of color #701914: hue angle of 3.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701914 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 20 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.56 |
| HSL | 3.26º | 0.7% | 0.26% | - |
| HSV(B) | 3.26º | 0.82% | 0.44% | - |
| XYZ | 7.16 | 4.19 | 1.09 | - |
| YUV | 50.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 20 | 0 | 0.78 | 0.82 | 0.56 | 3.26 | 0.7 | 0.26 |
| Hex | 70 | 19 | 14 | 0 | 4E | 52 | 38 | 3 | 46 | 1A |
| Octal | 160 | 31 | 24 | 0 | 116 | 122 | 70 | 3 | 106 | 32 |
| Binary | 1110000 | 11001 | 10100 | 0 | 1001110 | 1010010 | 111000 | 11 | 1000110 | 11010 |
Color Harmonies of #701914
Complementary color
Monochromatic Colors of #701914
Black with #701914
Text Example
Text Example
White with #701914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701914; }
p { color: rgb(112,25,20); }
H1.HeaderClassName
{
color: #701914;
}
.AnyTagClassName
{
color: #701914;
}
</style>
background-color css
<style>
a { background-color: #701914; }
a { background-color: rgb(112,25,20); }
div.DivClassName
{
background-color: #701914;
}
.BgClassName
{
background-color: #701914;
}
</style>
border-color css
<style>
span { border-color: #701914; }
span { border-color: rgb(112,25,20); }
td.TdClassName
{
border-color: #701914;
}
.TagClassName
{
border-color: #701914;
}
</style>