Shades of Falu Red #711E00
Tints of Falu Red #711E00
RGB
CMYK
RGB Variations
Color information
#711E00 (or 0x711E00) is known color: Falu Red. HEX triplet: 71, 1E and 00. RGB value is (113,30,0). Sum of RGB (Red+Green+Blue) = 113+30+0=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #711E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711E00 is #8EE1FF. Grayscale: #333333. Windows color (decimal): -9363968 or 7793. OLE color: 7793.
HSL color Cylindrical-coordinate representation of color #711E00: hue angle of 15.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #711E00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.56 |
| HSL | 15.93º | 1% | 0.22% | - |
| HSV(B) | 15.93º | 1% | 0.44% | - |
| XYZ | 7.27 | 4.44 | 0.47 | - |
| YUV | 51.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 0 | 0 | 0.73 | 1 | 0.56 | 15.93 | 1 | 0.22 |
| Hex | 71 | 1E | 0 | 0 | 49 | 64 | 38 | 10 | 64 | 16 |
| Octal | 161 | 36 | 0 | 0 | 111 | 144 | 70 | 20 | 144 | 26 |
| Binary | 1110001 | 11110 | 0 | 0 | 1001001 | 1100100 | 111000 | 10000 | 1100100 | 10110 |
Color Harmonies of #711E00
Complementary color
Monochromatic Colors of #711E00
Black with #711E00
Text Example
Text Example
White with #711E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E00; }
p { color: rgb(113,30,0); }
H1.HeaderClassName
{
color: #711E00;
}
.AnyTagClassName
{
color: #711E00;
}
</style>
background-color css
<style>
a { background-color: #711E00; }
a { background-color: rgb(113,30,0); }
div.DivClassName
{
background-color: #711E00;
}
.BgClassName
{
background-color: #711E00;
}
</style>
border-color css
<style>
span { border-color: #711E00; }
span { border-color: rgb(113,30,0); }
td.TdClassName
{
border-color: #711E00;
}
.TagClassName
{
border-color: #711E00;
}
</style>