Shades of Falu Red #701210
Tints of Falu Red #701210
RGB
CMYK
RGB Variations
Color information
#701210 (or 0x701210) is known color: Falu Red. HEX triplet: 70, 12 and 10. RGB value is (112,18,16). Sum of RGB (Red+Green+Blue) = 112+18+16=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #701210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701210 is #8FEDEF. Grayscale: #2D2D2D. Windows color (decimal): -9432560 or 1053296. OLE color: 1053296.
HSL color Cylindrical-coordinate representation of color #701210: hue angle of 1.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701210 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 16 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.56 |
| HSL | 1.25º | 0.75% | 0.25% | - |
| HSV(B) | 1.25º | 0.86% | 0.44% | - |
| XYZ | 6.99 | 3.91 | 0.88 | - |
| YUV | 45.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 16 | 0 | 0.84 | 0.86 | 0.56 | 1.25 | 0.75 | 0.25 |
| Hex | 70 | 12 | 10 | 0 | 54 | 56 | 38 | 1 | 4B | 19 |
| Octal | 160 | 22 | 20 | 0 | 124 | 126 | 70 | 1 | 113 | 31 |
| Binary | 1110000 | 10010 | 10000 | 0 | 1010100 | 1010110 | 111000 | 1 | 1001011 | 11001 |
Color Harmonies of #701210
Complementary color
Monochromatic Colors of #701210
Black with #701210
Text Example
Text Example
White with #701210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701210; }
p { color: rgb(112,18,16); }
H1.HeaderClassName
{
color: #701210;
}
.AnyTagClassName
{
color: #701210;
}
</style>
background-color css
<style>
a { background-color: #701210; }
a { background-color: rgb(112,18,16); }
div.DivClassName
{
background-color: #701210;
}
.BgClassName
{
background-color: #701210;
}
</style>
border-color css
<style>
span { border-color: #701210; }
span { border-color: rgb(112,18,16); }
td.TdClassName
{
border-color: #701210;
}
.TagClassName
{
border-color: #701210;
}
</style>