Shades of Falu Red #701D0D
Tints of Falu Red #701D0D
RGB
CMYK
RGB Variations
Color information
#701D0D (or 0x701D0D) is known color: Falu Red. HEX triplet: 70, 1D and 0D. RGB value is (112,29,13). Sum of RGB (Red+Green+Blue) = 112+29+13=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #701D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D0D is #8FE2F2. Grayscale: #343434. Windows color (decimal): -9429747 or 859504. OLE color: 859504.
HSL color Cylindrical-coordinate representation of color #701D0D: hue angle of 9.7º 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 #701D0D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 13 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.56 |
| HSL | 9.7º | 0.79% | 0.25% | - |
| HSV(B) | 9.7º | 0.88% | 0.44% | - |
| XYZ | 7.19 | 4.35 | 0.84 | - |
| YUV | 51.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 13 | 0 | 0.74 | 0.88 | 0.56 | 9.7 | 0.79 | 0.25 |
| Hex | 70 | 1D | D | 0 | 4A | 58 | 38 | A | 4F | 19 |
| Octal | 160 | 35 | 15 | 0 | 112 | 130 | 70 | 12 | 117 | 31 |
| Binary | 1110000 | 11101 | 1101 | 0 | 1001010 | 1011000 | 111000 | 1010 | 1001111 | 11001 |
Color Harmonies of #701D0D
Complementary color
Monochromatic Colors of #701D0D
Black with #701D0D
Text Example
Text Example
White with #701D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D0D; }
p { color: rgb(112,29,13); }
H1.HeaderClassName
{
color: #701D0D;
}
.AnyTagClassName
{
color: #701D0D;
}
</style>
background-color css
<style>
a { background-color: #701D0D; }
a { background-color: rgb(112,29,13); }
div.DivClassName
{
background-color: #701D0D;
}
.BgClassName
{
background-color: #701D0D;
}
</style>
border-color css
<style>
span { border-color: #701D0D; }
span { border-color: rgb(112,29,13); }
td.TdClassName
{
border-color: #701D0D;
}
.TagClassName
{
border-color: #701D0D;
}
</style>