Shades of Falu Red #741E0D
Tints of Falu Red #741E0D
RGB
CMYK
RGB Variations
Color information
#741E0D (or 0x741E0D) is known color: Falu Red. HEX triplet: 74, 1E and 0D. RGB value is (116,30,13). Sum of RGB (Red+Green+Blue) = 116+30+13=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E0D is #8BE1F2. Grayscale: #353535. Windows color (decimal): -9167347 or 859764. OLE color: 859764.
HSL color Cylindrical-coordinate representation of color #741E0D: hue angle of 9.9º 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 #741E0D is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 13 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.55 |
| HSL | 9.9º | 0.8% | 0.25% | - |
| HSV(B) | 9.9º | 0.89% | 0.45% | - |
| XYZ | 7.74 | 4.67 | 0.87 | - |
| YUV | 53.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 13 | 0 | 0.74 | 0.89 | 0.55 | 9.9 | 0.8 | 0.25 |
| Hex | 74 | 1E | D | 0 | 4A | 59 | 37 | A | 50 | 19 |
| Octal | 164 | 36 | 15 | 0 | 112 | 131 | 67 | 12 | 120 | 31 |
| Binary | 1110100 | 11110 | 1101 | 0 | 1001010 | 1011001 | 110111 | 1010 | 1010000 | 11001 |
Color Harmonies of #741E0D
Complementary color
Monochromatic Colors of #741E0D
Black with #741E0D
Text Example
Text Example
White with #741E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E0D; }
p { color: rgb(116,30,13); }
H1.HeaderClassName
{
color: #741E0D;
}
.AnyTagClassName
{
color: #741E0D;
}
</style>
background-color css
<style>
a { background-color: #741E0D; }
a { background-color: rgb(116,30,13); }
div.DivClassName
{
background-color: #741E0D;
}
.BgClassName
{
background-color: #741E0D;
}
</style>
border-color css
<style>
span { border-color: #741E0D; }
span { border-color: rgb(116,30,13); }
td.TdClassName
{
border-color: #741E0D;
}
.TagClassName
{
border-color: #741E0D;
}
</style>