Shades of Falu Red #781909
Tints of Falu Red #781909
RGB
CMYK
RGB Variations
Color information
#781909 (or 0x781909) is known color: Falu Red. HEX triplet: 78, 19 and 09. RGB value is (120,25,9). Sum of RGB (Red+Green+Blue) = 120+25+9=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781909 is #87E6F6. Grayscale: #333333. Windows color (decimal): -8906487 or 596344. OLE color: 596344.
HSL color Cylindrical-coordinate representation of color #781909: hue angle of 8.65º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781909 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 9 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.53 |
| HSL | 8.65º | 0.86% | 0.25% | - |
| HSV(B) | 8.65º | 0.93% | 0.47% | - |
| XYZ | 8.14 | 4.71 | 0.74 | - |
| YUV | 51.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 9 | 0 | 0.79 | 0.92 | 0.53 | 8.65 | 0.86 | 0.25 |
| Hex | 78 | 19 | 9 | 0 | 4F | 5C | 35 | 9 | 56 | 19 |
| Octal | 170 | 31 | 11 | 0 | 117 | 134 | 65 | 11 | 126 | 31 |
| Binary | 1111000 | 11001 | 1001 | 0 | 1001111 | 1011100 | 110101 | 1001 | 1010110 | 11001 |
Color Harmonies of #781909
Complementary color
Monochromatic Colors of #781909
Black with #781909
Text Example
Text Example
White with #781909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781909; }
p { color: rgb(120,25,9); }
H1.HeaderClassName
{
color: #781909;
}
.AnyTagClassName
{
color: #781909;
}
</style>
background-color css
<style>
a { background-color: #781909; }
a { background-color: rgb(120,25,9); }
div.DivClassName
{
background-color: #781909;
}
.BgClassName
{
background-color: #781909;
}
</style>
border-color css
<style>
span { border-color: #781909; }
span { border-color: rgb(120,25,9); }
td.TdClassName
{
border-color: #781909;
}
.TagClassName
{
border-color: #781909;
}
</style>