Shades of Falu Red #711F09
Tints of Falu Red #711F09
RGB
CMYK
RGB Variations
Color information
#711F09 (or 0x711F09) is known color: Falu Red. HEX triplet: 71, 1F and 09. RGB value is (113,31,9). Sum of RGB (Red+Green+Blue) = 113+31+9=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #711F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F09 is #8EE0F6. Grayscale: #353535. Windows color (decimal): -9363703 or 597873. OLE color: 597873.
HSL color Cylindrical-coordinate representation of color #711F09: hue angle of 12.69º 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 #711F09 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 9 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.56 |
| HSL | 12.69º | 0.85% | 0.24% | - |
| HSV(B) | 12.69º | 0.92% | 0.44% | - |
| XYZ | 7.35 | 4.51 | 0.74 | - |
| YUV | 53.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 9 | 0 | 0.73 | 0.92 | 0.56 | 12.69 | 0.85 | 0.24 |
| Hex | 71 | 1F | 9 | 0 | 49 | 5C | 38 | D | 55 | 18 |
| Octal | 161 | 37 | 11 | 0 | 111 | 134 | 70 | 15 | 125 | 30 |
| Binary | 1110001 | 11111 | 1001 | 0 | 1001001 | 1011100 | 111000 | 1101 | 1010101 | 11000 |
Color Harmonies of #711F09
Complementary color
Monochromatic Colors of #711F09
Black with #711F09
Text Example
Text Example
White with #711F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F09; }
p { color: rgb(113,31,9); }
H1.HeaderClassName
{
color: #711F09;
}
.AnyTagClassName
{
color: #711F09;
}
</style>
background-color css
<style>
a { background-color: #711F09; }
a { background-color: rgb(113,31,9); }
div.DivClassName
{
background-color: #711F09;
}
.BgClassName
{
background-color: #711F09;
}
</style>
border-color css
<style>
span { border-color: #711F09; }
span { border-color: rgb(113,31,9); }
td.TdClassName
{
border-color: #711F09;
}
.TagClassName
{
border-color: #711F09;
}
</style>