Shades of Falu Red #74140F
Tints of Falu Red #74140F
RGB
CMYK
RGB Variations
Color information
#74140F (or 0x74140F) is known color: Falu Red. HEX triplet: 74, 14 and 0F. RGB value is (116,20,15). Sum of RGB (Red+Green+Blue) = 116+20+15=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #74140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74140F is #8BEBF0. Grayscale: #303030. Windows color (decimal): -9169905 or 988276. OLE color: 988276.
HSL color Cylindrical-coordinate representation of color #74140F: hue angle of 2.97º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74140F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 15 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.55 |
| HSL | 2.97º | 0.77% | 0.26% | - |
| HSV(B) | 2.97º | 0.87% | 0.45% | - |
| XYZ | 7.54 | 4.25 | 0.87 | - |
| YUV | 48.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 15 | 0 | 0.83 | 0.87 | 0.55 | 2.97 | 0.77 | 0.26 |
| Hex | 74 | 14 | F | 0 | 53 | 57 | 37 | 3 | 4D | 1A |
| Octal | 164 | 24 | 17 | 0 | 123 | 127 | 67 | 3 | 115 | 32 |
| Binary | 1110100 | 10100 | 1111 | 0 | 1010011 | 1010111 | 110111 | 11 | 1001101 | 11010 |
Color Harmonies of #74140F
Complementary color
Monochromatic Colors of #74140F
Black with #74140F
Text Example
Text Example
White with #74140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74140F; }
p { color: rgb(116,20,15); }
H1.HeaderClassName
{
color: #74140F;
}
.AnyTagClassName
{
color: #74140F;
}
</style>
background-color css
<style>
a { background-color: #74140F; }
a { background-color: rgb(116,20,15); }
div.DivClassName
{
background-color: #74140F;
}
.BgClassName
{
background-color: #74140F;
}
</style>
border-color css
<style>
span { border-color: #74140F; }
span { border-color: rgb(116,20,15); }
td.TdClassName
{
border-color: #74140F;
}
.TagClassName
{
border-color: #74140F;
}
</style>