Shades of Falu Red #7C1E0D
Tints of Falu Red #7C1E0D
RGB
CMYK
RGB Variations
Color information
#7C1E0D (or 0x7C1E0D) is known color: Falu Red. HEX triplet: 7C, 1E and 0D. RGB value is (124,30,13). Sum of RGB (Red+Green+Blue) = 124+30+13=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1E0D is #83E1F2. Grayscale: #383838. Windows color (decimal): -8643059 or 859772. OLE color: 859772.
HSL color Cylindrical-coordinate representation of color #7C1E0D: hue angle of 9.19º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C1E0D is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 30 | 13 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.51 |
| HSL | 9.19º | 0.81% | 0.27% | - |
| HSV(B) | 9.19º | 0.9% | 0.49% | - |
| XYZ | 8.85 | 5.24 | 0.93 | - |
| YUV | 56.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 13 | 0 | 0.76 | 0.90 | 0.51 | 9.19 | 0.81 | 0.27 |
| Hex | 7C | 1E | D | 0 | 4C | 5A | 33 | 9 | 51 | 1B |
| Octal | 174 | 36 | 15 | 0 | 114 | 132 | 63 | 11 | 121 | 33 |
| Binary | 1111100 | 11110 | 1101 | 0 | 1001100 | 1011010 | 110011 | 1001 | 1010001 | 11011 |
Color Harmonies of #7C1E0D
Complementary color
Monochromatic Colors of #7C1E0D
Black with #7C1E0D
Text Example
Text Example
White with #7C1E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1E0D; }
p { color: rgb(124,30,13); }
H1.HeaderClassName
{
color: #7C1E0D;
}
.AnyTagClassName
{
color: #7C1E0D;
}
</style>
background-color css
<style>
a { background-color: #7C1E0D; }
a { background-color: rgb(124,30,13); }
div.DivClassName
{
background-color: #7C1E0D;
}
.BgClassName
{
background-color: #7C1E0D;
}
</style>
border-color css
<style>
span { border-color: #7C1E0D; }
span { border-color: rgb(124,30,13); }
td.TdClassName
{
border-color: #7C1E0D;
}
.TagClassName
{
border-color: #7C1E0D;
}
</style>