Shades of Falu Red #71110E
Tints of Falu Red #71110E
RGB
CMYK
RGB Variations
Color information
#71110E (or 0x71110E) is known color: Falu Red. HEX triplet: 71, 11 and 0E. RGB value is (113,17,14). Sum of RGB (Red+Green+Blue) = 113+17+14=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71110E is #8EEEF1. Grayscale: #2D2D2D. Windows color (decimal): -9367282 or 921969. OLE color: 921969.
HSL color Cylindrical-coordinate representation of color #71110E: hue angle of 1.82º degrees, saturation: 0.78, 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 #71110E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 14 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.56 |
| HSL | 1.82º | 0.78% | 0.25% | - |
| HSV(B) | 1.82º | 0.88% | 0.44% | - |
| XYZ | 7.09 | 3.94 | 0.8 | - |
| YUV | 45.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 14 | 0 | 0.85 | 0.88 | 0.56 | 1.82 | 0.78 | 0.25 |
| Hex | 71 | 11 | E | 0 | 55 | 58 | 38 | 2 | 4E | 19 |
| Octal | 161 | 21 | 16 | 0 | 125 | 130 | 70 | 2 | 116 | 31 |
| Binary | 1110001 | 10001 | 1110 | 0 | 1010101 | 1011000 | 111000 | 10 | 1001110 | 11001 |
Color Harmonies of #71110E
Complementary color
Monochromatic Colors of #71110E
Black with #71110E
Text Example
Text Example
White with #71110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71110E; }
p { color: rgb(113,17,14); }
H1.HeaderClassName
{
color: #71110E;
}
.AnyTagClassName
{
color: #71110E;
}
</style>
background-color css
<style>
a { background-color: #71110E; }
a { background-color: rgb(113,17,14); }
div.DivClassName
{
background-color: #71110E;
}
.BgClassName
{
background-color: #71110E;
}
</style>
border-color css
<style>
span { border-color: #71110E; }
span { border-color: rgb(113,17,14); }
td.TdClassName
{
border-color: #71110E;
}
.TagClassName
{
border-color: #71110E;
}
</style>