Shades of Falu Red #701F16
Tints of Falu Red #701F16
RGB
CMYK
RGB Variations
Color information
#701F16 (or 0x701F16) is known color: Falu Red. HEX triplet: 70, 1F and 16. RGB value is (112,31,22). Sum of RGB (Red+Green+Blue) = 112+31+22=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #701F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F16 is #8FE0E9. Grayscale: #363636. Windows color (decimal): -9429226 or 1449840. OLE color: 1449840.
HSL color Cylindrical-coordinate representation of color #701F16: hue angle of 6º 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 #701F16 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 22 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.56 |
| HSL | 6º | 0.67% | 0.26% | - |
| HSV(B) | 6º | 0.8% | 0.44% | - |
| XYZ | 7.32 | 4.48 | 1.24 | - |
| YUV | 54.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 22 | 0 | 0.72 | 0.80 | 0.56 | 6 | 0.67 | 0.26 |
| Hex | 70 | 1F | 16 | 0 | 48 | 50 | 38 | 6 | 43 | 1A |
| Octal | 160 | 37 | 26 | 0 | 110 | 120 | 70 | 6 | 103 | 32 |
| Binary | 1110000 | 11111 | 10110 | 0 | 1001000 | 1010000 | 111000 | 110 | 1000011 | 11010 |
Color Harmonies of #701F16
Complementary color
Monochromatic Colors of #701F16
Black with #701F16
Text Example
Text Example
White with #701F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F16; }
p { color: rgb(112,31,22); }
H1.HeaderClassName
{
color: #701F16;
}
.AnyTagClassName
{
color: #701F16;
}
</style>
background-color css
<style>
a { background-color: #701F16; }
a { background-color: rgb(112,31,22); }
div.DivClassName
{
background-color: #701F16;
}
.BgClassName
{
background-color: #701F16;
}
</style>
border-color css
<style>
span { border-color: #701F16; }
span { border-color: rgb(112,31,22); }
td.TdClassName
{
border-color: #701F16;
}
.TagClassName
{
border-color: #701F16;
}
</style>