Shades of Falu Red #701C00
Tints of Falu Red #701C00
RGB
CMYK
RGB Variations
Color information
#701C00 (or 0x701C00) is known color: Falu Red. HEX triplet: 70, 1C and 00. RGB value is (112,28,0). Sum of RGB (Red+Green+Blue) = 112+28+0=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #701C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C00 is #8FE3FF. Grayscale: #323232. Windows color (decimal): -9430016 or 7280. OLE color: 7280.
HSL color Cylindrical-coordinate representation of color #701C00: hue angle of 15º 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 #701C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.56 |
| HSL | 15º | 1% | 0.22% | - |
| HSV(B) | 15º | 1% | 0.44% | - |
| XYZ | 7.1 | 4.28 | 0.45 | - |
| YUV | 49.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 0 | 0 | 0.75 | 1 | 0.56 | 15 | 1 | 0.22 |
| Hex | 70 | 1C | 0 | 0 | 4B | 64 | 38 | F | 64 | 16 |
| Octal | 160 | 34 | 0 | 0 | 113 | 144 | 70 | 17 | 144 | 26 |
| Binary | 1110000 | 11100 | 0 | 0 | 1001011 | 1100100 | 111000 | 1111 | 1100100 | 10110 |
Color Harmonies of #701C00
Complementary color
Monochromatic Colors of #701C00
Black with #701C00
Text Example
Text Example
White with #701C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C00; }
p { color: rgb(112,28,0); }
H1.HeaderClassName
{
color: #701C00;
}
.AnyTagClassName
{
color: #701C00;
}
</style>
background-color css
<style>
a { background-color: #701C00; }
a { background-color: rgb(112,28,0); }
div.DivClassName
{
background-color: #701C00;
}
.BgClassName
{
background-color: #701C00;
}
</style>
border-color css
<style>
span { border-color: #701C00; }
span { border-color: rgb(112,28,0); }
td.TdClassName
{
border-color: #701C00;
}
.TagClassName
{
border-color: #701C00;
}
</style>