Shades of Falu Red #711B19
Tints of Falu Red #711B19
RGB
CMYK
RGB Variations
Color information
#711B19 (or 0x711B19) is known color: Falu Red. HEX triplet: 71, 1B and 19. RGB value is (113,27,25). Sum of RGB (Red+Green+Blue) = 113+27+25=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #711B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B19 is #8EE4E6. Grayscale: #343434. Windows color (decimal): -9364711 or 1645425. OLE color: 1645425.
HSL color Cylindrical-coordinate representation of color #711B19: hue angle of 1.36º 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 #711B19 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 25 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.56 |
| HSL | 1.36º | 0.64% | 0.27% | - |
| HSV(B) | 1.36º | 0.78% | 0.44% | - |
| XYZ | 7.38 | 4.36 | 1.37 | - |
| YUV | 52.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 25 | 0 | 0.76 | 0.78 | 0.56 | 1.36 | 0.64 | 0.27 |
| Hex | 71 | 1B | 19 | 0 | 4C | 4E | 38 | 1 | 40 | 1B |
| Octal | 161 | 33 | 31 | 0 | 114 | 116 | 70 | 1 | 100 | 33 |
| Binary | 1110001 | 11011 | 11001 | 0 | 1001100 | 1001110 | 111000 | 1 | 1000000 | 11011 |
Color Harmonies of #711B19
Complementary color
Monochromatic Colors of #711B19
Black with #711B19
Text Example
Text Example
White with #711B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B19; }
p { color: rgb(113,27,25); }
H1.HeaderClassName
{
color: #711B19;
}
.AnyTagClassName
{
color: #711B19;
}
</style>
background-color css
<style>
a { background-color: #711B19; }
a { background-color: rgb(113,27,25); }
div.DivClassName
{
background-color: #711B19;
}
.BgClassName
{
background-color: #711B19;
}
</style>
border-color css
<style>
span { border-color: #711B19; }
span { border-color: rgb(113,27,25); }
td.TdClassName
{
border-color: #711B19;
}
.TagClassName
{
border-color: #711B19;
}
</style>