Shades of Falu Red #77190D
Tints of Falu Red #77190D
RGB
CMYK
RGB Variations
Color information
#77190D (or 0x77190D) is known color: Falu Red. HEX triplet: 77, 19 and 0D. RGB value is (119,25,13). Sum of RGB (Red+Green+Blue) = 119+25+13=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #77190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77190D is #88E6F2. Grayscale: #333333. Windows color (decimal): -8972019 or 858487. OLE color: 858487.
HSL color Cylindrical-coordinate representation of color #77190D: hue angle of 6.79º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77190D is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 13 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.53 |
| HSL | 6.79º | 0.8% | 0.26% | - |
| HSV(B) | 6.79º | 0.89% | 0.47% | - |
| XYZ | 8.03 | 4.65 | 0.85 | - |
| YUV | 51.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 13 | 0 | 0.79 | 0.89 | 0.53 | 6.79 | 0.8 | 0.26 |
| Hex | 77 | 19 | D | 0 | 4F | 59 | 35 | 7 | 50 | 1A |
| Octal | 167 | 31 | 15 | 0 | 117 | 131 | 65 | 7 | 120 | 32 |
| Binary | 1110111 | 11001 | 1101 | 0 | 1001111 | 1011001 | 110101 | 111 | 1010000 | 11010 |
Color Harmonies of #77190D
Complementary color
Monochromatic Colors of #77190D
Black with #77190D
Text Example
Text Example
White with #77190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77190D; }
p { color: rgb(119,25,13); }
H1.HeaderClassName
{
color: #77190D;
}
.AnyTagClassName
{
color: #77190D;
}
</style>
background-color css
<style>
a { background-color: #77190D; }
a { background-color: rgb(119,25,13); }
div.DivClassName
{
background-color: #77190D;
}
.BgClassName
{
background-color: #77190D;
}
</style>
border-color css
<style>
span { border-color: #77190D; }
span { border-color: rgb(119,25,13); }
td.TdClassName
{
border-color: #77190D;
}
.TagClassName
{
border-color: #77190D;
}
</style>