Shades of Falu Red #701A05
Tints of Falu Red #701A05
RGB
CMYK
RGB Variations
Color information
#701A05 (or 0x701A05) is known color: Falu Red. HEX triplet: 70, 1A and 05. RGB value is (112,26,5). Sum of RGB (Red+Green+Blue) = 112+26+5=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A05 is #8FE5FA. Grayscale: #313131. Windows color (decimal): -9430523 or 334448. OLE color: 334448.
HSL color Cylindrical-coordinate representation of color #701A05: hue angle of 11.78º 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 #701A05 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 5 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.56 |
| HSL | 11.78º | 0.91% | 0.23% | - |
| HSV(B) | 11.78º | 0.96% | 0.44% | - |
| XYZ | 7.08 | 4.19 | 0.58 | - |
| YUV | 49.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 5 | 0 | 0.77 | 0.96 | 0.56 | 11.78 | 0.91 | 0.23 |
| Hex | 70 | 1A | 5 | 0 | 4D | 60 | 38 | C | 5B | 17 |
| Octal | 160 | 32 | 5 | 0 | 115 | 140 | 70 | 14 | 133 | 27 |
| Binary | 1110000 | 11010 | 101 | 0 | 1001101 | 1100000 | 111000 | 1100 | 1011011 | 10111 |
Color Harmonies of #701A05
Complementary color
Monochromatic Colors of #701A05
Black with #701A05
Text Example
Text Example
White with #701A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A05; }
p { color: rgb(112,26,5); }
H1.HeaderClassName
{
color: #701A05;
}
.AnyTagClassName
{
color: #701A05;
}
</style>
background-color css
<style>
a { background-color: #701A05; }
a { background-color: rgb(112,26,5); }
div.DivClassName
{
background-color: #701A05;
}
.BgClassName
{
background-color: #701A05;
}
</style>
border-color css
<style>
span { border-color: #701A05; }
span { border-color: rgb(112,26,5); }
td.TdClassName
{
border-color: #701A05;
}
.TagClassName
{
border-color: #701A05;
}
</style>