Shades of Falu Red #771D15
Tints of Falu Red #771D15
RGB
CMYK
RGB Variations
Color information
#771D15 (or 0x771D15) is known color: Falu Red. HEX triplet: 77, 1D and 15. RGB value is (119,29,21). Sum of RGB (Red+Green+Blue) = 119+29+21=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #771D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D15 is #88E2EA. Grayscale: #373737. Windows color (decimal): -8970987 or 1383799. OLE color: 1383799.
HSL color Cylindrical-coordinate representation of color #771D15: hue angle of 4.9º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771D15 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 21 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.53 |
| HSL | 4.9º | 0.7% | 0.27% | - |
| HSV(B) | 4.9º | 0.82% | 0.47% | - |
| XYZ | 8.18 | 4.85 | 1.22 | - |
| YUV | 55 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 21 | 0 | 0.76 | 0.82 | 0.53 | 4.9 | 0.7 | 0.27 |
| Hex | 77 | 1D | 15 | 0 | 4C | 52 | 35 | 5 | 46 | 1B |
| Octal | 167 | 35 | 25 | 0 | 114 | 122 | 65 | 5 | 106 | 33 |
| Binary | 1110111 | 11101 | 10101 | 0 | 1001100 | 1010010 | 110101 | 101 | 1000110 | 11011 |
Color Harmonies of #771D15
Complementary color
Monochromatic Colors of #771D15
Black with #771D15
Text Example
Text Example
White with #771D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D15; }
p { color: rgb(119,29,21); }
H1.HeaderClassName
{
color: #771D15;
}
.AnyTagClassName
{
color: #771D15;
}
</style>
background-color css
<style>
a { background-color: #771D15; }
a { background-color: rgb(119,29,21); }
div.DivClassName
{
background-color: #771D15;
}
.BgClassName
{
background-color: #771D15;
}
</style>
border-color css
<style>
span { border-color: #771D15; }
span { border-color: rgb(119,29,21); }
td.TdClassName
{
border-color: #771D15;
}
.TagClassName
{
border-color: #771D15;
}
</style>