Shades of Falu Red #701D13
Tints of Falu Red #701D13
RGB
CMYK
RGB Variations
Color information
#701D13 (or 0x701D13) is known color: Falu Red. HEX triplet: 70, 1D and 13. RGB value is (112,29,19). Sum of RGB (Red+Green+Blue) = 112+29+19=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D13 is #8FE2EC. Grayscale: #343434. Windows color (decimal): -9429741 or 1252720. OLE color: 1252720.
HSL color Cylindrical-coordinate representation of color #701D13: hue angle of 6.45º 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 #701D13 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 19 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.56 |
| HSL | 6.45º | 0.71% | 0.26% | - |
| HSV(B) | 6.45º | 0.83% | 0.44% | - |
| XYZ | 7.24 | 4.37 | 1.08 | - |
| YUV | 52.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 19 | 0 | 0.74 | 0.83 | 0.56 | 6.45 | 0.71 | 0.26 |
| Hex | 70 | 1D | 13 | 0 | 4A | 53 | 38 | 6 | 47 | 1A |
| Octal | 160 | 35 | 23 | 0 | 112 | 123 | 70 | 6 | 107 | 32 |
| Binary | 1110000 | 11101 | 10011 | 0 | 1001010 | 1010011 | 111000 | 110 | 1000111 | 11010 |
Color Harmonies of #701D13
Complementary color
Monochromatic Colors of #701D13
Black with #701D13
Text Example
Text Example
White with #701D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D13; }
p { color: rgb(112,29,19); }
H1.HeaderClassName
{
color: #701D13;
}
.AnyTagClassName
{
color: #701D13;
}
</style>
background-color css
<style>
a { background-color: #701D13; }
a { background-color: rgb(112,29,19); }
div.DivClassName
{
background-color: #701D13;
}
.BgClassName
{
background-color: #701D13;
}
</style>
border-color css
<style>
span { border-color: #701D13; }
span { border-color: rgb(112,29,19); }
td.TdClassName
{
border-color: #701D13;
}
.TagClassName
{
border-color: #701D13;
}
</style>