Shades of Falu Red #74130E
Tints of Falu Red #74130E
RGB
CMYK
RGB Variations
Color information
#74130E (or 0x74130E) is known color: Falu Red. HEX triplet: 74, 13 and 0E. RGB value is (116,19,14). Sum of RGB (Red+Green+Blue) = 116+19+14=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #74130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74130E is #8BECF1. Grayscale: #2F2F2F. Windows color (decimal): -9170162 or 922484. OLE color: 922484.
HSL color Cylindrical-coordinate representation of color #74130E: hue angle of 2.94º 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 #74130E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 14 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.55 |
| HSL | 2.94º | 0.78% | 0.25% | - |
| HSV(B) | 2.94º | 0.88% | 0.45% | - |
| XYZ | 7.51 | 4.21 | 0.83 | - |
| YUV | 47.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 14 | 0 | 0.84 | 0.88 | 0.55 | 2.94 | 0.78 | 0.25 |
| Hex | 74 | 13 | E | 0 | 54 | 58 | 37 | 3 | 4E | 19 |
| Octal | 164 | 23 | 16 | 0 | 124 | 130 | 67 | 3 | 116 | 31 |
| Binary | 1110100 | 10011 | 1110 | 0 | 1010100 | 1011000 | 110111 | 11 | 1001110 | 11001 |
Color Harmonies of #74130E
Complementary color
Monochromatic Colors of #74130E
Black with #74130E
Text Example
Text Example
White with #74130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74130E; }
p { color: rgb(116,19,14); }
H1.HeaderClassName
{
color: #74130E;
}
.AnyTagClassName
{
color: #74130E;
}
</style>
background-color css
<style>
a { background-color: #74130E; }
a { background-color: rgb(116,19,14); }
div.DivClassName
{
background-color: #74130E;
}
.BgClassName
{
background-color: #74130E;
}
</style>
border-color css
<style>
span { border-color: #74130E; }
span { border-color: rgb(116,19,14); }
td.TdClassName
{
border-color: #74130E;
}
.TagClassName
{
border-color: #74130E;
}
</style>