Shades of Falu Red #711A00
Tints of Falu Red #711A00
RGB
CMYK
RGB Variations
Color information
#711A00 (or 0x711A00) is known color: Falu Red. HEX triplet: 71, 1A and 00. RGB value is (113,26,0). Sum of RGB (Red+Green+Blue) = 113+26+0=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #711A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A00 is #8EE5FF. Grayscale: #313131. Windows color (decimal): -9364992 or 6769. OLE color: 6769.
HSL color Cylindrical-coordinate representation of color #711A00: hue angle of 13.81º 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 #711A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.56 |
| HSL | 13.81º | 1% | 0.22% | - |
| HSV(B) | 13.81º | 1% | 0.44% | - |
| XYZ | 7.18 | 4.25 | 0.44 | - |
| YUV | 49.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 0 | 0 | 0.77 | 1 | 0.56 | 13.81 | 1 | 0.22 |
| Hex | 71 | 1A | 0 | 0 | 4D | 64 | 38 | E | 64 | 16 |
| Octal | 161 | 32 | 0 | 0 | 115 | 144 | 70 | 16 | 144 | 26 |
| Binary | 1110001 | 11010 | 0 | 0 | 1001101 | 1100100 | 111000 | 1110 | 1100100 | 10110 |
Color Harmonies of #711A00
Complementary color
Monochromatic Colors of #711A00
Black with #711A00
Text Example
Text Example
White with #711A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A00; }
p { color: rgb(113,26,0); }
H1.HeaderClassName
{
color: #711A00;
}
.AnyTagClassName
{
color: #711A00;
}
</style>
background-color css
<style>
a { background-color: #711A00; }
a { background-color: rgb(113,26,0); }
div.DivClassName
{
background-color: #711A00;
}
.BgClassName
{
background-color: #711A00;
}
</style>
border-color css
<style>
span { border-color: #711A00; }
span { border-color: rgb(113,26,0); }
td.TdClassName
{
border-color: #711A00;
}
.TagClassName
{
border-color: #711A00;
}
</style>