Shades of Falu Red #781F19
Tints of Falu Red #781F19
RGB
CMYK
RGB Variations
Color information
#781F19 (or 0x781F19) is known color: Falu Red. HEX triplet: 78, 1F and 19. RGB value is (120,31,25). Sum of RGB (Red+Green+Blue) = 120+31+25=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F19 is #87E0E6. Grayscale: #393939. Windows color (decimal): -8904935 or 1646456. OLE color: 1646456.
HSL color Cylindrical-coordinate representation of color #781F19: hue angle of 3.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781F19 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 25 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.53 |
| HSL | 3.79º | 0.66% | 0.28% | - |
| HSV(B) | 3.79º | 0.79% | 0.47% | - |
| XYZ | 8.41 | 5.04 | 1.45 | - |
| YUV | 56.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 25 | 0 | 0.74 | 0.79 | 0.53 | 3.79 | 0.66 | 0.28 |
| Hex | 78 | 1F | 19 | 0 | 4A | 4F | 35 | 4 | 42 | 1C |
| Octal | 170 | 37 | 31 | 0 | 112 | 117 | 65 | 4 | 102 | 34 |
| Binary | 1111000 | 11111 | 11001 | 0 | 1001010 | 1001111 | 110101 | 100 | 1000010 | 11100 |
Color Harmonies of #781F19
Complementary color
Monochromatic Colors of #781F19
Black with #781F19
Text Example
Text Example
White with #781F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F19; }
p { color: rgb(120,31,25); }
H1.HeaderClassName
{
color: #781F19;
}
.AnyTagClassName
{
color: #781F19;
}
</style>
background-color css
<style>
a { background-color: #781F19; }
a { background-color: rgb(120,31,25); }
div.DivClassName
{
background-color: #781F19;
}
.BgClassName
{
background-color: #781F19;
}
</style>
border-color css
<style>
span { border-color: #781F19; }
span { border-color: rgb(120,31,25); }
td.TdClassName
{
border-color: #781F19;
}
.TagClassName
{
border-color: #781F19;
}
</style>