Shades of Falu Red #701D09
Tints of Falu Red #701D09
RGB
CMYK
RGB Variations
Color information
#701D09 (or 0x701D09) is known color: Falu Red. HEX triplet: 70, 1D and 09. RGB value is (112,29,9). Sum of RGB (Red+Green+Blue) = 112+29+9=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D09 is #8FE2F6. Grayscale: #333333. Windows color (decimal): -9429751 or 597360. OLE color: 597360.
HSL color Cylindrical-coordinate representation of color #701D09: hue angle of 11.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #701D09 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 9 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.56 |
| HSL | 11.65º | 0.85% | 0.24% | - |
| HSV(B) | 11.65º | 0.92% | 0.44% | - |
| XYZ | 7.17 | 4.34 | 0.72 | - |
| YUV | 51.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 9 | 0 | 0.74 | 0.92 | 0.56 | 11.65 | 0.85 | 0.24 |
| Hex | 70 | 1D | 9 | 0 | 4A | 5C | 38 | C | 55 | 18 |
| Octal | 160 | 35 | 11 | 0 | 112 | 134 | 70 | 14 | 125 | 30 |
| Binary | 1110000 | 11101 | 1001 | 0 | 1001010 | 1011100 | 111000 | 1100 | 1010101 | 11000 |
Color Harmonies of #701D09
Complementary color
Monochromatic Colors of #701D09
Black with #701D09
Text Example
Text Example
White with #701D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D09; }
p { color: rgb(112,29,9); }
H1.HeaderClassName
{
color: #701D09;
}
.AnyTagClassName
{
color: #701D09;
}
</style>
background-color css
<style>
a { background-color: #701D09; }
a { background-color: rgb(112,29,9); }
div.DivClassName
{
background-color: #701D09;
}
.BgClassName
{
background-color: #701D09;
}
</style>
border-color css
<style>
span { border-color: #701D09; }
span { border-color: rgb(112,29,9); }
td.TdClassName
{
border-color: #701D09;
}
.TagClassName
{
border-color: #701D09;
}
</style>