Shades of Falu Red #711B12
Tints of Falu Red #711B12
RGB
CMYK
RGB Variations
Color information
#711B12 (or 0x711B12) is known color: Falu Red. HEX triplet: 71, 1B and 12. RGB value is (113,27,18). Sum of RGB (Red+Green+Blue) = 113+27+18=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B12 is #8EE4ED. Grayscale: #333333. Windows color (decimal): -9364718 or 1186673. OLE color: 1186673.
HSL color Cylindrical-coordinate representation of color #711B12: hue angle of 5.68º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711B12 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 18 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.56 |
| HSL | 5.68º | 0.73% | 0.26% | - |
| HSV(B) | 5.68º | 0.84% | 0.44% | - |
| XYZ | 7.31 | 4.34 | 1.02 | - |
| YUV | 51.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 18 | 0 | 0.76 | 0.84 | 0.56 | 5.68 | 0.73 | 0.26 |
| Hex | 71 | 1B | 12 | 0 | 4C | 54 | 38 | 6 | 49 | 1A |
| Octal | 161 | 33 | 22 | 0 | 114 | 124 | 70 | 6 | 111 | 32 |
| Binary | 1110001 | 11011 | 10010 | 0 | 1001100 | 1010100 | 111000 | 110 | 1001001 | 11010 |
Color Harmonies of #711B12
Complementary color
Monochromatic Colors of #711B12
Black with #711B12
Text Example
Text Example
White with #711B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B12; }
p { color: rgb(113,27,18); }
H1.HeaderClassName
{
color: #711B12;
}
.AnyTagClassName
{
color: #711B12;
}
</style>
background-color css
<style>
a { background-color: #711B12; }
a { background-color: rgb(113,27,18); }
div.DivClassName
{
background-color: #711B12;
}
.BgClassName
{
background-color: #711B12;
}
</style>
border-color css
<style>
span { border-color: #711B12; }
span { border-color: rgb(113,27,18); }
td.TdClassName
{
border-color: #711B12;
}
.TagClassName
{
border-color: #711B12;
}
</style>