Shades of Falu Red #78110D
Tints of Falu Red #78110D
RGB
CMYK
RGB Variations
Color information
#78110D (or 0x78110D) is known color: Falu Red. HEX triplet: 78, 11 and 0D. RGB value is (120,17,13). Sum of RGB (Red+Green+Blue) = 120+17+13=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #78110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78110D is #87EEF2. Grayscale: #2F2F2F. Windows color (decimal): -8908531 or 856440. OLE color: 856440.
HSL color Cylindrical-coordinate representation of color #78110D: hue angle of 2.24º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78110D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 13 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.53 |
| HSL | 2.24º | 0.8% | 0.26% | - |
| HSV(B) | 2.24º | 0.89% | 0.47% | - |
| XYZ | 8.02 | 4.42 | 0.81 | - |
| YUV | 47.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 13 | 0 | 0.86 | 0.89 | 0.53 | 2.24 | 0.8 | 0.26 |
| Hex | 78 | 11 | D | 0 | 56 | 59 | 35 | 2 | 50 | 1A |
| Octal | 170 | 21 | 15 | 0 | 126 | 131 | 65 | 2 | 120 | 32 |
| Binary | 1111000 | 10001 | 1101 | 0 | 1010110 | 1011001 | 110101 | 10 | 1010000 | 11010 |
Color Harmonies of #78110D
Complementary color
Monochromatic Colors of #78110D
Black with #78110D
Text Example
Text Example
White with #78110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78110D; }
p { color: rgb(120,17,13); }
H1.HeaderClassName
{
color: #78110D;
}
.AnyTagClassName
{
color: #78110D;
}
</style>
background-color css
<style>
a { background-color: #78110D; }
a { background-color: rgb(120,17,13); }
div.DivClassName
{
background-color: #78110D;
}
.BgClassName
{
background-color: #78110D;
}
</style>
border-color css
<style>
span { border-color: #78110D; }
span { border-color: rgb(120,17,13); }
td.TdClassName
{
border-color: #78110D;
}
.TagClassName
{
border-color: #78110D;
}
</style>