Shades of Falu Red #712014
Tints of Falu Red #712014
RGB
CMYK
RGB Variations
Color information
#712014 (or 0x712014) is known color: Falu Red. HEX triplet: 71, 20 and 14. RGB value is (113,32,20). Sum of RGB (Red+Green+Blue) = 113+32+20=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712014 is #8EDFEB. Grayscale: #363636. Windows color (decimal): -9363436 or 1319025. OLE color: 1319025.
HSL color Cylindrical-coordinate representation of color #712014: hue angle of 7.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712014 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 20 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.56 |
| HSL | 7.74º | 0.7% | 0.26% | - |
| HSV(B) | 7.74º | 0.82% | 0.44% | - |
| XYZ | 7.45 | 4.59 | 1.16 | - |
| YUV | 54.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 20 | 0 | 0.72 | 0.82 | 0.56 | 7.74 | 0.7 | 0.26 |
| Hex | 71 | 20 | 14 | 0 | 48 | 52 | 38 | 8 | 46 | 1A |
| Octal | 161 | 40 | 24 | 0 | 110 | 122 | 70 | 10 | 106 | 32 |
| Binary | 1110001 | 100000 | 10100 | 0 | 1001000 | 1010010 | 111000 | 1000 | 1000110 | 11010 |
Color Harmonies of #712014
Complementary color
Monochromatic Colors of #712014
Black with #712014
Text Example
Text Example
White with #712014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712014; }
p { color: rgb(113,32,20); }
H1.HeaderClassName
{
color: #712014;
}
.AnyTagClassName
{
color: #712014;
}
</style>
background-color css
<style>
a { background-color: #712014; }
a { background-color: rgb(113,32,20); }
div.DivClassName
{
background-color: #712014;
}
.BgClassName
{
background-color: #712014;
}
</style>
border-color css
<style>
span { border-color: #712014; }
span { border-color: rgb(113,32,20); }
td.TdClassName
{
border-color: #712014;
}
.TagClassName
{
border-color: #712014;
}
</style>