Shades of Falu Red #701D15
Tints of Falu Red #701D15
RGB
CMYK
RGB Variations
Color information
#701D15 (or 0x701D15) is known color: Falu Red. HEX triplet: 70, 1D and 15. RGB value is (112,29,21). Sum of RGB (Red+Green+Blue) = 112+29+21=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #701D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D15 is #8FE2EA. Grayscale: #353535. Windows color (decimal): -9429739 or 1383792. OLE color: 1383792.
HSL color Cylindrical-coordinate representation of color #701D15: hue angle of 5.27º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701D15 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 21 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.56 |
| HSL | 5.27º | 0.68% | 0.26% | - |
| HSV(B) | 5.27º | 0.81% | 0.44% | - |
| XYZ | 7.26 | 4.38 | 1.17 | - |
| YUV | 52.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 21 | 0 | 0.74 | 0.81 | 0.56 | 5.27 | 0.68 | 0.26 |
| Hex | 70 | 1D | 15 | 0 | 4A | 51 | 38 | 5 | 44 | 1A |
| Octal | 160 | 35 | 25 | 0 | 112 | 121 | 70 | 5 | 104 | 32 |
| Binary | 1110000 | 11101 | 10101 | 0 | 1001010 | 1010001 | 111000 | 101 | 1000100 | 11010 |
Color Harmonies of #701D15
Complementary color
Monochromatic Colors of #701D15
Black with #701D15
Text Example
Text Example
White with #701D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D15; }
p { color: rgb(112,29,21); }
H1.HeaderClassName
{
color: #701D15;
}
.AnyTagClassName
{
color: #701D15;
}
</style>
background-color css
<style>
a { background-color: #701D15; }
a { background-color: rgb(112,29,21); }
div.DivClassName
{
background-color: #701D15;
}
.BgClassName
{
background-color: #701D15;
}
</style>
border-color css
<style>
span { border-color: #701D15; }
span { border-color: rgb(112,29,21); }
td.TdClassName
{
border-color: #701D15;
}
.TagClassName
{
border-color: #701D15;
}
</style>