Shades of Falu Red #741F05
Tints of Falu Red #741F05
RGB
CMYK
RGB Variations
Color information
#741F05 (or 0x741F05) is known color: Falu Red. HEX triplet: 74, 1F and 05. RGB value is (116,31,5). Sum of RGB (Red+Green+Blue) = 116+31+5=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F05 is #8BE0FA. Grayscale: #353535. Windows color (decimal): -9167099 or 335732. OLE color: 335732.
HSL color Cylindrical-coordinate representation of color #741F05: hue angle of 14.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #741F05 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 5 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.55 |
| HSL | 14.05º | 0.92% | 0.24% | - |
| HSV(B) | 14.05º | 0.96% | 0.45% | - |
| XYZ | 7.72 | 4.7 | 0.64 | - |
| YUV | 53.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 5 | 0 | 0.73 | 0.96 | 0.55 | 14.05 | 0.92 | 0.24 |
| Hex | 74 | 1F | 5 | 0 | 49 | 60 | 37 | E | 5C | 18 |
| Octal | 164 | 37 | 5 | 0 | 111 | 140 | 67 | 16 | 134 | 30 |
| Binary | 1110100 | 11111 | 101 | 0 | 1001001 | 1100000 | 110111 | 1110 | 1011100 | 11000 |
Color Harmonies of #741F05
Complementary color
Monochromatic Colors of #741F05
Black with #741F05
Text Example
Text Example
White with #741F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F05; }
p { color: rgb(116,31,5); }
H1.HeaderClassName
{
color: #741F05;
}
.AnyTagClassName
{
color: #741F05;
}
</style>
background-color css
<style>
a { background-color: #741F05; }
a { background-color: rgb(116,31,5); }
div.DivClassName
{
background-color: #741F05;
}
.BgClassName
{
background-color: #741F05;
}
</style>
border-color css
<style>
span { border-color: #741F05; }
span { border-color: rgb(116,31,5); }
td.TdClassName
{
border-color: #741F05;
}
.TagClassName
{
border-color: #741F05;
}
</style>