Shades of Falu Red #7C231F
Tints of Falu Red #7C231F
RGB
CMYK
RGB Variations
Color information
#7C231F (or 0x7C231F) is known color: Falu Red. HEX triplet: 7C, 23 and 1F. RGB value is (124,35,31). Sum of RGB (Red+Green+Blue) = 124+35+31=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C231F is #83DCE0. Grayscale: #3D3D3D. Windows color (decimal): -8641761 or 2040700. OLE color: 2040700.
HSL color Cylindrical-coordinate representation of color #7C231F: hue angle of 2.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C231F is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 31 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.51 |
| HSL | 2.58º | 0.6% | 0.3% | - |
| HSV(B) | 2.58º | 0.75% | 0.49% | - |
| XYZ | 9.16 | 5.59 | 1.89 | - |
| YUV | 61.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 31 | 0 | 0.72 | 0.75 | 0.51 | 2.58 | 0.6 | 0.3 |
| Hex | 7C | 23 | 1F | 0 | 48 | 4B | 33 | 3 | 3C | 1E |
| Octal | 174 | 43 | 37 | 0 | 110 | 113 | 63 | 3 | 74 | 36 |
| Binary | 1111100 | 100011 | 11111 | 0 | 1001000 | 1001011 | 110011 | 11 | 111100 | 11110 |
Color Harmonies of #7C231F
Complementary color
Monochromatic Colors of #7C231F
Black with #7C231F
Text Example
Text Example
White with #7C231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C231F; }
p { color: rgb(124,35,31); }
H1.HeaderClassName
{
color: #7C231F;
}
.AnyTagClassName
{
color: #7C231F;
}
</style>
background-color css
<style>
a { background-color: #7C231F; }
a { background-color: rgb(124,35,31); }
div.DivClassName
{
background-color: #7C231F;
}
.BgClassName
{
background-color: #7C231F;
}
</style>
border-color css
<style>
span { border-color: #7C231F; }
span { border-color: rgb(124,35,31); }
td.TdClassName
{
border-color: #7C231F;
}
.TagClassName
{
border-color: #7C231F;
}
</style>