Shades of Falu Red #701F00
Tints of Falu Red #701F00
RGB
CMYK
RGB Variations
Color information
#701F00 (or 0x701F00) is known color: Falu Red. HEX triplet: 70, 1F and 00. RGB value is (112,31,0). Sum of RGB (Red+Green+Blue) = 112+31+0=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F00 is #8FE0FF. Grayscale: #333333. Windows color (decimal): -9429248 or 8048. OLE color: 8048.
HSL color Cylindrical-coordinate representation of color #701F00: hue angle of 16.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #701F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.56 |
| HSL | 16.61º | 1% | 0.22% | - |
| HSV(B) | 16.61º | 1% | 0.44% | - |
| XYZ | 7.17 | 4.42 | 0.48 | - |
| YUV | 51.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 0 | 0 | 0.72 | 1 | 0.56 | 16.61 | 1 | 0.22 |
| Hex | 70 | 1F | 0 | 0 | 48 | 64 | 38 | 11 | 64 | 16 |
| Octal | 160 | 37 | 0 | 0 | 110 | 144 | 70 | 21 | 144 | 26 |
| Binary | 1110000 | 11111 | 0 | 0 | 1001000 | 1100100 | 111000 | 10001 | 1100100 | 10110 |
Color Harmonies of #701F00
Complementary color
Monochromatic Colors of #701F00
Black with #701F00
Text Example
Text Example
White with #701F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F00; }
p { color: rgb(112,31,0); }
H1.HeaderClassName
{
color: #701F00;
}
.AnyTagClassName
{
color: #701F00;
}
</style>
background-color css
<style>
a { background-color: #701F00; }
a { background-color: rgb(112,31,0); }
div.DivClassName
{
background-color: #701F00;
}
.BgClassName
{
background-color: #701F00;
}
</style>
border-color css
<style>
span { border-color: #701F00; }
span { border-color: rgb(112,31,0); }
td.TdClassName
{
border-color: #701F00;
}
.TagClassName
{
border-color: #701F00;
}
</style>