Shades of Falu Red #711A12
Tints of Falu Red #711A12
RGB
CMYK
RGB Variations
Color information
#711A12 (or 0x711A12) is known color: Falu Red. HEX triplet: 71, 1A and 12. RGB value is (113,26,18). Sum of RGB (Red+Green+Blue) = 113+26+18=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #711A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A12 is #8EE5ED. Grayscale: #333333. Windows color (decimal): -9364974 or 1186417. OLE color: 1186417.
HSL color Cylindrical-coordinate representation of color #711A12: hue angle of 5.05º 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 #711A12 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 18 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.56 |
| HSL | 5.05º | 0.73% | 0.26% | - |
| HSV(B) | 5.05º | 0.84% | 0.44% | - |
| XYZ | 7.29 | 4.29 | 1.02 | - |
| YUV | 51.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 18 | 0 | 0.77 | 0.84 | 0.56 | 5.05 | 0.73 | 0.26 |
| Hex | 71 | 1A | 12 | 0 | 4D | 54 | 38 | 5 | 49 | 1A |
| Octal | 161 | 32 | 22 | 0 | 115 | 124 | 70 | 5 | 111 | 32 |
| Binary | 1110001 | 11010 | 10010 | 0 | 1001101 | 1010100 | 111000 | 101 | 1001001 | 11010 |
Color Harmonies of #711A12
Complementary color
Monochromatic Colors of #711A12
Black with #711A12
Text Example
Text Example
White with #711A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A12; }
p { color: rgb(113,26,18); }
H1.HeaderClassName
{
color: #711A12;
}
.AnyTagClassName
{
color: #711A12;
}
</style>
background-color css
<style>
a { background-color: #711A12; }
a { background-color: rgb(113,26,18); }
div.DivClassName
{
background-color: #711A12;
}
.BgClassName
{
background-color: #711A12;
}
</style>
border-color css
<style>
span { border-color: #711A12; }
span { border-color: rgb(113,26,18); }
td.TdClassName
{
border-color: #711A12;
}
.TagClassName
{
border-color: #711A12;
}
</style>