Shades of Falu Red #701A11
Tints of Falu Red #701A11
RGB
CMYK
RGB Variations
Color information
#701A11 (or 0x701A11) is known color: Falu Red. HEX triplet: 70, 1A and 11. RGB value is (112,26,17). Sum of RGB (Red+Green+Blue) = 112+26+17=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A11 is #8FE5EE. Grayscale: #323232. Windows color (decimal): -9430511 or 1120880. OLE color: 1120880.
HSL color Cylindrical-coordinate representation of color #701A11: hue angle of 5.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701A11 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 17 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.56 |
| HSL | 5.68º | 0.74% | 0.25% | - |
| HSV(B) | 5.68º | 0.85% | 0.44% | - |
| XYZ | 7.15 | 4.22 | 0.97 | - |
| YUV | 50.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 17 | 0 | 0.77 | 0.85 | 0.56 | 5.68 | 0.74 | 0.25 |
| Hex | 70 | 1A | 11 | 0 | 4D | 55 | 38 | 6 | 4A | 19 |
| Octal | 160 | 32 | 21 | 0 | 115 | 125 | 70 | 6 | 112 | 31 |
| Binary | 1110000 | 11010 | 10001 | 0 | 1001101 | 1010101 | 111000 | 110 | 1001010 | 11001 |
Color Harmonies of #701A11
Complementary color
Monochromatic Colors of #701A11
Black with #701A11
Text Example
Text Example
White with #701A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A11; }
p { color: rgb(112,26,17); }
H1.HeaderClassName
{
color: #701A11;
}
.AnyTagClassName
{
color: #701A11;
}
</style>
background-color css
<style>
a { background-color: #701A11; }
a { background-color: rgb(112,26,17); }
div.DivClassName
{
background-color: #701A11;
}
.BgClassName
{
background-color: #701A11;
}
</style>
border-color css
<style>
span { border-color: #701A11; }
span { border-color: rgb(112,26,17); }
td.TdClassName
{
border-color: #701A11;
}
.TagClassName
{
border-color: #701A11;
}
</style>