Shades of Falu Red #741A0D
Tints of Falu Red #741A0D
RGB
CMYK
RGB Variations
Color information
#741A0D (or 0x741A0D) is known color: Falu Red. HEX triplet: 74, 1A and 0D. RGB value is (116,26,13). Sum of RGB (Red+Green+Blue) = 116+26+13=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A0D is #8BE5F2. Grayscale: #333333. Windows color (decimal): -9168371 or 858740. OLE color: 858740.
HSL color Cylindrical-coordinate representation of color #741A0D: hue angle of 7.57º 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 #741A0D is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 13 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.55 |
| HSL | 7.57º | 0.8% | 0.25% | - |
| HSV(B) | 7.57º | 0.89% | 0.45% | - |
| XYZ | 7.64 | 4.48 | 0.84 | - |
| YUV | 51.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 13 | 0 | 0.78 | 0.89 | 0.55 | 7.57 | 0.8 | 0.25 |
| Hex | 74 | 1A | D | 0 | 4E | 59 | 37 | 8 | 50 | 19 |
| Octal | 164 | 32 | 15 | 0 | 116 | 131 | 67 | 10 | 120 | 31 |
| Binary | 1110100 | 11010 | 1101 | 0 | 1001110 | 1011001 | 110111 | 1000 | 1010000 | 11001 |
Color Harmonies of #741A0D
Complementary color
Monochromatic Colors of #741A0D
Black with #741A0D
Text Example
Text Example
White with #741A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A0D; }
p { color: rgb(116,26,13); }
H1.HeaderClassName
{
color: #741A0D;
}
.AnyTagClassName
{
color: #741A0D;
}
</style>
background-color css
<style>
a { background-color: #741A0D; }
a { background-color: rgb(116,26,13); }
div.DivClassName
{
background-color: #741A0D;
}
.BgClassName
{
background-color: #741A0D;
}
</style>
border-color css
<style>
span { border-color: #741A0D; }
span { border-color: rgb(116,26,13); }
td.TdClassName
{
border-color: #741A0D;
}
.TagClassName
{
border-color: #741A0D;
}
</style>