Shades of Falu Red #7C2400
Tints of Falu Red #7C2400
RGB
CMYK
RGB Variations
Color information
#7C2400 (or 0x7C2400) is known color: Falu Red. HEX triplet: 7C, 24 and 00. RGB value is (124,36,0). Sum of RGB (Red+Green+Blue) = 124+36+0=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2400 is #83DBFF. Grayscale: #3A3A3A. Windows color (decimal): -8641536 or 9340. OLE color: 9340.
HSL color Cylindrical-coordinate representation of color #7C2400: hue angle of 17.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C2400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.51 |
| HSL | 17.42º | 1% | 0.24% | - |
| HSV(B) | 17.42º | 1% | 0.49% | - |
| XYZ | 8.94 | 5.55 | 0.6 | - |
| YUV | 58.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 0 | 0 | 0.71 | 1 | 0.51 | 17.42 | 1 | 0.24 |
| Hex | 7C | 24 | 0 | 0 | 47 | 64 | 33 | 11 | 64 | 18 |
| Octal | 174 | 44 | 0 | 0 | 107 | 144 | 63 | 21 | 144 | 30 |
| Binary | 1111100 | 100100 | 0 | 0 | 1000111 | 1100100 | 110011 | 10001 | 1100100 | 11000 |
Color Harmonies of #7C2400
Complementary color
Monochromatic Colors of #7C2400
Black with #7C2400
Text Example
Text Example
White with #7C2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2400; }
p { color: rgb(124,36,0); }
H1.HeaderClassName
{
color: #7C2400;
}
.AnyTagClassName
{
color: #7C2400;
}
</style>
background-color css
<style>
a { background-color: #7C2400; }
a { background-color: rgb(124,36,0); }
div.DivClassName
{
background-color: #7C2400;
}
.BgClassName
{
background-color: #7C2400;
}
</style>
border-color css
<style>
span { border-color: #7C2400; }
span { border-color: rgb(124,36,0); }
td.TdClassName
{
border-color: #7C2400;
}
.TagClassName
{
border-color: #7C2400;
}
</style>