Shades of Falu Red #781F08
Tints of Falu Red #781F08
RGB
CMYK
RGB Variations
Color information
#781F08 (or 0x781F08) is known color: Falu Red. HEX triplet: 78, 1F and 08. RGB value is (120,31,8). Sum of RGB (Red+Green+Blue) = 120+31+8=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F08 is #87E0F7. Grayscale: #373737. Windows color (decimal): -8904952 or 532344. OLE color: 532344.
HSL color Cylindrical-coordinate representation of color #781F08: hue angle of 12.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781F08 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 8 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.53 |
| HSL | 12.32º | 0.88% | 0.25% | - |
| HSV(B) | 12.32º | 0.93% | 0.47% | - |
| XYZ | 8.28 | 4.99 | 0.76 | - |
| YUV | 54.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 8 | 0 | 0.74 | 0.93 | 0.53 | 12.32 | 0.88 | 0.25 |
| Hex | 78 | 1F | 8 | 0 | 4A | 5D | 35 | C | 58 | 19 |
| Octal | 170 | 37 | 10 | 0 | 112 | 135 | 65 | 14 | 130 | 31 |
| Binary | 1111000 | 11111 | 1000 | 0 | 1001010 | 1011101 | 110101 | 1100 | 1011000 | 11001 |
Color Harmonies of #781F08
Complementary color
Monochromatic Colors of #781F08
Black with #781F08
Text Example
Text Example
White with #781F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F08; }
p { color: rgb(120,31,8); }
H1.HeaderClassName
{
color: #781F08;
}
.AnyTagClassName
{
color: #781F08;
}
</style>
background-color css
<style>
a { background-color: #781F08; }
a { background-color: rgb(120,31,8); }
div.DivClassName
{
background-color: #781F08;
}
.BgClassName
{
background-color: #781F08;
}
</style>
border-color css
<style>
span { border-color: #781F08; }
span { border-color: rgb(120,31,8); }
td.TdClassName
{
border-color: #781F08;
}
.TagClassName
{
border-color: #781F08;
}
</style>