Shades of Falu Red #74180E
Tints of Falu Red #74180E
RGB
CMYK
RGB Variations
Color information
#74180E (or 0x74180E) is known color: Falu Red. HEX triplet: 74, 18 and 0E. RGB value is (116,24,14). Sum of RGB (Red+Green+Blue) = 116+24+14=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #74180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74180E is #8BE7F1. Grayscale: #323232. Windows color (decimal): -9168882 or 923764. OLE color: 923764.
HSL color Cylindrical-coordinate representation of color #74180E: hue angle of 5.88º 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 #74180E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 14 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.55 |
| HSL | 5.88º | 0.78% | 0.25% | - |
| HSV(B) | 5.88º | 0.88% | 0.45% | - |
| XYZ | 7.61 | 4.4 | 0.86 | - |
| YUV | 50.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 14 | 0 | 0.79 | 0.88 | 0.55 | 5.88 | 0.78 | 0.25 |
| Hex | 74 | 18 | E | 0 | 4F | 58 | 37 | 6 | 4E | 19 |
| Octal | 164 | 30 | 16 | 0 | 117 | 130 | 67 | 6 | 116 | 31 |
| Binary | 1110100 | 11000 | 1110 | 0 | 1001111 | 1011000 | 110111 | 110 | 1001110 | 11001 |
Color Harmonies of #74180E
Complementary color
Monochromatic Colors of #74180E
Black with #74180E
Text Example
Text Example
White with #74180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74180E; }
p { color: rgb(116,24,14); }
H1.HeaderClassName
{
color: #74180E;
}
.AnyTagClassName
{
color: #74180E;
}
</style>
background-color css
<style>
a { background-color: #74180E; }
a { background-color: rgb(116,24,14); }
div.DivClassName
{
background-color: #74180E;
}
.BgClassName
{
background-color: #74180E;
}
</style>
border-color css
<style>
span { border-color: #74180E; }
span { border-color: rgb(116,24,14); }
td.TdClassName
{
border-color: #74180E;
}
.TagClassName
{
border-color: #74180E;
}
</style>