Shades of Falu Red #711D00
Tints of Falu Red #711D00
RGB
CMYK
RGB Variations
Color information
#711D00 (or 0x711D00) is known color: Falu Red. HEX triplet: 71, 1D and 00. RGB value is (113,29,0). Sum of RGB (Red+Green+Blue) = 113+29+0=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #711D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D00 is #8EE2FF. Grayscale: #333333. Windows color (decimal): -9364224 or 7537. OLE color: 7537.
HSL color Cylindrical-coordinate representation of color #711D00: hue angle of 15.4º 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 #711D00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.56 |
| HSL | 15.4º | 1% | 0.22% | - |
| HSV(B) | 15.4º | 1% | 0.44% | - |
| XYZ | 7.25 | 4.39 | 0.47 | - |
| YUV | 50.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 0 | 0 | 0.74 | 1 | 0.56 | 15.4 | 1 | 0.22 |
| Hex | 71 | 1D | 0 | 0 | 4A | 64 | 38 | F | 64 | 16 |
| Octal | 161 | 35 | 0 | 0 | 112 | 144 | 70 | 17 | 144 | 26 |
| Binary | 1110001 | 11101 | 0 | 0 | 1001010 | 1100100 | 111000 | 1111 | 1100100 | 10110 |
Color Harmonies of #711D00
Complementary color
Monochromatic Colors of #711D00
Black with #711D00
Text Example
Text Example
White with #711D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D00; }
p { color: rgb(113,29,0); }
H1.HeaderClassName
{
color: #711D00;
}
.AnyTagClassName
{
color: #711D00;
}
</style>
background-color css
<style>
a { background-color: #711D00; }
a { background-color: rgb(113,29,0); }
div.DivClassName
{
background-color: #711D00;
}
.BgClassName
{
background-color: #711D00;
}
</style>
border-color css
<style>
span { border-color: #711D00; }
span { border-color: rgb(113,29,0); }
td.TdClassName
{
border-color: #711D00;
}
.TagClassName
{
border-color: #711D00;
}
</style>