Shades of Falu Red #741E0C
Tints of Falu Red #741E0C
RGB
CMYK
RGB Variations
Color information
#741E0C (or 0x741E0C) is known color: Falu Red. HEX triplet: 74, 1E and 0C. RGB value is (116,30,12). Sum of RGB (Red+Green+Blue) = 116+30+12=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E0C is #8BE1F3. Grayscale: #353535. Windows color (decimal): -9167348 or 794228. OLE color: 794228.
HSL color Cylindrical-coordinate representation of color #741E0C: hue angle of 10.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #741E0C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 12 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.55 |
| HSL | 10.38º | 0.81% | 0.25% | - |
| HSV(B) | 10.38º | 0.9% | 0.45% | - |
| XYZ | 7.73 | 4.67 | 0.84 | - |
| YUV | 53.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 12 | 0 | 0.74 | 0.90 | 0.55 | 10.38 | 0.81 | 0.25 |
| Hex | 74 | 1E | C | 0 | 4A | 5A | 37 | A | 51 | 19 |
| Octal | 164 | 36 | 14 | 0 | 112 | 132 | 67 | 12 | 121 | 31 |
| Binary | 1110100 | 11110 | 1100 | 0 | 1001010 | 1011010 | 110111 | 1010 | 1010001 | 11001 |
Color Harmonies of #741E0C
Complementary color
Monochromatic Colors of #741E0C
Black with #741E0C
Text Example
Text Example
White with #741E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E0C; }
p { color: rgb(116,30,12); }
H1.HeaderClassName
{
color: #741E0C;
}
.AnyTagClassName
{
color: #741E0C;
}
</style>
background-color css
<style>
a { background-color: #741E0C; }
a { background-color: rgb(116,30,12); }
div.DivClassName
{
background-color: #741E0C;
}
.BgClassName
{
background-color: #741E0C;
}
</style>
border-color css
<style>
span { border-color: #741E0C; }
span { border-color: rgb(116,30,12); }
td.TdClassName
{
border-color: #741E0C;
}
.TagClassName
{
border-color: #741E0C;
}
</style>