Shades of Falu Red #74170E
Tints of Falu Red #74170E
RGB
CMYK
RGB Variations
Color information
#74170E (or 0x74170E) is known color: Falu Red. HEX triplet: 74, 17 and 0E. RGB value is (116,23,14). Sum of RGB (Red+Green+Blue) = 116+23+14=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #74170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74170E is #8BE8F1. Grayscale: #313131. Windows color (decimal): -9169138 or 923508. OLE color: 923508.
HSL color Cylindrical-coordinate representation of color #74170E: hue angle of 5.29º 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 #74170E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 14 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.55 |
| HSL | 5.29º | 0.78% | 0.25% | - |
| HSV(B) | 5.29º | 0.88% | 0.45% | - |
| XYZ | 7.59 | 4.36 | 0.86 | - |
| YUV | 49.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 14 | 0 | 0.80 | 0.88 | 0.55 | 5.29 | 0.78 | 0.25 |
| Hex | 74 | 17 | E | 0 | 50 | 58 | 37 | 5 | 4E | 19 |
| Octal | 164 | 27 | 16 | 0 | 120 | 130 | 67 | 5 | 116 | 31 |
| Binary | 1110100 | 10111 | 1110 | 0 | 1010000 | 1011000 | 110111 | 101 | 1001110 | 11001 |
Color Harmonies of #74170E
Complementary color
Monochromatic Colors of #74170E
Black with #74170E
Text Example
Text Example
White with #74170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74170E; }
p { color: rgb(116,23,14); }
H1.HeaderClassName
{
color: #74170E;
}
.AnyTagClassName
{
color: #74170E;
}
</style>
background-color css
<style>
a { background-color: #74170E; }
a { background-color: rgb(116,23,14); }
div.DivClassName
{
background-color: #74170E;
}
.BgClassName
{
background-color: #74170E;
}
</style>
border-color css
<style>
span { border-color: #74170E; }
span { border-color: rgb(116,23,14); }
td.TdClassName
{
border-color: #74170E;
}
.TagClassName
{
border-color: #74170E;
}
</style>