Shades of Falu Red #781F09
Tints of Falu Red #781F09
RGB
CMYK
RGB Variations
Color information
#781F09 (or 0x781F09) is known color: Falu Red. HEX triplet: 78, 1F and 09. RGB value is (120,31,9). Sum of RGB (Red+Green+Blue) = 120+31+9=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F09 is #87E0F6. Grayscale: #373737. Windows color (decimal): -8904951 or 597880. OLE color: 597880.
HSL color Cylindrical-coordinate representation of color #781F09: hue angle of 11.89º 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 #781F09 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 9 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.53 |
| HSL | 11.89º | 0.86% | 0.25% | - |
| HSV(B) | 11.89º | 0.93% | 0.47% | - |
| XYZ | 8.29 | 4.99 | 0.79 | - |
| YUV | 55.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 9 | 0 | 0.74 | 0.92 | 0.53 | 11.89 | 0.86 | 0.25 |
| Hex | 78 | 1F | 9 | 0 | 4A | 5C | 35 | C | 56 | 19 |
| Octal | 170 | 37 | 11 | 0 | 112 | 134 | 65 | 14 | 126 | 31 |
| Binary | 1111000 | 11111 | 1001 | 0 | 1001010 | 1011100 | 110101 | 1100 | 1010110 | 11001 |
Color Harmonies of #781F09
Complementary color
Monochromatic Colors of #781F09
Black with #781F09
Text Example
Text Example
White with #781F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F09; }
p { color: rgb(120,31,9); }
H1.HeaderClassName
{
color: #781F09;
}
.AnyTagClassName
{
color: #781F09;
}
</style>
background-color css
<style>
a { background-color: #781F09; }
a { background-color: rgb(120,31,9); }
div.DivClassName
{
background-color: #781F09;
}
.BgClassName
{
background-color: #781F09;
}
</style>
border-color css
<style>
span { border-color: #781F09; }
span { border-color: rgb(120,31,9); }
td.TdClassName
{
border-color: #781F09;
}
.TagClassName
{
border-color: #781F09;
}
</style>