Shades of Falu Red #781C14
Tints of Falu Red #781C14
RGB
CMYK
RGB Variations
Color information
#781C14 (or 0x781C14) is known color: Falu Red. HEX triplet: 78, 1C and 14. RGB value is (120,28,20). Sum of RGB (Red+Green+Blue) = 120+28+20=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #781C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C14 is #87E3EB. Grayscale: #363636. Windows color (decimal): -8905708 or 1318008. OLE color: 1318008.
HSL color Cylindrical-coordinate representation of color #781C14: hue angle of 4.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781C14 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 20 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.53 |
| HSL | 4.8º | 0.71% | 0.27% | - |
| HSV(B) | 4.8º | 0.83% | 0.47% | - |
| XYZ | 8.29 | 4.87 | 1.17 | - |
| YUV | 54.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 20 | 0 | 0.77 | 0.83 | 0.53 | 4.8 | 0.71 | 0.27 |
| Hex | 78 | 1C | 14 | 0 | 4D | 53 | 35 | 5 | 47 | 1B |
| Octal | 170 | 34 | 24 | 0 | 115 | 123 | 65 | 5 | 107 | 33 |
| Binary | 1111000 | 11100 | 10100 | 0 | 1001101 | 1010011 | 110101 | 101 | 1000111 | 11011 |
Color Harmonies of #781C14
Complementary color
Monochromatic Colors of #781C14
Black with #781C14
Text Example
Text Example
White with #781C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C14; }
p { color: rgb(120,28,20); }
H1.HeaderClassName
{
color: #781C14;
}
.AnyTagClassName
{
color: #781C14;
}
</style>
background-color css
<style>
a { background-color: #781C14; }
a { background-color: rgb(120,28,20); }
div.DivClassName
{
background-color: #781C14;
}
.BgClassName
{
background-color: #781C14;
}
</style>
border-color css
<style>
span { border-color: #781C14; }
span { border-color: rgb(120,28,20); }
td.TdClassName
{
border-color: #781C14;
}
.TagClassName
{
border-color: #781C14;
}
</style>