Shades of Falu Red #701605
Tints of Falu Red #701605
RGB
CMYK
RGB Variations
Color information
#701605 (or 0x701605) is known color: Falu Red. HEX triplet: 70, 16 and 05. RGB value is (112,22,5). Sum of RGB (Red+Green+Blue) = 112+22+5=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #701605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701605 is #8FE9FA. Grayscale: #2F2F2F. Windows color (decimal): -9431547 or 333424. OLE color: 333424.
HSL color Cylindrical-coordinate representation of color #701605: hue angle of 9.53º 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 #701605 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 5 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.56 |
| HSL | 9.53º | 0.91% | 0.23% | - |
| HSV(B) | 9.53º | 0.96% | 0.44% | - |
| XYZ | 7 | 4.03 | 0.55 | - |
| YUV | 46.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 5 | 0 | 0.80 | 0.96 | 0.56 | 9.53 | 0.91 | 0.23 |
| Hex | 70 | 16 | 5 | 0 | 50 | 60 | 38 | A | 5B | 17 |
| Octal | 160 | 26 | 5 | 0 | 120 | 140 | 70 | 12 | 133 | 27 |
| Binary | 1110000 | 10110 | 101 | 0 | 1010000 | 1100000 | 111000 | 1010 | 1011011 | 10111 |
Color Harmonies of #701605
Complementary color
Monochromatic Colors of #701605
Black with #701605
Text Example
Text Example
White with #701605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701605; }
p { color: rgb(112,22,5); }
H1.HeaderClassName
{
color: #701605;
}
.AnyTagClassName
{
color: #701605;
}
</style>
background-color css
<style>
a { background-color: #701605; }
a { background-color: rgb(112,22,5); }
div.DivClassName
{
background-color: #701605;
}
.BgClassName
{
background-color: #701605;
}
</style>
border-color css
<style>
span { border-color: #701605; }
span { border-color: rgb(112,22,5); }
td.TdClassName
{
border-color: #701605;
}
.TagClassName
{
border-color: #701605;
}
</style>