Shades of Falu Red #711412
Tints of Falu Red #711412
RGB
CMYK
RGB Variations
Color information
#711412 (or 0x711412) is known color: Falu Red. HEX triplet: 71, 14 and 12. RGB value is (113,20,18). Sum of RGB (Red+Green+Blue) = 113+20+18=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #711412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711412 is #8EEBED. Grayscale: #2F2F2F. Windows color (decimal): -9366510 or 1184881. OLE color: 1184881.
HSL color Cylindrical-coordinate representation of color #711412: hue angle of 1.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711412 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 18 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.56 |
| HSL | 1.26º | 0.73% | 0.26% | - |
| HSV(B) | 1.26º | 0.84% | 0.44% | - |
| XYZ | 7.17 | 4.05 | 0.98 | - |
| YUV | 47.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 18 | 0 | 0.82 | 0.84 | 0.56 | 1.26 | 0.73 | 0.26 |
| Hex | 71 | 14 | 12 | 0 | 52 | 54 | 38 | 1 | 49 | 1A |
| Octal | 161 | 24 | 22 | 0 | 122 | 124 | 70 | 1 | 111 | 32 |
| Binary | 1110001 | 10100 | 10010 | 0 | 1010010 | 1010100 | 111000 | 1 | 1001001 | 11010 |
Color Harmonies of #711412
Complementary color
Monochromatic Colors of #711412
Black with #711412
Text Example
Text Example
White with #711412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711412; }
p { color: rgb(113,20,18); }
H1.HeaderClassName
{
color: #711412;
}
.AnyTagClassName
{
color: #711412;
}
</style>
background-color css
<style>
a { background-color: #711412; }
a { background-color: rgb(113,20,18); }
div.DivClassName
{
background-color: #711412;
}
.BgClassName
{
background-color: #711412;
}
</style>
border-color css
<style>
span { border-color: #711412; }
span { border-color: rgb(113,20,18); }
td.TdClassName
{
border-color: #711412;
}
.TagClassName
{
border-color: #711412;
}
</style>