Shades of Falu Red #74150E
Tints of Falu Red #74150E
RGB
CMYK
RGB Variations
Color information
#74150E (or 0x74150E) is known color: Falu Red. HEX triplet: 74, 15 and 0E. RGB value is (116,21,14). Sum of RGB (Red+Green+Blue) = 116+21+14=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #74150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74150E is #8BEAF1. Grayscale: #303030. Windows color (decimal): -9169650 or 922996. OLE color: 922996.
HSL color Cylindrical-coordinate representation of color #74150E: hue angle of 4.12º 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 #74150E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 14 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.55 |
| HSL | 4.12º | 0.78% | 0.25% | - |
| HSV(B) | 4.12º | 0.88% | 0.45% | - |
| XYZ | 7.55 | 4.28 | 0.84 | - |
| YUV | 48.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 14 | 0 | 0.82 | 0.88 | 0.55 | 4.12 | 0.78 | 0.25 |
| Hex | 74 | 15 | E | 0 | 52 | 58 | 37 | 4 | 4E | 19 |
| Octal | 164 | 25 | 16 | 0 | 122 | 130 | 67 | 4 | 116 | 31 |
| Binary | 1110100 | 10101 | 1110 | 0 | 1010010 | 1011000 | 110111 | 100 | 1001110 | 11001 |
Color Harmonies of #74150E
Complementary color
Monochromatic Colors of #74150E
Black with #74150E
Text Example
Text Example
White with #74150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74150E; }
p { color: rgb(116,21,14); }
H1.HeaderClassName
{
color: #74150E;
}
.AnyTagClassName
{
color: #74150E;
}
</style>
background-color css
<style>
a { background-color: #74150E; }
a { background-color: rgb(116,21,14); }
div.DivClassName
{
background-color: #74150E;
}
.BgClassName
{
background-color: #74150E;
}
</style>
border-color css
<style>
span { border-color: #74150E; }
span { border-color: rgb(116,21,14); }
td.TdClassName
{
border-color: #74150E;
}
.TagClassName
{
border-color: #74150E;
}
</style>