Shades of Falu Red #701A16
Tints of Falu Red #701A16
RGB
CMYK
RGB Variations
Color information
#701A16 (or 0x701A16) is known color: Falu Red. HEX triplet: 70, 1A and 16. RGB value is (112,26,22). Sum of RGB (Red+Green+Blue) = 112+26+22=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A16 is #8FE5E9. Grayscale: #333333. Windows color (decimal): -9430506 or 1448560. OLE color: 1448560.
HSL color Cylindrical-coordinate representation of color #701A16: hue angle of 2.67º 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 #701A16 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 22 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.56 |
| HSL | 2.67º | 0.67% | 0.26% | - |
| HSV(B) | 2.67º | 0.8% | 0.44% | - |
| XYZ | 7.2 | 4.24 | 1.2 | - |
| YUV | 51.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 22 | 0 | 0.77 | 0.80 | 0.56 | 2.67 | 0.67 | 0.26 |
| Hex | 70 | 1A | 16 | 0 | 4D | 50 | 38 | 3 | 43 | 1A |
| Octal | 160 | 32 | 26 | 0 | 115 | 120 | 70 | 3 | 103 | 32 |
| Binary | 1110000 | 11010 | 10110 | 0 | 1001101 | 1010000 | 111000 | 11 | 1000011 | 11010 |
Color Harmonies of #701A16
Complementary color
Monochromatic Colors of #701A16
Black with #701A16
Text Example
Text Example
White with #701A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A16; }
p { color: rgb(112,26,22); }
H1.HeaderClassName
{
color: #701A16;
}
.AnyTagClassName
{
color: #701A16;
}
</style>
background-color css
<style>
a { background-color: #701A16; }
a { background-color: rgb(112,26,22); }
div.DivClassName
{
background-color: #701A16;
}
.BgClassName
{
background-color: #701A16;
}
</style>
border-color css
<style>
span { border-color: #701A16; }
span { border-color: rgb(112,26,22); }
td.TdClassName
{
border-color: #701A16;
}
.TagClassName
{
border-color: #701A16;
}
</style>