Shades of Falu Red #771F1E
Tints of Falu Red #771F1E
RGB
CMYK
RGB Variations
Color information
#771F1E (or 0x771F1E) is known color: Falu Red. HEX triplet: 77, 1F and 1E. RGB value is (119,31,30). Sum of RGB (Red+Green+Blue) = 119+31+30=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F1E is #88E0E1. Grayscale: #393939. Windows color (decimal): -8970466 or 1974135. OLE color: 1974135.
HSL color Cylindrical-coordinate representation of color #771F1E: hue angle of 0.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771F1E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 30 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.53 |
| HSL | 0.67º | 0.6% | 0.29% | - |
| HSV(B) | 0.67º | 0.75% | 0.47% | - |
| XYZ | 8.33 | 5 | 1.75 | - |
| YUV | 57.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 30 | 0 | 0.74 | 0.75 | 0.53 | 0.67 | 0.6 | 0.29 |
| Hex | 77 | 1F | 1E | 0 | 4A | 4B | 35 | 1 | 3C | 1D |
| Octal | 167 | 37 | 36 | 0 | 112 | 113 | 65 | 1 | 74 | 35 |
| Binary | 1110111 | 11111 | 11110 | 0 | 1001010 | 1001011 | 110101 | 1 | 111100 | 11101 |
Color Harmonies of #771F1E
Complementary color
Monochromatic Colors of #771F1E
Black with #771F1E
Text Example
Text Example
White with #771F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F1E; }
p { color: rgb(119,31,30); }
H1.HeaderClassName
{
color: #771F1E;
}
.AnyTagClassName
{
color: #771F1E;
}
</style>
background-color css
<style>
a { background-color: #771F1E; }
a { background-color: rgb(119,31,30); }
div.DivClassName
{
background-color: #771F1E;
}
.BgClassName
{
background-color: #771F1E;
}
</style>
border-color css
<style>
span { border-color: #771F1E; }
span { border-color: rgb(119,31,30); }
td.TdClassName
{
border-color: #771F1E;
}
.TagClassName
{
border-color: #771F1E;
}
</style>