Shades of Falu Red #781F00
Tints of Falu Red #781F00
RGB
CMYK
RGB Variations
Color information
#781F00 (or 0x781F00) is known color: Falu Red. HEX triplet: 78, 1F and 00. RGB value is (120,31,0). Sum of RGB (Red+Green+Blue) = 120+31+0=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #781F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F00 is #87E0FF. Grayscale: #363636. Windows color (decimal): -8904960 or 8056. OLE color: 8056.
HSL color Cylindrical-coordinate representation of color #781F00: hue angle of 15.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #781F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.53 |
| HSL | 15.5º | 1% | 0.24% | - |
| HSV(B) | 15.5º | 1% | 0.47% | - |
| XYZ | 8.24 | 4.97 | 0.53 | - |
| YUV | 54.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 0 | 0 | 0.74 | 1 | 0.53 | 15.5 | 1 | 0.24 |
| Hex | 78 | 1F | 0 | 0 | 4A | 64 | 35 | 10 | 64 | 18 |
| Octal | 170 | 37 | 0 | 0 | 112 | 144 | 65 | 20 | 144 | 30 |
| Binary | 1111000 | 11111 | 0 | 0 | 1001010 | 1100100 | 110101 | 10000 | 1100100 | 11000 |
Color Harmonies of #781F00
Complementary color
Monochromatic Colors of #781F00
Black with #781F00
Text Example
Text Example
White with #781F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F00; }
p { color: rgb(120,31,0); }
H1.HeaderClassName
{
color: #781F00;
}
.AnyTagClassName
{
color: #781F00;
}
</style>
background-color css
<style>
a { background-color: #781F00; }
a { background-color: rgb(120,31,0); }
div.DivClassName
{
background-color: #781F00;
}
.BgClassName
{
background-color: #781F00;
}
</style>
border-color css
<style>
span { border-color: #781F00; }
span { border-color: rgb(120,31,0); }
td.TdClassName
{
border-color: #781F00;
}
.TagClassName
{
border-color: #781F00;
}
</style>