Shades of Falu Red #701F13
Tints of Falu Red #701F13
RGB
CMYK
RGB Variations
Color information
#701F13 (or 0x701F13) is known color: Falu Red. HEX triplet: 70, 1F and 13. RGB value is (112,31,19). Sum of RGB (Red+Green+Blue) = 112+31+19=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #701F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F13 is #8FE0EC. Grayscale: #353535. Windows color (decimal): -9429229 or 1253232. OLE color: 1253232.
HSL color Cylindrical-coordinate representation of color #701F13: hue angle of 7.74º 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 #701F13 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 19 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.56 |
| HSL | 7.74º | 0.71% | 0.26% | - |
| HSV(B) | 7.74º | 0.83% | 0.44% | - |
| XYZ | 7.29 | 4.47 | 1.1 | - |
| YUV | 53.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 19 | 0 | 0.72 | 0.83 | 0.56 | 7.74 | 0.71 | 0.26 |
| Hex | 70 | 1F | 13 | 0 | 48 | 53 | 38 | 8 | 47 | 1A |
| Octal | 160 | 37 | 23 | 0 | 110 | 123 | 70 | 10 | 107 | 32 |
| Binary | 1110000 | 11111 | 10011 | 0 | 1001000 | 1010011 | 111000 | 1000 | 1000111 | 11010 |
Color Harmonies of #701F13
Complementary color
Monochromatic Colors of #701F13
Black with #701F13
Text Example
Text Example
White with #701F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F13; }
p { color: rgb(112,31,19); }
H1.HeaderClassName
{
color: #701F13;
}
.AnyTagClassName
{
color: #701F13;
}
</style>
background-color css
<style>
a { background-color: #701F13; }
a { background-color: rgb(112,31,19); }
div.DivClassName
{
background-color: #701F13;
}
.BgClassName
{
background-color: #701F13;
}
</style>
border-color css
<style>
span { border-color: #701F13; }
span { border-color: rgb(112,31,19); }
td.TdClassName
{
border-color: #701F13;
}
.TagClassName
{
border-color: #701F13;
}
</style>