Shades of Falu Red #7C240E
Tints of Falu Red #7C240E
RGB
CMYK
RGB Variations
Color information
#7C240E (or 0x7C240E) is known color: Falu Red. HEX triplet: 7C, 24 and 0E. RGB value is (124,36,14). Sum of RGB (Red+Green+Blue) = 124+36+14=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C240E is #83DBF1. Grayscale: #3B3B3B. Windows color (decimal): -8641522 or 926844. OLE color: 926844.
HSL color Cylindrical-coordinate representation of color #7C240E: hue angle of 12º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C240E is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 14 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.51 |
| HSL | 12º | 0.8% | 0.27% | - |
| HSV(B) | 12º | 0.89% | 0.49% | - |
| XYZ | 9.02 | 5.58 | 1.02 | - |
| YUV | 59.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 14 | 0 | 0.71 | 0.89 | 0.51 | 12 | 0.8 | 0.27 |
| Hex | 7C | 24 | E | 0 | 47 | 59 | 33 | C | 50 | 1B |
| Octal | 174 | 44 | 16 | 0 | 107 | 131 | 63 | 14 | 120 | 33 |
| Binary | 1111100 | 100100 | 1110 | 0 | 1000111 | 1011001 | 110011 | 1100 | 1010000 | 11011 |
Color Harmonies of #7C240E
Complementary color
Monochromatic Colors of #7C240E
Black with #7C240E
Text Example
Text Example
White with #7C240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C240E; }
p { color: rgb(124,36,14); }
H1.HeaderClassName
{
color: #7C240E;
}
.AnyTagClassName
{
color: #7C240E;
}
</style>
background-color css
<style>
a { background-color: #7C240E; }
a { background-color: rgb(124,36,14); }
div.DivClassName
{
background-color: #7C240E;
}
.BgClassName
{
background-color: #7C240E;
}
</style>
border-color css
<style>
span { border-color: #7C240E; }
span { border-color: rgb(124,36,14); }
td.TdClassName
{
border-color: #7C240E;
}
.TagClassName
{
border-color: #7C240E;
}
</style>