Shades of Falu Red #741F11
Tints of Falu Red #741F11
RGB
CMYK
RGB Variations
Color information
#741F11 (or 0x741F11) is known color: Falu Red. HEX triplet: 74, 1F and 11. RGB value is (116,31,17). Sum of RGB (Red+Green+Blue) = 116+31+17=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #741F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F11 is #8BE0EE. Grayscale: #363636. Windows color (decimal): -9167087 or 1122164. OLE color: 1122164.
HSL color Cylindrical-coordinate representation of color #741F11: hue angle of 8.48º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741F11 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 17 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.55 |
| HSL | 8.48º | 0.74% | 0.26% | - |
| HSV(B) | 8.48º | 0.85% | 0.45% | - |
| XYZ | 7.79 | 4.73 | 1.03 | - |
| YUV | 54.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 17 | 0 | 0.73 | 0.85 | 0.55 | 8.48 | 0.74 | 0.26 |
| Hex | 74 | 1F | 11 | 0 | 49 | 55 | 37 | 8 | 4A | 1A |
| Octal | 164 | 37 | 21 | 0 | 111 | 125 | 67 | 10 | 112 | 32 |
| Binary | 1110100 | 11111 | 10001 | 0 | 1001001 | 1010101 | 110111 | 1000 | 1001010 | 11010 |
Color Harmonies of #741F11
Complementary color
Monochromatic Colors of #741F11
Black with #741F11
Text Example
Text Example
White with #741F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F11; }
p { color: rgb(116,31,17); }
H1.HeaderClassName
{
color: #741F11;
}
.AnyTagClassName
{
color: #741F11;
}
</style>
background-color css
<style>
a { background-color: #741F11; }
a { background-color: rgb(116,31,17); }
div.DivClassName
{
background-color: #741F11;
}
.BgClassName
{
background-color: #741F11;
}
</style>
border-color css
<style>
span { border-color: #741F11; }
span { border-color: rgb(116,31,17); }
td.TdClassName
{
border-color: #741F11;
}
.TagClassName
{
border-color: #741F11;
}
</style>