Shades of Falu Red #781D15
Tints of Falu Red #781D15
RGB
CMYK
RGB Variations
Color information
#781D15 (or 0x781D15) is known color: Falu Red. HEX triplet: 78, 1D and 15. RGB value is (120,29,21). Sum of RGB (Red+Green+Blue) = 120+29+21=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #781D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D15 is #87E2EA. Grayscale: #373737. Windows color (decimal): -8905451 or 1383800. OLE color: 1383800.
HSL color Cylindrical-coordinate representation of color #781D15: hue angle of 4.85º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781D15 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 21 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.53 |
| HSL | 4.85º | 0.7% | 0.28% | - |
| HSV(B) | 4.85º | 0.83% | 0.47% | - |
| XYZ | 8.32 | 4.93 | 1.22 | - |
| YUV | 55.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 21 | 0 | 0.76 | 0.83 | 0.53 | 4.85 | 0.7 | 0.28 |
| Hex | 78 | 1D | 15 | 0 | 4C | 53 | 35 | 5 | 46 | 1C |
| Octal | 170 | 35 | 25 | 0 | 114 | 123 | 65 | 5 | 106 | 34 |
| Binary | 1111000 | 11101 | 10101 | 0 | 1001100 | 1010011 | 110101 | 101 | 1000110 | 11100 |
Color Harmonies of #781D15
Complementary color
Monochromatic Colors of #781D15
Black with #781D15
Text Example
Text Example
White with #781D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D15; }
p { color: rgb(120,29,21); }
H1.HeaderClassName
{
color: #781D15;
}
.AnyTagClassName
{
color: #781D15;
}
</style>
background-color css
<style>
a { background-color: #781D15; }
a { background-color: rgb(120,29,21); }
div.DivClassName
{
background-color: #781D15;
}
.BgClassName
{
background-color: #781D15;
}
</style>
border-color css
<style>
span { border-color: #781D15; }
span { border-color: rgb(120,29,21); }
td.TdClassName
{
border-color: #781D15;
}
.TagClassName
{
border-color: #781D15;
}
</style>