Shades of Falu Red #701412
Tints of Falu Red #701412
RGB
CMYK
RGB Variations
Color information
#701412 (or 0x701412) is known color: Falu Red. HEX triplet: 70, 14 and 12. RGB value is (112,20,18). Sum of RGB (Red+Green+Blue) = 112+20+18=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701412 is #8FEBED. Grayscale: #2F2F2F. Windows color (decimal): -9432046 or 1184880. OLE color: 1184880.
HSL color Cylindrical-coordinate representation of color #701412: hue angle of 1.28º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701412 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 18 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.56 |
| HSL | 1.28º | 0.72% | 0.25% | - |
| HSV(B) | 1.28º | 0.84% | 0.44% | - |
| XYZ | 7.04 | 3.99 | 0.97 | - |
| YUV | 47.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 18 | 0 | 0.82 | 0.84 | 0.56 | 1.28 | 0.72 | 0.25 |
| Hex | 70 | 14 | 12 | 0 | 52 | 54 | 38 | 1 | 48 | 19 |
| Octal | 160 | 24 | 22 | 0 | 122 | 124 | 70 | 1 | 110 | 31 |
| Binary | 1110000 | 10100 | 10010 | 0 | 1010010 | 1010100 | 111000 | 1 | 1001000 | 11001 |
Color Harmonies of #701412
Complementary color
Monochromatic Colors of #701412
Black with #701412
Text Example
Text Example
White with #701412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701412; }
p { color: rgb(112,20,18); }
H1.HeaderClassName
{
color: #701412;
}
.AnyTagClassName
{
color: #701412;
}
</style>
background-color css
<style>
a { background-color: #701412; }
a { background-color: rgb(112,20,18); }
div.DivClassName
{
background-color: #701412;
}
.BgClassName
{
background-color: #701412;
}
</style>
border-color css
<style>
span { border-color: #701412; }
span { border-color: rgb(112,20,18); }
td.TdClassName
{
border-color: #701412;
}
.TagClassName
{
border-color: #701412;
}
</style>