Shades of Falu Red #781C1A
Tints of Falu Red #781C1A
RGB
CMYK
RGB Variations
Color information
#781C1A (or 0x781C1A) is known color: Falu Red. HEX triplet: 78, 1C and 1A. RGB value is (120,28,26). Sum of RGB (Red+Green+Blue) = 120+28+26=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C1A is #87E3E5. Grayscale: #373737. Windows color (decimal): -8905702 or 1711224. OLE color: 1711224.
HSL color Cylindrical-coordinate representation of color #781C1A: hue angle of 1.28º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781C1A is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 26 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.53 |
| HSL | 1.28º | 0.64% | 0.29% | - |
| HSV(B) | 1.28º | 0.78% | 0.47% | - |
| XYZ | 8.35 | 4.9 | 1.48 | - |
| YUV | 55.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 26 | 0 | 0.77 | 0.78 | 0.53 | 1.28 | 0.64 | 0.29 |
| Hex | 78 | 1C | 1A | 0 | 4D | 4E | 35 | 1 | 40 | 1D |
| Octal | 170 | 34 | 32 | 0 | 115 | 116 | 65 | 1 | 100 | 35 |
| Binary | 1111000 | 11100 | 11010 | 0 | 1001101 | 1001110 | 110101 | 1 | 1000000 | 11101 |
Color Harmonies of #781C1A
Complementary color
Monochromatic Colors of #781C1A
Black with #781C1A
Text Example
Text Example
White with #781C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C1A; }
p { color: rgb(120,28,26); }
H1.HeaderClassName
{
color: #781C1A;
}
.AnyTagClassName
{
color: #781C1A;
}
</style>
background-color css
<style>
a { background-color: #781C1A; }
a { background-color: rgb(120,28,26); }
div.DivClassName
{
background-color: #781C1A;
}
.BgClassName
{
background-color: #781C1A;
}
</style>
border-color css
<style>
span { border-color: #781C1A; }
span { border-color: rgb(120,28,26); }
td.TdClassName
{
border-color: #781C1A;
}
.TagClassName
{
border-color: #781C1A;
}
</style>