Shades of Falu Red #701C04
Tints of Falu Red #701C04
RGB
CMYK
RGB Variations
Color information
#701C04 (or 0x701C04) is known color: Falu Red. HEX triplet: 70, 1C and 04. RGB value is (112,28,4). Sum of RGB (Red+Green+Blue) = 112+28+4=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C04 is #8FE3FB. Grayscale: #323232. Windows color (decimal): -9430012 or 269424. OLE color: 269424.
HSL color Cylindrical-coordinate representation of color #701C04: hue angle of 13.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701C04 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 4 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.56 |
| HSL | 13.33º | 0.93% | 0.23% | - |
| HSV(B) | 13.33º | 0.96% | 0.44% | - |
| XYZ | 7.12 | 4.28 | 0.57 | - |
| YUV | 50.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 4 | 0 | 0.75 | 0.96 | 0.56 | 13.33 | 0.93 | 0.23 |
| Hex | 70 | 1C | 4 | 0 | 4B | 60 | 38 | D | 5D | 17 |
| Octal | 160 | 34 | 4 | 0 | 113 | 140 | 70 | 15 | 135 | 27 |
| Binary | 1110000 | 11100 | 100 | 0 | 1001011 | 1100000 | 111000 | 1101 | 1011101 | 10111 |
Color Harmonies of #701C04
Complementary color
Monochromatic Colors of #701C04
Black with #701C04
Text Example
Text Example
White with #701C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C04; }
p { color: rgb(112,28,4); }
H1.HeaderClassName
{
color: #701C04;
}
.AnyTagClassName
{
color: #701C04;
}
</style>
background-color css
<style>
a { background-color: #701C04; }
a { background-color: rgb(112,28,4); }
div.DivClassName
{
background-color: #701C04;
}
.BgClassName
{
background-color: #701C04;
}
</style>
border-color css
<style>
span { border-color: #701C04; }
span { border-color: rgb(112,28,4); }
td.TdClassName
{
border-color: #701C04;
}
.TagClassName
{
border-color: #701C04;
}
</style>