Shades of Falu Red #740F0D
Tints of Falu Red #740F0D
RGB
CMYK
RGB Variations
Color information
#740F0D (or 0x740F0D) is known color: Falu Red. HEX triplet: 74, 0F and 0D. RGB value is (116,15,13). Sum of RGB (Red+Green+Blue) = 116+15+13=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740F0D is #8BF0F2. Grayscale: #2D2D2D. Windows color (decimal): -9171187 or 855924. OLE color: 855924.
HSL color Cylindrical-coordinate representation of color #740F0D: hue angle of 1.17º 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 #740F0D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 13 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.55 |
| HSL | 1.17º | 0.8% | 0.25% | - |
| HSV(B) | 1.17º | 0.89% | 0.45% | - |
| XYZ | 7.45 | 4.08 | 0.78 | - |
| YUV | 44.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 13 | 0 | 0.87 | 0.89 | 0.55 | 1.17 | 0.8 | 0.25 |
| Hex | 74 | F | D | 0 | 57 | 59 | 37 | 1 | 50 | 19 |
| Octal | 164 | 17 | 15 | 0 | 127 | 131 | 67 | 1 | 120 | 31 |
| Binary | 1110100 | 1111 | 1101 | 0 | 1010111 | 1011001 | 110111 | 1 | 1010000 | 11001 |
Color Harmonies of #740F0D
Complementary color
Monochromatic Colors of #740F0D
Black with #740F0D
Text Example
Text Example
White with #740F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F0D; }
p { color: rgb(116,15,13); }
H1.HeaderClassName
{
color: #740F0D;
}
.AnyTagClassName
{
color: #740F0D;
}
</style>
background-color css
<style>
a { background-color: #740F0D; }
a { background-color: rgb(116,15,13); }
div.DivClassName
{
background-color: #740F0D;
}
.BgClassName
{
background-color: #740F0D;
}
</style>
border-color css
<style>
span { border-color: #740F0D; }
span { border-color: rgb(116,15,13); }
td.TdClassName
{
border-color: #740F0D;
}
.TagClassName
{
border-color: #740F0D;
}
</style>