Shades of Falu Red #7C290E
Tints of Falu Red #7C290E
RGB
CMYK
RGB Variations
Color information
#7C290E (or 0x7C290E) is known color: Falu Red. HEX triplet: 7C, 29 and 0E. RGB value is (124,41,14). Sum of RGB (Red+Green+Blue) = 124+41+14=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C290E is #83D6F1. Grayscale: #3E3E3E. Windows color (decimal): -8640242 or 928124. OLE color: 928124.
HSL color Cylindrical-coordinate representation of color #7C290E: hue angle of 14.73º 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 #7C290E is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 14 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.51 |
| HSL | 14.73º | 0.8% | 0.27% | - |
| HSV(B) | 14.73º | 0.89% | 0.49% | - |
| XYZ | 9.18 | 5.9 | 1.07 | - |
| YUV | 62.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 14 | 0 | 0.67 | 0.89 | 0.51 | 14.73 | 0.8 | 0.27 |
| Hex | 7C | 29 | E | 0 | 43 | 59 | 33 | F | 50 | 1B |
| Octal | 174 | 51 | 16 | 0 | 103 | 131 | 63 | 17 | 120 | 33 |
| Binary | 1111100 | 101001 | 1110 | 0 | 1000011 | 1011001 | 110011 | 1111 | 1010000 | 11011 |
Color Harmonies of #7C290E
Complementary color
Monochromatic Colors of #7C290E
Black with #7C290E
Text Example
Text Example
White with #7C290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C290E; }
p { color: rgb(124,41,14); }
H1.HeaderClassName
{
color: #7C290E;
}
.AnyTagClassName
{
color: #7C290E;
}
</style>
background-color css
<style>
a { background-color: #7C290E; }
a { background-color: rgb(124,41,14); }
div.DivClassName
{
background-color: #7C290E;
}
.BgClassName
{
background-color: #7C290E;
}
</style>
border-color css
<style>
span { border-color: #7C290E; }
span { border-color: rgb(124,41,14); }
td.TdClassName
{
border-color: #7C290E;
}
.TagClassName
{
border-color: #7C290E;
}
</style>