Shades of Falu Red #701E0B
Tints of Falu Red #701E0B
RGB
CMYK
RGB Variations
Color information
#701E0B (or 0x701E0B) is known color: Falu Red. HEX triplet: 70, 1E and 0B. RGB value is (112,30,11). Sum of RGB (Red+Green+Blue) = 112+30+11=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E0B is #8FE1F4. Grayscale: #343434. Windows color (decimal): -9429493 or 728688. OLE color: 728688.
HSL color Cylindrical-coordinate representation of color #701E0B: hue angle of 11.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701E0B is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 11 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.56 |
| HSL | 11.29º | 0.82% | 0.24% | - |
| HSV(B) | 11.29º | 0.9% | 0.44% | - |
| XYZ | 7.21 | 4.4 | 0.79 | - |
| YUV | 52.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 11 | 0 | 0.73 | 0.90 | 0.56 | 11.29 | 0.82 | 0.24 |
| Hex | 70 | 1E | B | 0 | 49 | 5A | 38 | B | 52 | 18 |
| Octal | 160 | 36 | 13 | 0 | 111 | 132 | 70 | 13 | 122 | 30 |
| Binary | 1110000 | 11110 | 1011 | 0 | 1001001 | 1011010 | 111000 | 1011 | 1010010 | 11000 |
Color Harmonies of #701E0B
Complementary color
Monochromatic Colors of #701E0B
Black with #701E0B
Text Example
Text Example
White with #701E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E0B; }
p { color: rgb(112,30,11); }
H1.HeaderClassName
{
color: #701E0B;
}
.AnyTagClassName
{
color: #701E0B;
}
</style>
background-color css
<style>
a { background-color: #701E0B; }
a { background-color: rgb(112,30,11); }
div.DivClassName
{
background-color: #701E0B;
}
.BgClassName
{
background-color: #701E0B;
}
</style>
border-color css
<style>
span { border-color: #701E0B; }
span { border-color: rgb(112,30,11); }
td.TdClassName
{
border-color: #701E0B;
}
.TagClassName
{
border-color: #701E0B;
}
</style>