Shades of Falu Red #70200C
Tints of Falu Red #70200C
RGB
CMYK
RGB Variations
Color information
#70200C (or 0x70200C) is known color: Falu Red. HEX triplet: 70, 20 and 0C. RGB value is (112,32,12). Sum of RGB (Red+Green+Blue) = 112+32+12=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70200C is #8FDFF3. Grayscale: #353535. Windows color (decimal): -9428980 or 794736. OLE color: 794736.
HSL color Cylindrical-coordinate representation of color #70200C: hue angle of 12º 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 #70200C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 12 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.56 |
| HSL | 12º | 0.81% | 0.24% | - |
| HSV(B) | 12º | 0.89% | 0.44% | - |
| XYZ | 7.26 | 4.5 | 0.83 | - |
| YUV | 53.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 12 | 0 | 0.71 | 0.89 | 0.56 | 12 | 0.81 | 0.24 |
| Hex | 70 | 20 | C | 0 | 47 | 59 | 38 | C | 51 | 18 |
| Octal | 160 | 40 | 14 | 0 | 107 | 131 | 70 | 14 | 121 | 30 |
| Binary | 1110000 | 100000 | 1100 | 0 | 1000111 | 1011001 | 111000 | 1100 | 1010001 | 11000 |
Color Harmonies of #70200C
Complementary color
Monochromatic Colors of #70200C
Black with #70200C
Text Example
Text Example
White with #70200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70200C; }
p { color: rgb(112,32,12); }
H1.HeaderClassName
{
color: #70200C;
}
.AnyTagClassName
{
color: #70200C;
}
</style>
background-color css
<style>
a { background-color: #70200C; }
a { background-color: rgb(112,32,12); }
div.DivClassName
{
background-color: #70200C;
}
.BgClassName
{
background-color: #70200C;
}
</style>
border-color css
<style>
span { border-color: #70200C; }
span { border-color: rgb(112,32,12); }
td.TdClassName
{
border-color: #70200C;
}
.TagClassName
{
border-color: #70200C;
}
</style>