Shades of Falu Red #701A0E
Tints of Falu Red #701A0E
RGB
CMYK
RGB Variations
Color information
#701A0E (or 0x701A0E) is known color: Falu Red. HEX triplet: 70, 1A and 0E. RGB value is (112,26,14). Sum of RGB (Red+Green+Blue) = 112+26+14=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #701A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A0E is #8FE5F1. Grayscale: #323232. Windows color (decimal): -9430514 or 924272. OLE color: 924272.
HSL color Cylindrical-coordinate representation of color #701A0E: hue angle of 7.35º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701A0E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 14 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.56 |
| HSL | 7.35º | 0.78% | 0.25% | - |
| HSV(B) | 7.35º | 0.88% | 0.44% | - |
| XYZ | 7.13 | 4.22 | 0.85 | - |
| YUV | 50.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 14 | 0 | 0.77 | 0.88 | 0.56 | 7.35 | 0.78 | 0.25 |
| Hex | 70 | 1A | E | 0 | 4D | 58 | 38 | 7 | 4E | 19 |
| Octal | 160 | 32 | 16 | 0 | 115 | 130 | 70 | 7 | 116 | 31 |
| Binary | 1110000 | 11010 | 1110 | 0 | 1001101 | 1011000 | 111000 | 111 | 1001110 | 11001 |
Color Harmonies of #701A0E
Complementary color
Monochromatic Colors of #701A0E
Black with #701A0E
Text Example
Text Example
White with #701A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A0E; }
p { color: rgb(112,26,14); }
H1.HeaderClassName
{
color: #701A0E;
}
.AnyTagClassName
{
color: #701A0E;
}
</style>
background-color css
<style>
a { background-color: #701A0E; }
a { background-color: rgb(112,26,14); }
div.DivClassName
{
background-color: #701A0E;
}
.BgClassName
{
background-color: #701A0E;
}
</style>
border-color css
<style>
span { border-color: #701A0E; }
span { border-color: rgb(112,26,14); }
td.TdClassName
{
border-color: #701A0E;
}
.TagClassName
{
border-color: #701A0E;
}
</style>