Shades of Falu Red #771F10
Tints of Falu Red #771F10
RGB
CMYK
RGB Variations
Color information
#771F10 (or 0x771F10) is known color: Falu Red. HEX triplet: 77, 1F and 10. RGB value is (119,31,16). Sum of RGB (Red+Green+Blue) = 119+31+16=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #771F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F10 is #88E0EF. Grayscale: #373737. Windows color (decimal): -8970480 or 1056631. OLE color: 1056631.
HSL color Cylindrical-coordinate representation of color #771F10: hue angle of 8.74º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771F10 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 16 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.53 |
| HSL | 8.74º | 0.76% | 0.26% | - |
| HSV(B) | 8.74º | 0.87% | 0.47% | - |
| XYZ | 8.19 | 4.94 | 1.01 | - |
| YUV | 55.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 16 | 0 | 0.74 | 0.87 | 0.53 | 8.74 | 0.76 | 0.26 |
| Hex | 77 | 1F | 10 | 0 | 4A | 57 | 35 | 9 | 4C | 1A |
| Octal | 167 | 37 | 20 | 0 | 112 | 127 | 65 | 11 | 114 | 32 |
| Binary | 1110111 | 11111 | 10000 | 0 | 1001010 | 1010111 | 110101 | 1001 | 1001100 | 11010 |
Color Harmonies of #771F10
Complementary color
Monochromatic Colors of #771F10
Black with #771F10
Text Example
Text Example
White with #771F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F10; }
p { color: rgb(119,31,16); }
H1.HeaderClassName
{
color: #771F10;
}
.AnyTagClassName
{
color: #771F10;
}
</style>
background-color css
<style>
a { background-color: #771F10; }
a { background-color: rgb(119,31,16); }
div.DivClassName
{
background-color: #771F10;
}
.BgClassName
{
background-color: #771F10;
}
</style>
border-color css
<style>
span { border-color: #771F10; }
span { border-color: rgb(119,31,16); }
td.TdClassName
{
border-color: #771F10;
}
.TagClassName
{
border-color: #771F10;
}
</style>