Shades of Falu Red #7C2015
Tints of Falu Red #7C2015
RGB
CMYK
RGB Variations
Color information
#7C2015 (or 0x7C2015) is known color: Falu Red. HEX triplet: 7C, 20 and 15. RGB value is (124,32,21). Sum of RGB (Red+Green+Blue) = 124+32+21=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2015 is #83DFEA. Grayscale: #3A3A3A. Windows color (decimal): -8642539 or 1384572. OLE color: 1384572.
HSL color Cylindrical-coordinate representation of color #7C2015: hue angle of 6.41º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C2015 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 21 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.51 |
| HSL | 6.41º | 0.71% | 0.28% | - |
| HSV(B) | 6.41º | 0.83% | 0.49% | - |
| XYZ | 8.96 | 5.37 | 1.27 | - |
| YUV | 58.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 21 | 0 | 0.74 | 0.83 | 0.51 | 6.41 | 0.71 | 0.28 |
| Hex | 7C | 20 | 15 | 0 | 4A | 53 | 33 | 6 | 47 | 1C |
| Octal | 174 | 40 | 25 | 0 | 112 | 123 | 63 | 6 | 107 | 34 |
| Binary | 1111100 | 100000 | 10101 | 0 | 1001010 | 1010011 | 110011 | 110 | 1000111 | 11100 |
Color Harmonies of #7C2015
Complementary color
Monochromatic Colors of #7C2015
Black with #7C2015
Text Example
Text Example
White with #7C2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2015; }
p { color: rgb(124,32,21); }
H1.HeaderClassName
{
color: #7C2015;
}
.AnyTagClassName
{
color: #7C2015;
}
</style>
background-color css
<style>
a { background-color: #7C2015; }
a { background-color: rgb(124,32,21); }
div.DivClassName
{
background-color: #7C2015;
}
.BgClassName
{
background-color: #7C2015;
}
</style>
border-color css
<style>
span { border-color: #7C2015; }
span { border-color: rgb(124,32,21); }
td.TdClassName
{
border-color: #7C2015;
}
.TagClassName
{
border-color: #7C2015;
}
</style>