Shades of Falu Red #701E13
Tints of Falu Red #701E13
RGB
CMYK
RGB Variations
Color information
#701E13 (or 0x701E13) is known color: Falu Red. HEX triplet: 70, 1E and 13. RGB value is (112,30,19). Sum of RGB (Red+Green+Blue) = 112+30+19=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #701E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E13 is #8FE1EC. Grayscale: #353535. Windows color (decimal): -9429485 or 1252976. OLE color: 1252976.
HSL color Cylindrical-coordinate representation of color #701E13: hue angle of 7.1º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701E13 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 19 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.56 |
| HSL | 7.1º | 0.71% | 0.26% | - |
| HSV(B) | 7.1º | 0.83% | 0.44% | - |
| XYZ | 7.26 | 4.42 | 1.09 | - |
| YUV | 53.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 19 | 0 | 0.73 | 0.83 | 0.56 | 7.1 | 0.71 | 0.26 |
| Hex | 70 | 1E | 13 | 0 | 49 | 53 | 38 | 7 | 47 | 1A |
| Octal | 160 | 36 | 23 | 0 | 111 | 123 | 70 | 7 | 107 | 32 |
| Binary | 1110000 | 11110 | 10011 | 0 | 1001001 | 1010011 | 111000 | 111 | 1000111 | 11010 |
Color Harmonies of #701E13
Complementary color
Monochromatic Colors of #701E13
Black with #701E13
Text Example
Text Example
White with #701E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E13; }
p { color: rgb(112,30,19); }
H1.HeaderClassName
{
color: #701E13;
}
.AnyTagClassName
{
color: #701E13;
}
</style>
background-color css
<style>
a { background-color: #701E13; }
a { background-color: rgb(112,30,19); }
div.DivClassName
{
background-color: #701E13;
}
.BgClassName
{
background-color: #701E13;
}
</style>
border-color css
<style>
span { border-color: #701E13; }
span { border-color: rgb(112,30,19); }
td.TdClassName
{
border-color: #701E13;
}
.TagClassName
{
border-color: #701E13;
}
</style>