Shades of Falu Red #741E11
Tints of Falu Red #741E11
RGB
CMYK
RGB Variations
Color information
#741E11 (or 0x741E11) is known color: Falu Red. HEX triplet: 74, 1E and 11. RGB value is (116,30,17). Sum of RGB (Red+Green+Blue) = 116+30+17=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #741E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E11 is #8BE1EE. Grayscale: #363636. Windows color (decimal): -9167343 or 1121908. OLE color: 1121908.
HSL color Cylindrical-coordinate representation of color #741E11: hue angle of 7.88º 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 #741E11 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 17 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.55 |
| HSL | 7.88º | 0.74% | 0.26% | - |
| HSV(B) | 7.88º | 0.85% | 0.45% | - |
| XYZ | 7.77 | 4.68 | 1.02 | - |
| YUV | 54.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 17 | 0 | 0.74 | 0.85 | 0.55 | 7.88 | 0.74 | 0.26 |
| Hex | 74 | 1E | 11 | 0 | 4A | 55 | 37 | 8 | 4A | 1A |
| Octal | 164 | 36 | 21 | 0 | 112 | 125 | 67 | 10 | 112 | 32 |
| Binary | 1110100 | 11110 | 10001 | 0 | 1001010 | 1010101 | 110111 | 1000 | 1001010 | 11010 |
Color Harmonies of #741E11
Complementary color
Monochromatic Colors of #741E11
Black with #741E11
Text Example
Text Example
White with #741E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E11; }
p { color: rgb(116,30,17); }
H1.HeaderClassName
{
color: #741E11;
}
.AnyTagClassName
{
color: #741E11;
}
</style>
background-color css
<style>
a { background-color: #741E11; }
a { background-color: rgb(116,30,17); }
div.DivClassName
{
background-color: #741E11;
}
.BgClassName
{
background-color: #741E11;
}
</style>
border-color css
<style>
span { border-color: #741E11; }
span { border-color: rgb(116,30,17); }
td.TdClassName
{
border-color: #741E11;
}
.TagClassName
{
border-color: #741E11;
}
</style>