Shades of Falu Red #711C14
Tints of Falu Red #711C14
RGB
CMYK
RGB Variations
Color information
#711C14 (or 0x711C14) is known color: Falu Red. HEX triplet: 71, 1C and 14. RGB value is (113,28,20). Sum of RGB (Red+Green+Blue) = 113+28+20=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #711C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C14 is #8EE3EB. Grayscale: #343434. Windows color (decimal): -9364460 or 1318001. OLE color: 1318001.
HSL color Cylindrical-coordinate representation of color #711C14: hue angle of 5.16º 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 #711C14 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 20 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.56 |
| HSL | 5.16º | 0.7% | 0.26% | - |
| HSV(B) | 5.16º | 0.82% | 0.44% | - |
| XYZ | 7.35 | 4.39 | 1.12 | - |
| YUV | 52.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 20 | 0 | 0.75 | 0.82 | 0.56 | 5.16 | 0.7 | 0.26 |
| Hex | 71 | 1C | 14 | 0 | 4B | 52 | 38 | 5 | 46 | 1A |
| Octal | 161 | 34 | 24 | 0 | 113 | 122 | 70 | 5 | 106 | 32 |
| Binary | 1110001 | 11100 | 10100 | 0 | 1001011 | 1010010 | 111000 | 101 | 1000110 | 11010 |
Color Harmonies of #711C14
Complementary color
Monochromatic Colors of #711C14
Black with #711C14
Text Example
Text Example
White with #711C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C14; }
p { color: rgb(113,28,20); }
H1.HeaderClassName
{
color: #711C14;
}
.AnyTagClassName
{
color: #711C14;
}
</style>
background-color css
<style>
a { background-color: #711C14; }
a { background-color: rgb(113,28,20); }
div.DivClassName
{
background-color: #711C14;
}
.BgClassName
{
background-color: #711C14;
}
</style>
border-color css
<style>
span { border-color: #711C14; }
span { border-color: rgb(113,28,20); }
td.TdClassName
{
border-color: #711C14;
}
.TagClassName
{
border-color: #711C14;
}
</style>