Shades of Falu Red #701C0D
Tints of Falu Red #701C0D
RGB
CMYK
RGB Variations
Color information
#701C0D (or 0x701C0D) is known color: Falu Red. HEX triplet: 70, 1C and 0D. RGB value is (112,28,13). Sum of RGB (Red+Green+Blue) = 112+28+13=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C0D is #8FE3F2. Grayscale: #333333. Windows color (decimal): -9430003 or 859248. OLE color: 859248.
HSL color Cylindrical-coordinate representation of color #701C0D: hue angle of 9.09º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701C0D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 13 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.56 |
| HSL | 9.09º | 0.79% | 0.25% | - |
| HSV(B) | 9.09º | 0.88% | 0.44% | - |
| XYZ | 7.17 | 4.3 | 0.83 | - |
| YUV | 51.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 13 | 0 | 0.75 | 0.88 | 0.56 | 9.09 | 0.79 | 0.25 |
| Hex | 70 | 1C | D | 0 | 4B | 58 | 38 | 9 | 4F | 19 |
| Octal | 160 | 34 | 15 | 0 | 113 | 130 | 70 | 11 | 117 | 31 |
| Binary | 1110000 | 11100 | 1101 | 0 | 1001011 | 1011000 | 111000 | 1001 | 1001111 | 11001 |
Color Harmonies of #701C0D
Complementary color
Monochromatic Colors of #701C0D
Black with #701C0D
Text Example
Text Example
White with #701C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C0D; }
p { color: rgb(112,28,13); }
H1.HeaderClassName
{
color: #701C0D;
}
.AnyTagClassName
{
color: #701C0D;
}
</style>
background-color css
<style>
a { background-color: #701C0D; }
a { background-color: rgb(112,28,13); }
div.DivClassName
{
background-color: #701C0D;
}
.BgClassName
{
background-color: #701C0D;
}
</style>
border-color css
<style>
span { border-color: #701C0D; }
span { border-color: rgb(112,28,13); }
td.TdClassName
{
border-color: #701C0D;
}
.TagClassName
{
border-color: #701C0D;
}
</style>