Shades of Falu Red #77130D
Tints of Falu Red #77130D
RGB
CMYK
RGB Variations
Color information
#77130D (or 0x77130D) is known color: Falu Red. HEX triplet: 77, 13 and 0D. RGB value is (119,19,13). Sum of RGB (Red+Green+Blue) = 119+19+13=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77130D is #88ECF2. Grayscale: #303030. Windows color (decimal): -8973555 or 856951. OLE color: 856951.
HSL color Cylindrical-coordinate representation of color #77130D: hue angle of 3.4º 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 #77130D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 19 | 13 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.53 |
| HSL | 3.4º | 0.8% | 0.26% | - |
| HSV(B) | 3.4º | 0.89% | 0.47% | - |
| XYZ | 7.91 | 4.42 | 0.82 | - |
| YUV | 48.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 13 | 0 | 0.84 | 0.89 | 0.53 | 3.4 | 0.8 | 0.26 |
| Hex | 77 | 13 | D | 0 | 54 | 59 | 35 | 3 | 50 | 1A |
| Octal | 167 | 23 | 15 | 0 | 124 | 131 | 65 | 3 | 120 | 32 |
| Binary | 1110111 | 10011 | 1101 | 0 | 1010100 | 1011001 | 110101 | 11 | 1010000 | 11010 |
Color Harmonies of #77130D
Complementary color
Monochromatic Colors of #77130D
Black with #77130D
Text Example
Text Example
White with #77130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77130D; }
p { color: rgb(119,19,13); }
H1.HeaderClassName
{
color: #77130D;
}
.AnyTagClassName
{
color: #77130D;
}
</style>
background-color css
<style>
a { background-color: #77130D; }
a { background-color: rgb(119,19,13); }
div.DivClassName
{
background-color: #77130D;
}
.BgClassName
{
background-color: #77130D;
}
</style>
border-color css
<style>
span { border-color: #77130D; }
span { border-color: rgb(119,19,13); }
td.TdClassName
{
border-color: #77130D;
}
.TagClassName
{
border-color: #77130D;
}
</style>