Shades of Falu Red #771F09
Tints of Falu Red #771F09
RGB
CMYK
RGB Variations
Color information
#771F09 (or 0x771F09) is known color: Falu Red. HEX triplet: 77, 1F and 09. RGB value is (119,31,9). Sum of RGB (Red+Green+Blue) = 119+31+9=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #771F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F09 is #88E0F6. Grayscale: #363636. Windows color (decimal): -8970487 or 597879. OLE color: 597879.
HSL color Cylindrical-coordinate representation of color #771F09: hue angle of 12º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #771F09 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 9 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.53 |
| HSL | 12º | 0.86% | 0.25% | - |
| HSV(B) | 12º | 0.92% | 0.47% | - |
| XYZ | 8.15 | 4.92 | 0.78 | - |
| YUV | 54.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 9 | 0 | 0.74 | 0.92 | 0.53 | 12 | 0.86 | 0.25 |
| Hex | 77 | 1F | 9 | 0 | 4A | 5C | 35 | C | 56 | 19 |
| Octal | 167 | 37 | 11 | 0 | 112 | 134 | 65 | 14 | 126 | 31 |
| Binary | 1110111 | 11111 | 1001 | 0 | 1001010 | 1011100 | 110101 | 1100 | 1010110 | 11001 |
Color Harmonies of #771F09
Complementary color
Monochromatic Colors of #771F09
Black with #771F09
Text Example
Text Example
White with #771F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F09; }
p { color: rgb(119,31,9); }
H1.HeaderClassName
{
color: #771F09;
}
.AnyTagClassName
{
color: #771F09;
}
</style>
background-color css
<style>
a { background-color: #771F09; }
a { background-color: rgb(119,31,9); }
div.DivClassName
{
background-color: #771F09;
}
.BgClassName
{
background-color: #771F09;
}
</style>
border-color css
<style>
span { border-color: #771F09; }
span { border-color: rgb(119,31,9); }
td.TdClassName
{
border-color: #771F09;
}
.TagClassName
{
border-color: #771F09;
}
</style>