Shades of Falu Red #701A0F
Tints of Falu Red #701A0F
RGB
CMYK
RGB Variations
Color information
#701A0F (or 0x701A0F) is known color: Falu Red. HEX triplet: 70, 1A and 0F. RGB value is (112,26,15). Sum of RGB (Red+Green+Blue) = 112+26+15=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A0F is #8FE5F0. Grayscale: #323232. Windows color (decimal): -9430513 or 989808. OLE color: 989808.
HSL color Cylindrical-coordinate representation of color #701A0F: hue angle of 6.8º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701A0F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 15 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.56 |
| HSL | 6.8º | 0.76% | 0.25% | - |
| HSV(B) | 6.8º | 0.87% | 0.44% | - |
| XYZ | 7.14 | 4.22 | 0.89 | - |
| YUV | 50.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 15 | 0 | 0.77 | 0.87 | 0.56 | 6.8 | 0.76 | 0.25 |
| Hex | 70 | 1A | F | 0 | 4D | 57 | 38 | 7 | 4C | 19 |
| Octal | 160 | 32 | 17 | 0 | 115 | 127 | 70 | 7 | 114 | 31 |
| Binary | 1110000 | 11010 | 1111 | 0 | 1001101 | 1010111 | 111000 | 111 | 1001100 | 11001 |
Color Harmonies of #701A0F
Complementary color
Monochromatic Colors of #701A0F
Black with #701A0F
Text Example
Text Example
White with #701A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A0F; }
p { color: rgb(112,26,15); }
H1.HeaderClassName
{
color: #701A0F;
}
.AnyTagClassName
{
color: #701A0F;
}
</style>
background-color css
<style>
a { background-color: #701A0F; }
a { background-color: rgb(112,26,15); }
div.DivClassName
{
background-color: #701A0F;
}
.BgClassName
{
background-color: #701A0F;
}
</style>
border-color css
<style>
span { border-color: #701A0F; }
span { border-color: rgb(112,26,15); }
td.TdClassName
{
border-color: #701A0F;
}
.TagClassName
{
border-color: #701A0F;
}
</style>