Shades of Falu Red #701A00
Tints of Falu Red #701A00
RGB
CMYK
RGB Variations
Color information
#701A00 (or 0x701A00) is known color: Falu Red. HEX triplet: 70, 1A and 00. RGB value is (112,26,0). Sum of RGB (Red+Green+Blue) = 112+26+0=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #701A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A00 is #8FE5FF. Grayscale: #303030. Windows color (decimal): -9430528 or 6768. OLE color: 6768.
HSL color Cylindrical-coordinate representation of color #701A00: hue angle of 13.93º 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 #701A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.56 |
| HSL | 13.93º | 1% | 0.22% | - |
| HSV(B) | 13.93º | 1% | 0.44% | - |
| XYZ | 7.05 | 4.18 | 0.44 | - |
| YUV | 48.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 0 | 0 | 0.77 | 1 | 0.56 | 13.93 | 1 | 0.22 |
| Hex | 70 | 1A | 0 | 0 | 4D | 64 | 38 | E | 64 | 16 |
| Octal | 160 | 32 | 0 | 0 | 115 | 144 | 70 | 16 | 144 | 26 |
| Binary | 1110000 | 11010 | 0 | 0 | 1001101 | 1100100 | 111000 | 1110 | 1100100 | 10110 |
Color Harmonies of #701A00
Complementary color
Monochromatic Colors of #701A00
Black with #701A00
Text Example
Text Example
White with #701A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A00; }
p { color: rgb(112,26,0); }
H1.HeaderClassName
{
color: #701A00;
}
.AnyTagClassName
{
color: #701A00;
}
</style>
background-color css
<style>
a { background-color: #701A00; }
a { background-color: rgb(112,26,0); }
div.DivClassName
{
background-color: #701A00;
}
.BgClassName
{
background-color: #701A00;
}
</style>
border-color css
<style>
span { border-color: #701A00; }
span { border-color: rgb(112,26,0); }
td.TdClassName
{
border-color: #701A00;
}
.TagClassName
{
border-color: #701A00;
}
</style>