Shades of Falu Red #701D0E
Tints of Falu Red #701D0E
RGB
CMYK
RGB Variations
Color information
#701D0E (or 0x701D0E) is known color: Falu Red. HEX triplet: 70, 1D and 0E. RGB value is (112,29,14). Sum of RGB (Red+Green+Blue) = 112+29+14=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D0E is #8FE2F1. Grayscale: #343434. Windows color (decimal): -9429746 or 925040. OLE color: 925040.
HSL color Cylindrical-coordinate representation of color #701D0E: hue angle of 9.18º 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 #701D0E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 14 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.56 |
| HSL | 9.18º | 0.78% | 0.25% | - |
| HSV(B) | 9.18º | 0.88% | 0.44% | - |
| XYZ | 7.2 | 4.36 | 0.88 | - |
| YUV | 52.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 14 | 0 | 0.74 | 0.88 | 0.56 | 9.18 | 0.78 | 0.25 |
| Hex | 70 | 1D | E | 0 | 4A | 58 | 38 | 9 | 4E | 19 |
| Octal | 160 | 35 | 16 | 0 | 112 | 130 | 70 | 11 | 116 | 31 |
| Binary | 1110000 | 11101 | 1110 | 0 | 1001010 | 1011000 | 111000 | 1001 | 1001110 | 11001 |
Color Harmonies of #701D0E
Complementary color
Monochromatic Colors of #701D0E
Black with #701D0E
Text Example
Text Example
White with #701D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D0E; }
p { color: rgb(112,29,14); }
H1.HeaderClassName
{
color: #701D0E;
}
.AnyTagClassName
{
color: #701D0E;
}
</style>
background-color css
<style>
a { background-color: #701D0E; }
a { background-color: rgb(112,29,14); }
div.DivClassName
{
background-color: #701D0E;
}
.BgClassName
{
background-color: #701D0E;
}
</style>
border-color css
<style>
span { border-color: #701D0E; }
span { border-color: rgb(112,29,14); }
td.TdClassName
{
border-color: #701D0E;
}
.TagClassName
{
border-color: #701D0E;
}
</style>