Shades of Falu Red #771B1A
Tints of Falu Red #771B1A
RGB
CMYK
RGB Variations
Color information
#771B1A (or 0x771B1A) is known color: Falu Red. HEX triplet: 77, 1B and 1A. RGB value is (119,27,26). Sum of RGB (Red+Green+Blue) = 119+27+26=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #771B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B1A is #88E4E5. Grayscale: #363636. Windows color (decimal): -8971494 or 1710967. OLE color: 1710967.
HSL color Cylindrical-coordinate representation of color #771B1A: hue angle of 0.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771B1A is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 26 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.53 |
| HSL | 0.65º | 0.64% | 0.28% | - |
| HSV(B) | 0.65º | 0.78% | 0.47% | - |
| XYZ | 8.19 | 4.78 | 1.47 | - |
| YUV | 54.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 26 | 0 | 0.77 | 0.78 | 0.53 | 0.65 | 0.64 | 0.28 |
| Hex | 77 | 1B | 1A | 0 | 4D | 4E | 35 | 1 | 40 | 1C |
| Octal | 167 | 33 | 32 | 0 | 115 | 116 | 65 | 1 | 100 | 34 |
| Binary | 1110111 | 11011 | 11010 | 0 | 1001101 | 1001110 | 110101 | 1 | 1000000 | 11100 |
Color Harmonies of #771B1A
Complementary color
Monochromatic Colors of #771B1A
Black with #771B1A
Text Example
Text Example
White with #771B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B1A; }
p { color: rgb(119,27,26); }
H1.HeaderClassName
{
color: #771B1A;
}
.AnyTagClassName
{
color: #771B1A;
}
</style>
background-color css
<style>
a { background-color: #771B1A; }
a { background-color: rgb(119,27,26); }
div.DivClassName
{
background-color: #771B1A;
}
.BgClassName
{
background-color: #771B1A;
}
</style>
border-color css
<style>
span { border-color: #771B1A; }
span { border-color: rgb(119,27,26); }
td.TdClassName
{
border-color: #771B1A;
}
.TagClassName
{
border-color: #771B1A;
}
</style>