Shades of Falu Red #70140D
Tints of Falu Red #70140D
RGB
CMYK
RGB Variations
Color information
#70140D (or 0x70140D) is known color: Falu Red. HEX triplet: 70, 14 and 0D. RGB value is (112,20,13). Sum of RGB (Red+Green+Blue) = 112+20+13=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70140D is #8FEBF2. Grayscale: #2E2E2E. Windows color (decimal): -9432051 or 857200. OLE color: 857200.
HSL color Cylindrical-coordinate representation of color #70140D: hue angle of 4.24º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70140D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 13 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.56 |
| HSL | 4.24º | 0.79% | 0.25% | - |
| HSV(B) | 4.24º | 0.88% | 0.44% | - |
| XYZ | 7 | 3.97 | 0.78 | - |
| YUV | 46.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 13 | 0 | 0.82 | 0.88 | 0.56 | 4.24 | 0.79 | 0.25 |
| Hex | 70 | 14 | D | 0 | 52 | 58 | 38 | 4 | 4F | 19 |
| Octal | 160 | 24 | 15 | 0 | 122 | 130 | 70 | 4 | 117 | 31 |
| Binary | 1110000 | 10100 | 1101 | 0 | 1010010 | 1011000 | 111000 | 100 | 1001111 | 11001 |
Color Harmonies of #70140D
Complementary color
Monochromatic Colors of #70140D
Black with #70140D
Text Example
Text Example
White with #70140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70140D; }
p { color: rgb(112,20,13); }
H1.HeaderClassName
{
color: #70140D;
}
.AnyTagClassName
{
color: #70140D;
}
</style>
background-color css
<style>
a { background-color: #70140D; }
a { background-color: rgb(112,20,13); }
div.DivClassName
{
background-color: #70140D;
}
.BgClassName
{
background-color: #70140D;
}
</style>
border-color css
<style>
span { border-color: #70140D; }
span { border-color: rgb(112,20,13); }
td.TdClassName
{
border-color: #70140D;
}
.TagClassName
{
border-color: #70140D;
}
</style>