Shades of Falu Red #711A11
Tints of Falu Red #711A11
RGB
CMYK
RGB Variations
Color information
#711A11 (or 0x711A11) is known color: Falu Red. HEX triplet: 71, 1A and 11. RGB value is (113,26,17). Sum of RGB (Red+Green+Blue) = 113+26+17=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #711A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A11 is #8EE5EE. Grayscale: #333333. Windows color (decimal): -9364975 or 1120881. OLE color: 1120881.
HSL color Cylindrical-coordinate representation of color #711A11: hue angle of 5.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711A11 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 17 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.56 |
| HSL | 5.63º | 0.74% | 0.25% | - |
| HSV(B) | 5.63º | 0.85% | 0.44% | - |
| XYZ | 7.28 | 4.29 | 0.97 | - |
| YUV | 50.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 17 | 0 | 0.77 | 0.85 | 0.56 | 5.63 | 0.74 | 0.25 |
| Hex | 71 | 1A | 11 | 0 | 4D | 55 | 38 | 6 | 4A | 19 |
| Octal | 161 | 32 | 21 | 0 | 115 | 125 | 70 | 6 | 112 | 31 |
| Binary | 1110001 | 11010 | 10001 | 0 | 1001101 | 1010101 | 111000 | 110 | 1001010 | 11001 |
Color Harmonies of #711A11
Complementary color
Monochromatic Colors of #711A11
Black with #711A11
Text Example
Text Example
White with #711A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A11; }
p { color: rgb(113,26,17); }
H1.HeaderClassName
{
color: #711A11;
}
.AnyTagClassName
{
color: #711A11;
}
</style>
background-color css
<style>
a { background-color: #711A11; }
a { background-color: rgb(113,26,17); }
div.DivClassName
{
background-color: #711A11;
}
.BgClassName
{
background-color: #711A11;
}
</style>
border-color css
<style>
span { border-color: #711A11; }
span { border-color: rgb(113,26,17); }
td.TdClassName
{
border-color: #711A11;
}
.TagClassName
{
border-color: #711A11;
}
</style>