Shades of Falu Red #701E07
Tints of Falu Red #701E07
RGB
CMYK
RGB Variations
Color information
#701E07 (or 0x701E07) is known color: Falu Red. HEX triplet: 70, 1E and 07. RGB value is (112,30,7). Sum of RGB (Red+Green+Blue) = 112+30+7=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #701E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E07 is #8FE1F8. Grayscale: #343434. Windows color (decimal): -9429497 or 466544. OLE color: 466544.
HSL color Cylindrical-coordinate representation of color #701E07: hue angle of 13.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #701E07 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 7 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.56 |
| HSL | 13.14º | 0.88% | 0.23% | - |
| HSV(B) | 13.14º | 0.94% | 0.44% | - |
| XYZ | 7.18 | 4.39 | 0.67 | - |
| YUV | 51.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 7 | 0 | 0.73 | 0.94 | 0.56 | 13.14 | 0.88 | 0.23 |
| Hex | 70 | 1E | 7 | 0 | 49 | 5E | 38 | D | 58 | 17 |
| Octal | 160 | 36 | 7 | 0 | 111 | 136 | 70 | 15 | 130 | 27 |
| Binary | 1110000 | 11110 | 111 | 0 | 1001001 | 1011110 | 111000 | 1101 | 1011000 | 10111 |
Color Harmonies of #701E07
Complementary color
Monochromatic Colors of #701E07
Black with #701E07
Text Example
Text Example
White with #701E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E07; }
p { color: rgb(112,30,7); }
H1.HeaderClassName
{
color: #701E07;
}
.AnyTagClassName
{
color: #701E07;
}
</style>
background-color css
<style>
a { background-color: #701E07; }
a { background-color: rgb(112,30,7); }
div.DivClassName
{
background-color: #701E07;
}
.BgClassName
{
background-color: #701E07;
}
</style>
border-color css
<style>
span { border-color: #701E07; }
span { border-color: rgb(112,30,7); }
td.TdClassName
{
border-color: #701E07;
}
.TagClassName
{
border-color: #701E07;
}
</style>