Shades of Falu Red #701F0D
Tints of Falu Red #701F0D
RGB
CMYK
RGB Variations
Color information
#701F0D (or 0x701F0D) is known color: Falu Red. HEX triplet: 70, 1F and 0D. RGB value is (112,31,13). Sum of RGB (Red+Green+Blue) = 112+31+13=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F0D is #8FE0F2. Grayscale: #353535. Windows color (decimal): -9429235 or 860016. OLE color: 860016.
HSL color Cylindrical-coordinate representation of color #701F0D: hue angle of 10.91º degrees, saturation: 0.79, 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 #701F0D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 13 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.56 |
| HSL | 10.91º | 0.79% | 0.25% | - |
| HSV(B) | 10.91º | 0.88% | 0.44% | - |
| XYZ | 7.24 | 4.45 | 0.86 | - |
| YUV | 53.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 13 | 0 | 0.72 | 0.88 | 0.56 | 10.91 | 0.79 | 0.25 |
| Hex | 70 | 1F | D | 0 | 48 | 58 | 38 | B | 4F | 19 |
| Octal | 160 | 37 | 15 | 0 | 110 | 130 | 70 | 13 | 117 | 31 |
| Binary | 1110000 | 11111 | 1101 | 0 | 1001000 | 1011000 | 111000 | 1011 | 1001111 | 11001 |
Color Harmonies of #701F0D
Complementary color
Monochromatic Colors of #701F0D
Black with #701F0D
Text Example
Text Example
White with #701F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F0D; }
p { color: rgb(112,31,13); }
H1.HeaderClassName
{
color: #701F0D;
}
.AnyTagClassName
{
color: #701F0D;
}
</style>
background-color css
<style>
a { background-color: #701F0D; }
a { background-color: rgb(112,31,13); }
div.DivClassName
{
background-color: #701F0D;
}
.BgClassName
{
background-color: #701F0D;
}
</style>
border-color css
<style>
span { border-color: #701F0D; }
span { border-color: rgb(112,31,13); }
td.TdClassName
{
border-color: #701F0D;
}
.TagClassName
{
border-color: #701F0D;
}
</style>