Shades of Falu Red #701905
Tints of Falu Red #701905
RGB
CMYK
RGB Variations
Color information
#701905 (or 0x701905) is known color: Falu Red. HEX triplet: 70, 19 and 05. RGB value is (112,25,5). Sum of RGB (Red+Green+Blue) = 112+25+5=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #701905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701905 is #8FE6FA. Grayscale: #303030. Windows color (decimal): -9430779 or 334192. OLE color: 334192.
HSL color Cylindrical-coordinate representation of color #701905: hue angle of 11.21º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701905 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 5 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.56 |
| HSL | 11.21º | 0.91% | 0.23% | - |
| HSV(B) | 11.21º | 0.96% | 0.44% | - |
| XYZ | 7.06 | 4.15 | 0.57 | - |
| YUV | 48.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 5 | 0 | 0.78 | 0.96 | 0.56 | 11.21 | 0.91 | 0.23 |
| Hex | 70 | 19 | 5 | 0 | 4E | 60 | 38 | B | 5B | 17 |
| Octal | 160 | 31 | 5 | 0 | 116 | 140 | 70 | 13 | 133 | 27 |
| Binary | 1110000 | 11001 | 101 | 0 | 1001110 | 1100000 | 111000 | 1011 | 1011011 | 10111 |
Color Harmonies of #701905
Complementary color
Monochromatic Colors of #701905
Black with #701905
Text Example
Text Example
White with #701905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701905; }
p { color: rgb(112,25,5); }
H1.HeaderClassName
{
color: #701905;
}
.AnyTagClassName
{
color: #701905;
}
</style>
background-color css
<style>
a { background-color: #701905; }
a { background-color: rgb(112,25,5); }
div.DivClassName
{
background-color: #701905;
}
.BgClassName
{
background-color: #701905;
}
</style>
border-color css
<style>
span { border-color: #701905; }
span { border-color: rgb(112,25,5); }
td.TdClassName
{
border-color: #701905;
}
.TagClassName
{
border-color: #701905;
}
</style>