Shades of Falu Red #712010
Tints of Falu Red #712010
RGB
CMYK
RGB Variations
Color information
#712010 (or 0x712010) is known color: Falu Red. HEX triplet: 71, 20 and 10. RGB value is (113,32,16). Sum of RGB (Red+Green+Blue) = 113+32+16=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #712010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712010 is #8EDFEF. Grayscale: #363636. Windows color (decimal): -9363440 or 1056881. OLE color: 1056881.
HSL color Cylindrical-coordinate representation of color #712010: hue angle of 9.9º 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 #712010 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 16 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.56 |
| HSL | 9.9º | 0.75% | 0.25% | - |
| HSV(B) | 9.9º | 0.86% | 0.44% | - |
| XYZ | 7.42 | 4.58 | 0.98 | - |
| YUV | 54.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 16 | 0 | 0.72 | 0.86 | 0.56 | 9.9 | 0.75 | 0.25 |
| Hex | 71 | 20 | 10 | 0 | 48 | 56 | 38 | A | 4B | 19 |
| Octal | 161 | 40 | 20 | 0 | 110 | 126 | 70 | 12 | 113 | 31 |
| Binary | 1110001 | 100000 | 10000 | 0 | 1001000 | 1010110 | 111000 | 1010 | 1001011 | 11001 |
Color Harmonies of #712010
Complementary color
Monochromatic Colors of #712010
Black with #712010
Text Example
Text Example
White with #712010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712010; }
p { color: rgb(113,32,16); }
H1.HeaderClassName
{
color: #712010;
}
.AnyTagClassName
{
color: #712010;
}
</style>
background-color css
<style>
a { background-color: #712010; }
a { background-color: rgb(113,32,16); }
div.DivClassName
{
background-color: #712010;
}
.BgClassName
{
background-color: #712010;
}
</style>
border-color css
<style>
span { border-color: #712010; }
span { border-color: rgb(113,32,16); }
td.TdClassName
{
border-color: #712010;
}
.TagClassName
{
border-color: #712010;
}
</style>