Shades of Falu Red #741C0E
Tints of Falu Red #741C0E
RGB
CMYK
RGB Variations
Color information
#741C0E (or 0x741C0E) is known color: Falu Red. HEX triplet: 74, 1C and 0E. RGB value is (116,28,14). Sum of RGB (Red+Green+Blue) = 116+28+14=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C0E is #8BE3F1. Grayscale: #343434. Windows color (decimal): -9167858 or 924788. OLE color: 924788.
HSL color Cylindrical-coordinate representation of color #741C0E: hue angle of 8.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741C0E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 14 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.55 |
| HSL | 8.24º | 0.78% | 0.25% | - |
| HSV(B) | 8.24º | 0.88% | 0.45% | - |
| XYZ | 7.7 | 4.58 | 0.89 | - |
| YUV | 52.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 14 | 0 | 0.76 | 0.88 | 0.55 | 8.24 | 0.78 | 0.25 |
| Hex | 74 | 1C | E | 0 | 4C | 58 | 37 | 8 | 4E | 19 |
| Octal | 164 | 34 | 16 | 0 | 114 | 130 | 67 | 10 | 116 | 31 |
| Binary | 1110100 | 11100 | 1110 | 0 | 1001100 | 1011000 | 110111 | 1000 | 1001110 | 11001 |
Color Harmonies of #741C0E
Complementary color
Monochromatic Colors of #741C0E
Black with #741C0E
Text Example
Text Example
White with #741C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C0E; }
p { color: rgb(116,28,14); }
H1.HeaderClassName
{
color: #741C0E;
}
.AnyTagClassName
{
color: #741C0E;
}
</style>
background-color css
<style>
a { background-color: #741C0E; }
a { background-color: rgb(116,28,14); }
div.DivClassName
{
background-color: #741C0E;
}
.BgClassName
{
background-color: #741C0E;
}
</style>
border-color css
<style>
span { border-color: #741C0E; }
span { border-color: rgb(116,28,14); }
td.TdClassName
{
border-color: #741C0E;
}
.TagClassName
{
border-color: #741C0E;
}
</style>