Shades of Falu Red #7C180E
Tints of Falu Red #7C180E
RGB
CMYK
RGB Variations
Color information
#7C180E (or 0x7C180E) is known color: Falu Red. HEX triplet: 7C, 18 and 0E. RGB value is (124,24,14). Sum of RGB (Red+Green+Blue) = 124+24+14=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C180E is #83E7F1. Grayscale: #343434. Windows color (decimal): -8644594 or 923772. OLE color: 923772.
HSL color Cylindrical-coordinate representation of color #7C180E: hue angle of 5.45º 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 #7C180E is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 14 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.51 |
| HSL | 5.45º | 0.8% | 0.27% | - |
| HSV(B) | 5.45º | 0.89% | 0.49% | - |
| XYZ | 8.72 | 4.97 | 0.92 | - |
| YUV | 52.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 14 | 0 | 0.81 | 0.89 | 0.51 | 5.45 | 0.8 | 0.27 |
| Hex | 7C | 18 | E | 0 | 51 | 59 | 33 | 5 | 50 | 1B |
| Octal | 174 | 30 | 16 | 0 | 121 | 131 | 63 | 5 | 120 | 33 |
| Binary | 1111100 | 11000 | 1110 | 0 | 1010001 | 1011001 | 110011 | 101 | 1010000 | 11011 |
Color Harmonies of #7C180E
Complementary color
Monochromatic Colors of #7C180E
Black with #7C180E
Text Example
Text Example
White with #7C180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C180E; }
p { color: rgb(124,24,14); }
H1.HeaderClassName
{
color: #7C180E;
}
.AnyTagClassName
{
color: #7C180E;
}
</style>
background-color css
<style>
a { background-color: #7C180E; }
a { background-color: rgb(124,24,14); }
div.DivClassName
{
background-color: #7C180E;
}
.BgClassName
{
background-color: #7C180E;
}
</style>
border-color css
<style>
span { border-color: #7C180E; }
span { border-color: rgb(124,24,14); }
td.TdClassName
{
border-color: #7C180E;
}
.TagClassName
{
border-color: #7C180E;
}
</style>