Shades of Falu Red #741409
Tints of Falu Red #741409
RGB
CMYK
RGB Variations
Color information
#741409 (or 0x741409) is known color: Falu Red. HEX triplet: 74, 14 and 09. RGB value is (116,20,9). Sum of RGB (Red+Green+Blue) = 116+20+9=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #741409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741409 is #8BEBF6. Grayscale: #2F2F2F. Windows color (decimal): -9169911 or 595060. OLE color: 595060.
HSL color Cylindrical-coordinate representation of color #741409: hue angle of 6.17º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #741409 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 9 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.55 |
| HSL | 6.17º | 0.86% | 0.25% | - |
| HSV(B) | 6.17º | 0.92% | 0.45% | - |
| XYZ | 7.5 | 4.23 | 0.68 | - |
| YUV | 47.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 9 | 0 | 0.83 | 0.92 | 0.55 | 6.17 | 0.86 | 0.25 |
| Hex | 74 | 14 | 9 | 0 | 53 | 5C | 37 | 6 | 56 | 19 |
| Octal | 164 | 24 | 11 | 0 | 123 | 134 | 67 | 6 | 126 | 31 |
| Binary | 1110100 | 10100 | 1001 | 0 | 1010011 | 1011100 | 110111 | 110 | 1010110 | 11001 |
Color Harmonies of #741409
Complementary color
Monochromatic Colors of #741409
Black with #741409
Text Example
Text Example
White with #741409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741409; }
p { color: rgb(116,20,9); }
H1.HeaderClassName
{
color: #741409;
}
.AnyTagClassName
{
color: #741409;
}
</style>
background-color css
<style>
a { background-color: #741409; }
a { background-color: rgb(116,20,9); }
div.DivClassName
{
background-color: #741409;
}
.BgClassName
{
background-color: #741409;
}
</style>
border-color css
<style>
span { border-color: #741409; }
span { border-color: rgb(116,20,9); }
td.TdClassName
{
border-color: #741409;
}
.TagClassName
{
border-color: #741409;
}
</style>