Shades of Falu Red #701E16
Tints of Falu Red #701E16
RGB
CMYK
RGB Variations
Color information
#701E16 (or 0x701E16) is known color: Falu Red. HEX triplet: 70, 1E and 16. RGB value is (112,30,22). Sum of RGB (Red+Green+Blue) = 112+30+22=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #701E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E16 is #8FE1E9. Grayscale: #353535. Windows color (decimal): -9429482 or 1449584. OLE color: 1449584.
HSL color Cylindrical-coordinate representation of color #701E16: hue angle of 5.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701E16 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 22 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.56 |
| HSL | 5.33º | 0.67% | 0.26% | - |
| HSV(B) | 5.33º | 0.8% | 0.44% | - |
| XYZ | 7.29 | 4.43 | 1.23 | - |
| YUV | 53.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 22 | 0 | 0.73 | 0.80 | 0.56 | 5.33 | 0.67 | 0.26 |
| Hex | 70 | 1E | 16 | 0 | 49 | 50 | 38 | 5 | 43 | 1A |
| Octal | 160 | 36 | 26 | 0 | 111 | 120 | 70 | 5 | 103 | 32 |
| Binary | 1110000 | 11110 | 10110 | 0 | 1001001 | 1010000 | 111000 | 101 | 1000011 | 11010 |
Color Harmonies of #701E16
Complementary color
Monochromatic Colors of #701E16
Black with #701E16
Text Example
Text Example
White with #701E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E16; }
p { color: rgb(112,30,22); }
H1.HeaderClassName
{
color: #701E16;
}
.AnyTagClassName
{
color: #701E16;
}
</style>
background-color css
<style>
a { background-color: #701E16; }
a { background-color: rgb(112,30,22); }
div.DivClassName
{
background-color: #701E16;
}
.BgClassName
{
background-color: #701E16;
}
</style>
border-color css
<style>
span { border-color: #701E16; }
span { border-color: rgb(112,30,22); }
td.TdClassName
{
border-color: #701E16;
}
.TagClassName
{
border-color: #701E16;
}
</style>