Shades of Falu Red #701A13
Tints of Falu Red #701A13
RGB
CMYK
RGB Variations
Color information
#701A13 (or 0x701A13) is known color: Falu Red. HEX triplet: 70, 1A and 13. RGB value is (112,26,19). Sum of RGB (Red+Green+Blue) = 112+26+19=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #701A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A13 is #8FE5EC. Grayscale: #333333. Windows color (decimal): -9430509 or 1251952. OLE color: 1251952.
HSL color Cylindrical-coordinate representation of color #701A13: hue angle of 4.52º 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 #701A13 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 19 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.56 |
| HSL | 4.52º | 0.71% | 0.26% | - |
| HSV(B) | 4.52º | 0.83% | 0.44% | - |
| XYZ | 7.17 | 4.23 | 1.05 | - |
| YUV | 50.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 19 | 0 | 0.77 | 0.83 | 0.56 | 4.52 | 0.71 | 0.26 |
| Hex | 70 | 1A | 13 | 0 | 4D | 53 | 38 | 5 | 47 | 1A |
| Octal | 160 | 32 | 23 | 0 | 115 | 123 | 70 | 5 | 107 | 32 |
| Binary | 1110000 | 11010 | 10011 | 0 | 1001101 | 1010011 | 111000 | 101 | 1000111 | 11010 |
Color Harmonies of #701A13
Complementary color
Monochromatic Colors of #701A13
Black with #701A13
Text Example
Text Example
White with #701A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A13; }
p { color: rgb(112,26,19); }
H1.HeaderClassName
{
color: #701A13;
}
.AnyTagClassName
{
color: #701A13;
}
</style>
background-color css
<style>
a { background-color: #701A13; }
a { background-color: rgb(112,26,19); }
div.DivClassName
{
background-color: #701A13;
}
.BgClassName
{
background-color: #701A13;
}
</style>
border-color css
<style>
span { border-color: #701A13; }
span { border-color: rgb(112,26,19); }
td.TdClassName
{
border-color: #701A13;
}
.TagClassName
{
border-color: #701A13;
}
</style>