Shades of Falu Red #711A10
Tints of Falu Red #711A10
RGB
CMYK
RGB Variations
Color information
#711A10 (or 0x711A10) is known color: Falu Red. HEX triplet: 71, 1A and 10. RGB value is (113,26,16). Sum of RGB (Red+Green+Blue) = 113+26+16=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A10 is #8EE5EF. Grayscale: #323232. Windows color (decimal): -9364976 or 1055345. OLE color: 1055345.
HSL color Cylindrical-coordinate representation of color #711A10: hue angle of 6.19º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711A10 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 16 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.56 |
| HSL | 6.19º | 0.75% | 0.25% | - |
| HSV(B) | 6.19º | 0.86% | 0.44% | - |
| XYZ | 7.27 | 4.29 | 0.93 | - |
| YUV | 50.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 16 | 0 | 0.77 | 0.86 | 0.56 | 6.19 | 0.75 | 0.25 |
| Hex | 71 | 1A | 10 | 0 | 4D | 56 | 38 | 6 | 4B | 19 |
| Octal | 161 | 32 | 20 | 0 | 115 | 126 | 70 | 6 | 113 | 31 |
| Binary | 1110001 | 11010 | 10000 | 0 | 1001101 | 1010110 | 111000 | 110 | 1001011 | 11001 |
Color Harmonies of #711A10
Complementary color
Monochromatic Colors of #711A10
Black with #711A10
Text Example
Text Example
White with #711A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A10; }
p { color: rgb(113,26,16); }
H1.HeaderClassName
{
color: #711A10;
}
.AnyTagClassName
{
color: #711A10;
}
</style>
background-color css
<style>
a { background-color: #711A10; }
a { background-color: rgb(113,26,16); }
div.DivClassName
{
background-color: #711A10;
}
.BgClassName
{
background-color: #711A10;
}
</style>
border-color css
<style>
span { border-color: #711A10; }
span { border-color: rgb(113,26,16); }
td.TdClassName
{
border-color: #711A10;
}
.TagClassName
{
border-color: #711A10;
}
</style>