Shades of Falu Red #7C2213
Tints of Falu Red #7C2213
RGB
CMYK
RGB Variations
Color information
#7C2213 (or 0x7C2213) is known color: Falu Red. HEX triplet: 7C, 22 and 13. RGB value is (124,34,19). Sum of RGB (Red+Green+Blue) = 124+34+19=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2213 is #83DDEC. Grayscale: #3B3B3B. Windows color (decimal): -8642029 or 1254012. OLE color: 1254012.
HSL color Cylindrical-coordinate representation of color #7C2213: hue angle of 8.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C2213 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 19 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.51 |
| HSL | 8.57º | 0.73% | 0.28% | - |
| HSV(B) | 8.57º | 0.85% | 0.49% | - |
| XYZ | 9 | 5.48 | 1.2 | - |
| YUV | 59.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 19 | 0 | 0.73 | 0.85 | 0.51 | 8.57 | 0.73 | 0.28 |
| Hex | 7C | 22 | 13 | 0 | 49 | 55 | 33 | 9 | 49 | 1C |
| Octal | 174 | 42 | 23 | 0 | 111 | 125 | 63 | 11 | 111 | 34 |
| Binary | 1111100 | 100010 | 10011 | 0 | 1001001 | 1010101 | 110011 | 1001 | 1001001 | 11100 |
Color Harmonies of #7C2213
Complementary color
Monochromatic Colors of #7C2213
Black with #7C2213
Text Example
Text Example
White with #7C2213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2213; }
p { color: rgb(124,34,19); }
H1.HeaderClassName
{
color: #7C2213;
}
.AnyTagClassName
{
color: #7C2213;
}
</style>
background-color css
<style>
a { background-color: #7C2213; }
a { background-color: rgb(124,34,19); }
div.DivClassName
{
background-color: #7C2213;
}
.BgClassName
{
background-color: #7C2213;
}
</style>
border-color css
<style>
span { border-color: #7C2213; }
span { border-color: rgb(124,34,19); }
td.TdClassName
{
border-color: #7C2213;
}
.TagClassName
{
border-color: #7C2213;
}
</style>