Shades of Falu Red #701F10
Tints of Falu Red #701F10
RGB
CMYK
RGB Variations
Color information
#701F10 (or 0x701F10) is known color: Falu Red. HEX triplet: 70, 1F and 10. RGB value is (112,31,16). Sum of RGB (Red+Green+Blue) = 112+31+16=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F10 is #8FE0EF. Grayscale: #353535. Windows color (decimal): -9429232 or 1056624. OLE color: 1056624.
HSL color Cylindrical-coordinate representation of color #701F10: hue angle of 9.38º 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 #701F10 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 16 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.56 |
| HSL | 9.38º | 0.75% | 0.25% | - |
| HSV(B) | 9.38º | 0.86% | 0.44% | - |
| XYZ | 7.27 | 4.46 | 0.97 | - |
| YUV | 53.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 16 | 0 | 0.72 | 0.86 | 0.56 | 9.38 | 0.75 | 0.25 |
| Hex | 70 | 1F | 10 | 0 | 48 | 56 | 38 | 9 | 4B | 19 |
| Octal | 160 | 37 | 20 | 0 | 110 | 126 | 70 | 11 | 113 | 31 |
| Binary | 1110000 | 11111 | 10000 | 0 | 1001000 | 1010110 | 111000 | 1001 | 1001011 | 11001 |
Color Harmonies of #701F10
Complementary color
Monochromatic Colors of #701F10
Black with #701F10
Text Example
Text Example
White with #701F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F10; }
p { color: rgb(112,31,16); }
H1.HeaderClassName
{
color: #701F10;
}
.AnyTagClassName
{
color: #701F10;
}
</style>
background-color css
<style>
a { background-color: #701F10; }
a { background-color: rgb(112,31,16); }
div.DivClassName
{
background-color: #701F10;
}
.BgClassName
{
background-color: #701F10;
}
</style>
border-color css
<style>
span { border-color: #701F10; }
span { border-color: rgb(112,31,16); }
td.TdClassName
{
border-color: #701F10;
}
.TagClassName
{
border-color: #701F10;
}
</style>