Shades of Falu Red #741F19
Tints of Falu Red #741F19
RGB
CMYK
RGB Variations
Color information
#741F19 (or 0x741F19) is known color: Falu Red. HEX triplet: 74, 1F and 19. RGB value is (116,31,25). Sum of RGB (Red+Green+Blue) = 116+31+25=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F19 is #8BE0E6. Grayscale: #373737. Windows color (decimal): -9167079 or 1646452. OLE color: 1646452.
HSL color Cylindrical-coordinate representation of color #741F19: hue angle of 3.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741F19 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 25 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.55 |
| HSL | 3.96º | 0.65% | 0.28% | - |
| HSV(B) | 3.96º | 0.78% | 0.45% | - |
| XYZ | 7.87 | 4.76 | 1.42 | - |
| YUV | 55.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 25 | 0 | 0.73 | 0.78 | 0.55 | 3.96 | 0.65 | 0.28 |
| Hex | 74 | 1F | 19 | 0 | 49 | 4E | 37 | 4 | 41 | 1C |
| Octal | 164 | 37 | 31 | 0 | 111 | 116 | 67 | 4 | 101 | 34 |
| Binary | 1110100 | 11111 | 11001 | 0 | 1001001 | 1001110 | 110111 | 100 | 1000001 | 11100 |
Color Harmonies of #741F19
Complementary color
Monochromatic Colors of #741F19
Black with #741F19
Text Example
Text Example
White with #741F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F19; }
p { color: rgb(116,31,25); }
H1.HeaderClassName
{
color: #741F19;
}
.AnyTagClassName
{
color: #741F19;
}
</style>
background-color css
<style>
a { background-color: #741F19; }
a { background-color: rgb(116,31,25); }
div.DivClassName
{
background-color: #741F19;
}
.BgClassName
{
background-color: #741F19;
}
</style>
border-color css
<style>
span { border-color: #741F19; }
span { border-color: rgb(116,31,25); }
td.TdClassName
{
border-color: #741F19;
}
.TagClassName
{
border-color: #741F19;
}
</style>