Shades of Falu Red #741F07
Tints of Falu Red #741F07
RGB
CMYK
RGB Variations
Color information
#741F07 (or 0x741F07) is known color: Falu Red. HEX triplet: 74, 1F and 07. RGB value is (116,31,7). Sum of RGB (Red+Green+Blue) = 116+31+7=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #741F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F07 is #8BE0F8. Grayscale: #353535. Windows color (decimal): -9167097 or 466804. OLE color: 466804.
HSL color Cylindrical-coordinate representation of color #741F07: hue angle of 13.21º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #741F07 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 7 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.55 |
| HSL | 13.21º | 0.89% | 0.24% | - |
| HSV(B) | 13.21º | 0.94% | 0.45% | - |
| XYZ | 7.73 | 4.71 | 0.7 | - |
| YUV | 53.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 7 | 0 | 0.73 | 0.94 | 0.55 | 13.21 | 0.89 | 0.24 |
| Hex | 74 | 1F | 7 | 0 | 49 | 5E | 37 | D | 59 | 18 |
| Octal | 164 | 37 | 7 | 0 | 111 | 136 | 67 | 15 | 131 | 30 |
| Binary | 1110100 | 11111 | 111 | 0 | 1001001 | 1011110 | 110111 | 1101 | 1011001 | 11000 |
Color Harmonies of #741F07
Complementary color
Monochromatic Colors of #741F07
Black with #741F07
Text Example
Text Example
White with #741F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F07; }
p { color: rgb(116,31,7); }
H1.HeaderClassName
{
color: #741F07;
}
.AnyTagClassName
{
color: #741F07;
}
</style>
background-color css
<style>
a { background-color: #741F07; }
a { background-color: rgb(116,31,7); }
div.DivClassName
{
background-color: #741F07;
}
.BgClassName
{
background-color: #741F07;
}
</style>
border-color css
<style>
span { border-color: #741F07; }
span { border-color: rgb(116,31,7); }
td.TdClassName
{
border-color: #741F07;
}
.TagClassName
{
border-color: #741F07;
}
</style>