Shades of Falu Red #711F1E
Tints of Falu Red #711F1E
RGB
CMYK
RGB Variations
Color information
#711F1E (or 0x711F1E) is known color: Falu Red. HEX triplet: 71, 1F and 1E. RGB value is (113,31,30). Sum of RGB (Red+Green+Blue) = 113+31+30=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F1E is #8EE0E1. Grayscale: #373737. Windows color (decimal): -9363682 or 1974129. OLE color: 1974129.
HSL color Cylindrical-coordinate representation of color #711F1E: hue angle of 0.72º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F1E is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 30 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.56 |
| HSL | 0.72º | 0.58% | 0.28% | - |
| HSV(B) | 0.72º | 0.73% | 0.44% | - |
| XYZ | 7.53 | 4.58 | 1.72 | - |
| YUV | 55.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 30 | 0 | 0.73 | 0.73 | 0.56 | 0.72 | 0.58 | 0.28 |
| Hex | 71 | 1F | 1E | 0 | 49 | 49 | 38 | 1 | 3A | 1C |
| Octal | 161 | 37 | 36 | 0 | 111 | 111 | 70 | 1 | 72 | 34 |
| Binary | 1110001 | 11111 | 11110 | 0 | 1001001 | 1001001 | 111000 | 1 | 111010 | 11100 |
Color Harmonies of #711F1E
Complementary color
Monochromatic Colors of #711F1E
Black with #711F1E
Text Example
Text Example
White with #711F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F1E; }
p { color: rgb(113,31,30); }
H1.HeaderClassName
{
color: #711F1E;
}
.AnyTagClassName
{
color: #711F1E;
}
</style>
background-color css
<style>
a { background-color: #711F1E; }
a { background-color: rgb(113,31,30); }
div.DivClassName
{
background-color: #711F1E;
}
.BgClassName
{
background-color: #711F1E;
}
</style>
border-color css
<style>
span { border-color: #711F1E; }
span { border-color: rgb(113,31,30); }
td.TdClassName
{
border-color: #711F1E;
}
.TagClassName
{
border-color: #711F1E;
}
</style>