Shades of Falu Red #7C2406
Tints of Falu Red #7C2406
RGB
CMYK
RGB Variations
Color information
#7C2406 (or 0x7C2406) is known color: Falu Red. HEX triplet: 7C, 24 and 06. RGB value is (124,36,6). Sum of RGB (Red+Green+Blue) = 124+36+6=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2406 is #83DBF9. Grayscale: #3B3B3B. Windows color (decimal): -8641530 or 402556. OLE color: 402556.
HSL color Cylindrical-coordinate representation of color #7C2406: hue angle of 15.25º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C2406 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 6 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.51 |
| HSL | 15.25º | 0.91% | 0.25% | - |
| HSV(B) | 15.25º | 0.95% | 0.49% | - |
| XYZ | 8.98 | 5.56 | 0.77 | - |
| YUV | 58.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 6 | 0 | 0.71 | 0.95 | 0.51 | 15.25 | 0.91 | 0.25 |
| Hex | 7C | 24 | 6 | 0 | 47 | 5F | 33 | F | 5B | 19 |
| Octal | 174 | 44 | 6 | 0 | 107 | 137 | 63 | 17 | 133 | 31 |
| Binary | 1111100 | 100100 | 110 | 0 | 1000111 | 1011111 | 110011 | 1111 | 1011011 | 11001 |
Color Harmonies of #7C2406
Complementary color
Monochromatic Colors of #7C2406
Black with #7C2406
Text Example
Text Example
White with #7C2406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2406; }
p { color: rgb(124,36,6); }
H1.HeaderClassName
{
color: #7C2406;
}
.AnyTagClassName
{
color: #7C2406;
}
</style>
background-color css
<style>
a { background-color: #7C2406; }
a { background-color: rgb(124,36,6); }
div.DivClassName
{
background-color: #7C2406;
}
.BgClassName
{
background-color: #7C2406;
}
</style>
border-color css
<style>
span { border-color: #7C2406; }
span { border-color: rgb(124,36,6); }
td.TdClassName
{
border-color: #7C2406;
}
.TagClassName
{
border-color: #7C2406;
}
</style>