Shades of Falu Red #78110F
Tints of Falu Red #78110F
RGB
CMYK
RGB Variations
Color information
#78110F (or 0x78110F) is known color: Falu Red. HEX triplet: 78, 11 and 0F. RGB value is (120,17,15). Sum of RGB (Red+Green+Blue) = 120+17+15=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78110F is #87EEF0. Grayscale: #2F2F2F. Windows color (decimal): -8908529 or 987512. OLE color: 987512.
HSL color Cylindrical-coordinate representation of color #78110F: hue angle of 1.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78110F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 15 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.53 |
| HSL | 1.14º | 0.78% | 0.26% | - |
| HSV(B) | 1.14º | 0.88% | 0.47% | - |
| XYZ | 8.03 | 4.43 | 0.88 | - |
| YUV | 47.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 15 | 0 | 0.86 | 0.87 | 0.53 | 1.14 | 0.78 | 0.26 |
| Hex | 78 | 11 | F | 0 | 56 | 57 | 35 | 1 | 4E | 1A |
| Octal | 170 | 21 | 17 | 0 | 126 | 127 | 65 | 1 | 116 | 32 |
| Binary | 1111000 | 10001 | 1111 | 0 | 1010110 | 1010111 | 110101 | 1 | 1001110 | 11010 |
Color Harmonies of #78110F
Complementary color
Monochromatic Colors of #78110F
Black with #78110F
Text Example
Text Example
White with #78110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78110F; }
p { color: rgb(120,17,15); }
H1.HeaderClassName
{
color: #78110F;
}
.AnyTagClassName
{
color: #78110F;
}
</style>
background-color css
<style>
a { background-color: #78110F; }
a { background-color: rgb(120,17,15); }
div.DivClassName
{
background-color: #78110F;
}
.BgClassName
{
background-color: #78110F;
}
</style>
border-color css
<style>
span { border-color: #78110F; }
span { border-color: rgb(120,17,15); }
td.TdClassName
{
border-color: #78110F;
}
.TagClassName
{
border-color: #78110F;
}
</style>