Shades of Falu Red #701511
Tints of Falu Red #701511
RGB
CMYK
RGB Variations
Color information
#701511 (or 0x701511) is known color: Falu Red. HEX triplet: 70, 15 and 11. RGB value is (112,21,17). Sum of RGB (Red+Green+Blue) = 112+21+17=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701511 is #8FEAEE. Grayscale: #2F2F2F. Windows color (decimal): -9431791 or 1119600. OLE color: 1119600.
HSL color Cylindrical-coordinate representation of color #701511: hue angle of 2.53º 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 #701511 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 17 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.56 |
| HSL | 2.53º | 0.74% | 0.25% | - |
| HSV(B) | 2.53º | 0.85% | 0.44% | - |
| XYZ | 7.05 | 4.02 | 0.93 | - |
| YUV | 47.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 17 | 0 | 0.81 | 0.85 | 0.56 | 2.53 | 0.74 | 0.25 |
| Hex | 70 | 15 | 11 | 0 | 51 | 55 | 38 | 3 | 4A | 19 |
| Octal | 160 | 25 | 21 | 0 | 121 | 125 | 70 | 3 | 112 | 31 |
| Binary | 1110000 | 10101 | 10001 | 0 | 1010001 | 1010101 | 111000 | 11 | 1001010 | 11001 |
Color Harmonies of #701511
Complementary color
Monochromatic Colors of #701511
Black with #701511
Text Example
Text Example
White with #701511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701511; }
p { color: rgb(112,21,17); }
H1.HeaderClassName
{
color: #701511;
}
.AnyTagClassName
{
color: #701511;
}
</style>
background-color css
<style>
a { background-color: #701511; }
a { background-color: rgb(112,21,17); }
div.DivClassName
{
background-color: #701511;
}
.BgClassName
{
background-color: #701511;
}
</style>
border-color css
<style>
span { border-color: #701511; }
span { border-color: rgb(112,21,17); }
td.TdClassName
{
border-color: #701511;
}
.TagClassName
{
border-color: #701511;
}
</style>