Shades of Falu Red #70160C
Tints of Falu Red #70160C
RGB
CMYK
RGB Variations
Color information
#70160C (or 0x70160C) is known color: Falu Red. HEX triplet: 70, 16 and 0C. RGB value is (112,22,12). Sum of RGB (Red+Green+Blue) = 112+22+12=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70160C is #8FE9F3. Grayscale: #2F2F2F. Windows color (decimal): -9431540 or 792176. OLE color: 792176.
HSL color Cylindrical-coordinate representation of color #70160C: hue angle of 6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70160C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 12 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.56 |
| HSL | 6º | 0.81% | 0.24% | - |
| HSV(B) | 6º | 0.89% | 0.44% | - |
| XYZ | 7.04 | 4.05 | 0.76 | - |
| YUV | 47.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 12 | 0 | 0.80 | 0.89 | 0.56 | 6 | 0.81 | 0.24 |
| Hex | 70 | 16 | C | 0 | 50 | 59 | 38 | 6 | 51 | 18 |
| Octal | 160 | 26 | 14 | 0 | 120 | 131 | 70 | 6 | 121 | 30 |
| Binary | 1110000 | 10110 | 1100 | 0 | 1010000 | 1011001 | 111000 | 110 | 1010001 | 11000 |
Color Harmonies of #70160C
Complementary color
Monochromatic Colors of #70160C
Black with #70160C
Text Example
Text Example
White with #70160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70160C; }
p { color: rgb(112,22,12); }
H1.HeaderClassName
{
color: #70160C;
}
.AnyTagClassName
{
color: #70160C;
}
</style>
background-color css
<style>
a { background-color: #70160C; }
a { background-color: rgb(112,22,12); }
div.DivClassName
{
background-color: #70160C;
}
.BgClassName
{
background-color: #70160C;
}
</style>
border-color css
<style>
span { border-color: #70160C; }
span { border-color: rgb(112,22,12); }
td.TdClassName
{
border-color: #70160C;
}
.TagClassName
{
border-color: #70160C;
}
</style>