Shades of Falu Red #741412
Tints of Falu Red #741412
RGB
CMYK
RGB Variations
Color information
#741412 (or 0x741412) is known color: Falu Red. HEX triplet: 74, 14 and 12. RGB value is (116,20,18). Sum of RGB (Red+Green+Blue) = 116+20+18=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #741412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741412 is #8BEBED. Grayscale: #303030. Windows color (decimal): -9169902 or 1184884. OLE color: 1184884.
HSL color Cylindrical-coordinate representation of color #741412: hue angle of 1.22º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741412 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 18 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.55 |
| HSL | 1.22º | 0.73% | 0.26% | - |
| HSV(B) | 1.22º | 0.84% | 0.45% | - |
| XYZ | 7.56 | 4.26 | 1 | - |
| YUV | 48.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 18 | 0 | 0.83 | 0.84 | 0.55 | 1.22 | 0.73 | 0.26 |
| Hex | 74 | 14 | 12 | 0 | 53 | 54 | 37 | 1 | 49 | 1A |
| Octal | 164 | 24 | 22 | 0 | 123 | 124 | 67 | 1 | 111 | 32 |
| Binary | 1110100 | 10100 | 10010 | 0 | 1010011 | 1010100 | 110111 | 1 | 1001001 | 11010 |
Color Harmonies of #741412
Complementary color
Monochromatic Colors of #741412
Black with #741412
Text Example
Text Example
White with #741412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741412; }
p { color: rgb(116,20,18); }
H1.HeaderClassName
{
color: #741412;
}
.AnyTagClassName
{
color: #741412;
}
</style>
background-color css
<style>
a { background-color: #741412; }
a { background-color: rgb(116,20,18); }
div.DivClassName
{
background-color: #741412;
}
.BgClassName
{
background-color: #741412;
}
</style>
border-color css
<style>
span { border-color: #741412; }
span { border-color: rgb(116,20,18); }
td.TdClassName
{
border-color: #741412;
}
.TagClassName
{
border-color: #741412;
}
</style>