Shades of Falu Red #781F0E
Tints of Falu Red #781F0E
RGB
CMYK
RGB Variations
Color information
#781F0E (or 0x781F0E) is known color: Falu Red. HEX triplet: 78, 1F and 0E. RGB value is (120,31,14). Sum of RGB (Red+Green+Blue) = 120+31+14=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #781F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F0E is #87E0F1. Grayscale: #373737. Windows color (decimal): -8904946 or 925560. OLE color: 925560.
HSL color Cylindrical-coordinate representation of color #781F0E: hue angle of 9.62º degrees, saturation: 0.79, 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 #781F0E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 14 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.53 |
| HSL | 9.62º | 0.79% | 0.26% | - |
| HSV(B) | 9.62º | 0.88% | 0.47% | - |
| XYZ | 8.31 | 5 | 0.94 | - |
| YUV | 55.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 14 | 0 | 0.74 | 0.88 | 0.53 | 9.62 | 0.79 | 0.26 |
| Hex | 78 | 1F | E | 0 | 4A | 58 | 35 | A | 4F | 1A |
| Octal | 170 | 37 | 16 | 0 | 112 | 130 | 65 | 12 | 117 | 32 |
| Binary | 1111000 | 11111 | 1110 | 0 | 1001010 | 1011000 | 110101 | 1010 | 1001111 | 11010 |
Color Harmonies of #781F0E
Complementary color
Monochromatic Colors of #781F0E
Black with #781F0E
Text Example
Text Example
White with #781F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F0E; }
p { color: rgb(120,31,14); }
H1.HeaderClassName
{
color: #781F0E;
}
.AnyTagClassName
{
color: #781F0E;
}
</style>
background-color css
<style>
a { background-color: #781F0E; }
a { background-color: rgb(120,31,14); }
div.DivClassName
{
background-color: #781F0E;
}
.BgClassName
{
background-color: #781F0E;
}
</style>
border-color css
<style>
span { border-color: #781F0E; }
span { border-color: rgb(120,31,14); }
td.TdClassName
{
border-color: #781F0E;
}
.TagClassName
{
border-color: #781F0E;
}
</style>