Shades of Falu Red #781410
Tints of Falu Red #781410
RGB
CMYK
RGB Variations
Color information
#781410 (or 0x781410) is known color: Falu Red. HEX triplet: 78, 14 and 10. RGB value is (120,20,16). Sum of RGB (Red+Green+Blue) = 120+20+16=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781410 is #87EBEF. Grayscale: #313131. Windows color (decimal): -8907760 or 1053816. OLE color: 1053816.
HSL color Cylindrical-coordinate representation of color #781410: hue angle of 2.31º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781410 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 16 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.53 |
| HSL | 2.31º | 0.76% | 0.27% | - |
| HSV(B) | 2.31º | 0.87% | 0.47% | - |
| XYZ | 8.09 | 4.53 | 0.94 | - |
| YUV | 49.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 16 | 0 | 0.83 | 0.87 | 0.53 | 2.31 | 0.76 | 0.27 |
| Hex | 78 | 14 | 10 | 0 | 53 | 57 | 35 | 2 | 4C | 1B |
| Octal | 170 | 24 | 20 | 0 | 123 | 127 | 65 | 2 | 114 | 33 |
| Binary | 1111000 | 10100 | 10000 | 0 | 1010011 | 1010111 | 110101 | 10 | 1001100 | 11011 |
Color Harmonies of #781410
Complementary color
Monochromatic Colors of #781410
Black with #781410
Text Example
Text Example
White with #781410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781410; }
p { color: rgb(120,20,16); }
H1.HeaderClassName
{
color: #781410;
}
.AnyTagClassName
{
color: #781410;
}
</style>
background-color css
<style>
a { background-color: #781410; }
a { background-color: rgb(120,20,16); }
div.DivClassName
{
background-color: #781410;
}
.BgClassName
{
background-color: #781410;
}
</style>
border-color css
<style>
span { border-color: #781410; }
span { border-color: rgb(120,20,16); }
td.TdClassName
{
border-color: #781410;
}
.TagClassName
{
border-color: #781410;
}
</style>