Shades of Falu Red #701409
Tints of Falu Red #701409
RGB
CMYK
RGB Variations
Color information
#701409 (or 0x701409) is known color: Falu Red. HEX triplet: 70, 14 and 09. RGB value is (112,20,9). Sum of RGB (Red+Green+Blue) = 112+20+9=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701409 is #8FEBF6. Grayscale: #2E2E2E. Windows color (decimal): -9432055 or 595056. OLE color: 595056.
HSL color Cylindrical-coordinate representation of color #701409: hue angle of 6.41º 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 #701409 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 9 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.56 |
| HSL | 6.41º | 0.85% | 0.24% | - |
| HSV(B) | 6.41º | 0.92% | 0.44% | - |
| XYZ | 6.98 | 3.96 | 0.66 | - |
| YUV | 46.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 9 | 0 | 0.82 | 0.92 | 0.56 | 6.41 | 0.85 | 0.24 |
| Hex | 70 | 14 | 9 | 0 | 52 | 5C | 38 | 6 | 55 | 18 |
| Octal | 160 | 24 | 11 | 0 | 122 | 134 | 70 | 6 | 125 | 30 |
| Binary | 1110000 | 10100 | 1001 | 0 | 1010010 | 1011100 | 111000 | 110 | 1010101 | 11000 |
Color Harmonies of #701409
Complementary color
Monochromatic Colors of #701409
Black with #701409
Text Example
Text Example
White with #701409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701409; }
p { color: rgb(112,20,9); }
H1.HeaderClassName
{
color: #701409;
}
.AnyTagClassName
{
color: #701409;
}
</style>
background-color css
<style>
a { background-color: #701409; }
a { background-color: rgb(112,20,9); }
div.DivClassName
{
background-color: #701409;
}
.BgClassName
{
background-color: #701409;
}
</style>
border-color css
<style>
span { border-color: #701409; }
span { border-color: rgb(112,20,9); }
td.TdClassName
{
border-color: #701409;
}
.TagClassName
{
border-color: #701409;
}
</style>