Shades of Falu Red #7C2408
Tints of Falu Red #7C2408
RGB
CMYK
RGB Variations
Color information
#7C2408 (or 0x7C2408) is known color: Falu Red. HEX triplet: 7C, 24 and 08. RGB value is (124,36,8). Sum of RGB (Red+Green+Blue) = 124+36+8=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2408 is #83DBF7. Grayscale: #3B3B3B. Windows color (decimal): -8641528 or 533628. OLE color: 533628.
HSL color Cylindrical-coordinate representation of color #7C2408: hue angle of 14.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C2408 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 8 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.51 |
| HSL | 14.48º | 0.88% | 0.26% | - |
| HSV(B) | 14.48º | 0.94% | 0.49% | - |
| XYZ | 8.99 | 5.56 | 0.83 | - |
| YUV | 59.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 8 | 0 | 0.71 | 0.94 | 0.51 | 14.48 | 0.88 | 0.26 |
| Hex | 7C | 24 | 8 | 0 | 47 | 5E | 33 | E | 58 | 1A |
| Octal | 174 | 44 | 10 | 0 | 107 | 136 | 63 | 16 | 130 | 32 |
| Binary | 1111100 | 100100 | 1000 | 0 | 1000111 | 1011110 | 110011 | 1110 | 1011000 | 11010 |
Color Harmonies of #7C2408
Complementary color
Monochromatic Colors of #7C2408
Black with #7C2408
Text Example
Text Example
White with #7C2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2408; }
p { color: rgb(124,36,8); }
H1.HeaderClassName
{
color: #7C2408;
}
.AnyTagClassName
{
color: #7C2408;
}
</style>
background-color css
<style>
a { background-color: #7C2408; }
a { background-color: rgb(124,36,8); }
div.DivClassName
{
background-color: #7C2408;
}
.BgClassName
{
background-color: #7C2408;
}
</style>
border-color css
<style>
span { border-color: #7C2408; }
span { border-color: rgb(124,36,8); }
td.TdClassName
{
border-color: #7C2408;
}
.TagClassName
{
border-color: #7C2408;
}
</style>