Shades of Falu Red #7C180F
Tints of Falu Red #7C180F
RGB
CMYK
RGB Variations
Color information
#7C180F (or 0x7C180F) is known color: Falu Red. HEX triplet: 7C, 18 and 0F. RGB value is (124,24,15). Sum of RGB (Red+Green+Blue) = 124+24+15=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C180F is #83E7F0. Grayscale: #353535. Windows color (decimal): -8644593 or 989308. OLE color: 989308.
HSL color Cylindrical-coordinate representation of color #7C180F: hue angle of 4.95º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C180F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 15 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.51 |
| HSL | 4.95º | 0.78% | 0.27% | - |
| HSV(B) | 4.95º | 0.88% | 0.49% | - |
| XYZ | 8.73 | 4.97 | 0.95 | - |
| YUV | 52.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 15 | 0 | 0.81 | 0.88 | 0.51 | 4.95 | 0.78 | 0.27 |
| Hex | 7C | 18 | F | 0 | 51 | 58 | 33 | 5 | 4E | 1B |
| Octal | 174 | 30 | 17 | 0 | 121 | 130 | 63 | 5 | 116 | 33 |
| Binary | 1111100 | 11000 | 1111 | 0 | 1010001 | 1011000 | 110011 | 101 | 1001110 | 11011 |
Color Harmonies of #7C180F
Complementary color
Monochromatic Colors of #7C180F
Black with #7C180F
Text Example
Text Example
White with #7C180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C180F; }
p { color: rgb(124,24,15); }
H1.HeaderClassName
{
color: #7C180F;
}
.AnyTagClassName
{
color: #7C180F;
}
</style>
background-color css
<style>
a { background-color: #7C180F; }
a { background-color: rgb(124,24,15); }
div.DivClassName
{
background-color: #7C180F;
}
.BgClassName
{
background-color: #7C180F;
}
</style>
border-color css
<style>
span { border-color: #7C180F; }
span { border-color: rgb(124,24,15); }
td.TdClassName
{
border-color: #7C180F;
}
.TagClassName
{
border-color: #7C180F;
}
</style>