Shades of Falu Red #712012
Tints of Falu Red #712012
RGB
CMYK
RGB Variations
Color information
#712012 (or 0x712012) is known color: Falu Red. HEX triplet: 71, 20 and 12. RGB value is (113,32,18). Sum of RGB (Red+Green+Blue) = 113+32+18=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #712012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712012 is #8EDFED. Grayscale: #363636. Windows color (decimal): -9363438 or 1187953. OLE color: 1187953.
HSL color Cylindrical-coordinate representation of color #712012: hue angle of 8.84º 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 #712012 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 18 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.56 |
| HSL | 8.84º | 0.73% | 0.26% | - |
| HSV(B) | 8.84º | 0.84% | 0.44% | - |
| XYZ | 7.44 | 4.59 | 1.07 | - |
| YUV | 54.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 18 | 0 | 0.72 | 0.84 | 0.56 | 8.84 | 0.73 | 0.26 |
| Hex | 71 | 20 | 12 | 0 | 48 | 54 | 38 | 9 | 49 | 1A |
| Octal | 161 | 40 | 22 | 0 | 110 | 124 | 70 | 11 | 111 | 32 |
| Binary | 1110001 | 100000 | 10010 | 0 | 1001000 | 1010100 | 111000 | 1001 | 1001001 | 11010 |
Color Harmonies of #712012
Complementary color
Monochromatic Colors of #712012
Black with #712012
Text Example
Text Example
White with #712012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712012; }
p { color: rgb(113,32,18); }
H1.HeaderClassName
{
color: #712012;
}
.AnyTagClassName
{
color: #712012;
}
</style>
background-color css
<style>
a { background-color: #712012; }
a { background-color: rgb(113,32,18); }
div.DivClassName
{
background-color: #712012;
}
.BgClassName
{
background-color: #712012;
}
</style>
border-color css
<style>
span { border-color: #712012; }
span { border-color: rgb(113,32,18); }
td.TdClassName
{
border-color: #712012;
}
.TagClassName
{
border-color: #712012;
}
</style>