Shades of Falu Red #711F06
Tints of Falu Red #711F06
RGB
CMYK
RGB Variations
Color information
#711F06 (or 0x711F06) is known color: Falu Red. HEX triplet: 71, 1F and 06. RGB value is (113,31,6). Sum of RGB (Red+Green+Blue) = 113+31+6=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #711F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F06 is #8EE0F9. Grayscale: #343434. Windows color (decimal): -9363706 or 401265. OLE color: 401265.
HSL color Cylindrical-coordinate representation of color #711F06: hue angle of 14.02º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #711F06 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 6 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.56 |
| HSL | 14.02º | 0.9% | 0.23% | - |
| HSV(B) | 14.02º | 0.95% | 0.44% | - |
| XYZ | 7.33 | 4.5 | 0.66 | - |
| YUV | 52.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 6 | 0 | 0.73 | 0.95 | 0.56 | 14.02 | 0.9 | 0.23 |
| Hex | 71 | 1F | 6 | 0 | 49 | 5F | 38 | E | 5A | 17 |
| Octal | 161 | 37 | 6 | 0 | 111 | 137 | 70 | 16 | 132 | 27 |
| Binary | 1110001 | 11111 | 110 | 0 | 1001001 | 1011111 | 111000 | 1110 | 1011010 | 10111 |
Color Harmonies of #711F06
Complementary color
Monochromatic Colors of #711F06
Black with #711F06
Text Example
Text Example
White with #711F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F06; }
p { color: rgb(113,31,6); }
H1.HeaderClassName
{
color: #711F06;
}
.AnyTagClassName
{
color: #711F06;
}
</style>
background-color css
<style>
a { background-color: #711F06; }
a { background-color: rgb(113,31,6); }
div.DivClassName
{
background-color: #711F06;
}
.BgClassName
{
background-color: #711F06;
}
</style>
border-color css
<style>
span { border-color: #711F06; }
span { border-color: rgb(113,31,6); }
td.TdClassName
{
border-color: #711F06;
}
.TagClassName
{
border-color: #711F06;
}
</style>