Shades of Falu Red #74190D
Tints of Falu Red #74190D
RGB
CMYK
RGB Variations
Color information
#74190D (or 0x74190D) is known color: Falu Red. HEX triplet: 74, 19 and 0D. RGB value is (116,25,13). Sum of RGB (Red+Green+Blue) = 116+25+13=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #74190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74190D is #8BE6F2. Grayscale: #323232. Windows color (decimal): -9168627 or 858484. OLE color: 858484.
HSL color Cylindrical-coordinate representation of color #74190D: hue angle of 6.99º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74190D is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 13 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.55 |
| HSL | 6.99º | 0.8% | 0.25% | - |
| HSV(B) | 6.99º | 0.89% | 0.45% | - |
| XYZ | 7.62 | 4.44 | 0.84 | - |
| YUV | 50.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 13 | 0 | 0.78 | 0.89 | 0.55 | 6.99 | 0.8 | 0.25 |
| Hex | 74 | 19 | D | 0 | 4E | 59 | 37 | 7 | 50 | 19 |
| Octal | 164 | 31 | 15 | 0 | 116 | 131 | 67 | 7 | 120 | 31 |
| Binary | 1110100 | 11001 | 1101 | 0 | 1001110 | 1011001 | 110111 | 111 | 1010000 | 11001 |
Color Harmonies of #74190D
Complementary color
Monochromatic Colors of #74190D
Black with #74190D
Text Example
Text Example
White with #74190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74190D; }
p { color: rgb(116,25,13); }
H1.HeaderClassName
{
color: #74190D;
}
.AnyTagClassName
{
color: #74190D;
}
</style>
background-color css
<style>
a { background-color: #74190D; }
a { background-color: rgb(116,25,13); }
div.DivClassName
{
background-color: #74190D;
}
.BgClassName
{
background-color: #74190D;
}
</style>
border-color css
<style>
span { border-color: #74190D; }
span { border-color: rgb(116,25,13); }
td.TdClassName
{
border-color: #74190D;
}
.TagClassName
{
border-color: #74190D;
}
</style>