Shades of Falu Red #781F04
Tints of Falu Red #781F04
RGB
CMYK
RGB Variations
Color information
#781F04 (or 0x781F04) is known color: Falu Red. HEX triplet: 78, 1F and 04. RGB value is (120,31,4). Sum of RGB (Red+Green+Blue) = 120+31+4=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F04 is #87E0FB. Grayscale: #363636. Windows color (decimal): -8904956 or 270200. OLE color: 270200.
HSL color Cylindrical-coordinate representation of color #781F04: hue angle of 13.97º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #781F04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 4 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.53 |
| HSL | 13.97º | 0.94% | 0.24% | - |
| HSV(B) | 13.97º | 0.97% | 0.47% | - |
| XYZ | 8.26 | 4.98 | 0.64 | - |
| YUV | 54.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 4 | 0 | 0.74 | 0.97 | 0.53 | 13.97 | 0.94 | 0.24 |
| Hex | 78 | 1F | 4 | 0 | 4A | 61 | 35 | E | 5E | 18 |
| Octal | 170 | 37 | 4 | 0 | 112 | 141 | 65 | 16 | 136 | 30 |
| Binary | 1111000 | 11111 | 100 | 0 | 1001010 | 1100001 | 110101 | 1110 | 1011110 | 11000 |
Color Harmonies of #781F04
Complementary color
Monochromatic Colors of #781F04
Black with #781F04
Text Example
Text Example
White with #781F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F04; }
p { color: rgb(120,31,4); }
H1.HeaderClassName
{
color: #781F04;
}
.AnyTagClassName
{
color: #781F04;
}
</style>
background-color css
<style>
a { background-color: #781F04; }
a { background-color: rgb(120,31,4); }
div.DivClassName
{
background-color: #781F04;
}
.BgClassName
{
background-color: #781F04;
}
</style>
border-color css
<style>
span { border-color: #781F04; }
span { border-color: rgb(120,31,4); }
td.TdClassName
{
border-color: #781F04;
}
.TagClassName
{
border-color: #781F04;
}
</style>