Shades of Falu Red #76110D
Tints of Falu Red #76110D
RGB
CMYK
RGB Variations
Color information
#76110D (or 0x76110D) is known color: Falu Red. HEX triplet: 76, 11 and 0D. RGB value is (118,17,13). Sum of RGB (Red+Green+Blue) = 118+17+13=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #76110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76110D is #89EEF2. Grayscale: #2E2E2E. Windows color (decimal): -9039603 or 856438. OLE color: 856438.
HSL color Cylindrical-coordinate representation of color #76110D: hue angle of 2.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76110D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 13 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.54 |
| HSL | 2.29º | 0.8% | 0.26% | - |
| HSV(B) | 2.29º | 0.89% | 0.46% | - |
| XYZ | 7.74 | 4.28 | 0.8 | - |
| YUV | 46.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 13 | 0 | 0.86 | 0.89 | 0.54 | 2.29 | 0.8 | 0.26 |
| Hex | 76 | 11 | D | 0 | 56 | 59 | 36 | 2 | 50 | 1A |
| Octal | 166 | 21 | 15 | 0 | 126 | 131 | 66 | 2 | 120 | 32 |
| Binary | 1110110 | 10001 | 1101 | 0 | 1010110 | 1011001 | 110110 | 10 | 1010000 | 11010 |
Color Harmonies of #76110D
Complementary color
Monochromatic Colors of #76110D
Black with #76110D
Text Example
Text Example
White with #76110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76110D; }
p { color: rgb(118,17,13); }
H1.HeaderClassName
{
color: #76110D;
}
.AnyTagClassName
{
color: #76110D;
}
</style>
background-color css
<style>
a { background-color: #76110D; }
a { background-color: rgb(118,17,13); }
div.DivClassName
{
background-color: #76110D;
}
.BgClassName
{
background-color: #76110D;
}
</style>
border-color css
<style>
span { border-color: #76110D; }
span { border-color: rgb(118,17,13); }
td.TdClassName
{
border-color: #76110D;
}
.TagClassName
{
border-color: #76110D;
}
</style>