Shades of Falu Red #701C05
Tints of Falu Red #701C05
RGB
CMYK
RGB Variations
Color information
#701C05 (or 0x701C05) is known color: Falu Red. HEX triplet: 70, 1C and 05. RGB value is (112,28,5). Sum of RGB (Red+Green+Blue) = 112+28+5=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #701C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C05 is #8FE3FA. Grayscale: #323232. Windows color (decimal): -9430011 or 334960. OLE color: 334960.
HSL color Cylindrical-coordinate representation of color #701C05: hue angle of 12.9º degrees, saturation: 0.91, 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 #701C05 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 5 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.56 |
| HSL | 12.9º | 0.91% | 0.23% | - |
| HSV(B) | 12.9º | 0.96% | 0.44% | - |
| XYZ | 7.12 | 4.29 | 0.6 | - |
| YUV | 50.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 5 | 0 | 0.75 | 0.96 | 0.56 | 12.9 | 0.91 | 0.23 |
| Hex | 70 | 1C | 5 | 0 | 4B | 60 | 38 | D | 5B | 17 |
| Octal | 160 | 34 | 5 | 0 | 113 | 140 | 70 | 15 | 133 | 27 |
| Binary | 1110000 | 11100 | 101 | 0 | 1001011 | 1100000 | 111000 | 1101 | 1011011 | 10111 |
Color Harmonies of #701C05
Complementary color
Monochromatic Colors of #701C05
Black with #701C05
Text Example
Text Example
White with #701C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C05; }
p { color: rgb(112,28,5); }
H1.HeaderClassName
{
color: #701C05;
}
.AnyTagClassName
{
color: #701C05;
}
</style>
background-color css
<style>
a { background-color: #701C05; }
a { background-color: rgb(112,28,5); }
div.DivClassName
{
background-color: #701C05;
}
.BgClassName
{
background-color: #701C05;
}
</style>
border-color css
<style>
span { border-color: #701C05; }
span { border-color: rgb(112,28,5); }
td.TdClassName
{
border-color: #701C05;
}
.TagClassName
{
border-color: #701C05;
}
</style>