Shades of Falu Red #781409
Tints of Falu Red #781409
RGB
CMYK
RGB Variations
Color information
#781409 (or 0x781409) is known color: Falu Red. HEX triplet: 78, 14 and 09. RGB value is (120,20,9). Sum of RGB (Red+Green+Blue) = 120+20+9=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #781409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781409 is #87EBF6. Grayscale: #303030. Windows color (decimal): -8907767 or 595064. OLE color: 595064.
HSL color Cylindrical-coordinate representation of color #781409: hue angle of 5.95º 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 #781409 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 9 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.53 |
| HSL | 5.95º | 0.86% | 0.25% | - |
| HSV(B) | 5.95º | 0.93% | 0.47% | - |
| XYZ | 8.05 | 4.51 | 0.71 | - |
| YUV | 48.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 9 | 0 | 0.83 | 0.92 | 0.53 | 5.95 | 0.86 | 0.25 |
| Hex | 78 | 14 | 9 | 0 | 53 | 5C | 35 | 6 | 56 | 19 |
| Octal | 170 | 24 | 11 | 0 | 123 | 134 | 65 | 6 | 126 | 31 |
| Binary | 1111000 | 10100 | 1001 | 0 | 1010011 | 1011100 | 110101 | 110 | 1010110 | 11001 |
Color Harmonies of #781409
Complementary color
Monochromatic Colors of #781409
Black with #781409
Text Example
Text Example
White with #781409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781409; }
p { color: rgb(120,20,9); }
H1.HeaderClassName
{
color: #781409;
}
.AnyTagClassName
{
color: #781409;
}
</style>
background-color css
<style>
a { background-color: #781409; }
a { background-color: rgb(120,20,9); }
div.DivClassName
{
background-color: #781409;
}
.BgClassName
{
background-color: #781409;
}
</style>
border-color css
<style>
span { border-color: #781409; }
span { border-color: rgb(120,20,9); }
td.TdClassName
{
border-color: #781409;
}
.TagClassName
{
border-color: #781409;
}
</style>