Shades of Falu Red #711D19
Tints of Falu Red #711D19
RGB
CMYK
RGB Variations
Color information
#711D19 (or 0x711D19) is known color: Falu Red. HEX triplet: 71, 1D and 19. RGB value is (113,29,25). Sum of RGB (Red+Green+Blue) = 113+29+25=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #711D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D19 is #8EE2E6. Grayscale: #353535. Windows color (decimal): -9364199 or 1645937. OLE color: 1645937.
HSL color Cylindrical-coordinate representation of color #711D19: hue angle of 2.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711D19 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 25 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.56 |
| HSL | 2.73º | 0.64% | 0.27% | - |
| HSV(B) | 2.73º | 0.78% | 0.44% | - |
| XYZ | 7.42 | 4.46 | 1.39 | - |
| YUV | 53.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 25 | 0 | 0.74 | 0.78 | 0.56 | 2.73 | 0.64 | 0.27 |
| Hex | 71 | 1D | 19 | 0 | 4A | 4E | 38 | 3 | 40 | 1B |
| Octal | 161 | 35 | 31 | 0 | 112 | 116 | 70 | 3 | 100 | 33 |
| Binary | 1110001 | 11101 | 11001 | 0 | 1001010 | 1001110 | 111000 | 11 | 1000000 | 11011 |
Color Harmonies of #711D19
Complementary color
Monochromatic Colors of #711D19
Black with #711D19
Text Example
Text Example
White with #711D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D19; }
p { color: rgb(113,29,25); }
H1.HeaderClassName
{
color: #711D19;
}
.AnyTagClassName
{
color: #711D19;
}
</style>
background-color css
<style>
a { background-color: #711D19; }
a { background-color: rgb(113,29,25); }
div.DivClassName
{
background-color: #711D19;
}
.BgClassName
{
background-color: #711D19;
}
</style>
border-color css
<style>
span { border-color: #711D19; }
span { border-color: rgb(113,29,25); }
td.TdClassName
{
border-color: #711D19;
}
.TagClassName
{
border-color: #711D19;
}
</style>