Shades of Falu Red #711903
Tints of Falu Red #711903
RGB
CMYK
RGB Variations
Color information
#711903 (or 0x711903) is known color: Falu Red. HEX triplet: 71, 19 and 03. RGB value is (113,25,3). Sum of RGB (Red+Green+Blue) = 113+25+3=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #711903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711903 is #8EE6FC. Grayscale: #303030. Windows color (decimal): -9365245 or 203121. OLE color: 203121.
HSL color Cylindrical-coordinate representation of color #711903: hue angle of 12º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #711903 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 3 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.56 |
| HSL | 12º | 0.95% | 0.23% | - |
| HSV(B) | 12º | 0.97% | 0.44% | - |
| XYZ | 7.17 | 4.21 | 0.52 | - |
| YUV | 48.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 3 | 0 | 0.78 | 0.97 | 0.56 | 12 | 0.95 | 0.23 |
| Hex | 71 | 19 | 3 | 0 | 4E | 61 | 38 | C | 5F | 17 |
| Octal | 161 | 31 | 3 | 0 | 116 | 141 | 70 | 14 | 137 | 27 |
| Binary | 1110001 | 11001 | 11 | 0 | 1001110 | 1100001 | 111000 | 1100 | 1011111 | 10111 |
Color Harmonies of #711903
Complementary color
Monochromatic Colors of #711903
Black with #711903
Text Example
Text Example
White with #711903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711903; }
p { color: rgb(113,25,3); }
H1.HeaderClassName
{
color: #711903;
}
.AnyTagClassName
{
color: #711903;
}
</style>
background-color css
<style>
a { background-color: #711903; }
a { background-color: rgb(113,25,3); }
div.DivClassName
{
background-color: #711903;
}
.BgClassName
{
background-color: #711903;
}
</style>
border-color css
<style>
span { border-color: #711903; }
span { border-color: rgb(113,25,3); }
td.TdClassName
{
border-color: #711903;
}
.TagClassName
{
border-color: #711903;
}
</style>