Shades of Falu Red #781C19
Tints of Falu Red #781C19
RGB
CMYK
RGB Variations
Color information
#781C19 (or 0x781C19) is known color: Falu Red. HEX triplet: 78, 1C and 19. RGB value is (120,28,25). Sum of RGB (Red+Green+Blue) = 120+28+25=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #781C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C19 is #87E3E6. Grayscale: #373737. Windows color (decimal): -8905703 or 1645688. OLE color: 1645688.
HSL color Cylindrical-coordinate representation of color #781C19: hue angle of 1.89º 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 #781C19 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 25 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.53 |
| HSL | 1.89º | 0.66% | 0.28% | - |
| HSV(B) | 1.89º | 0.79% | 0.47% | - |
| XYZ | 8.34 | 4.89 | 1.42 | - |
| YUV | 55.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 25 | 0 | 0.77 | 0.79 | 0.53 | 1.89 | 0.66 | 0.28 |
| Hex | 78 | 1C | 19 | 0 | 4D | 4F | 35 | 2 | 42 | 1C |
| Octal | 170 | 34 | 31 | 0 | 115 | 117 | 65 | 2 | 102 | 34 |
| Binary | 1111000 | 11100 | 11001 | 0 | 1001101 | 1001111 | 110101 | 10 | 1000010 | 11100 |
Color Harmonies of #781C19
Complementary color
Monochromatic Colors of #781C19
Black with #781C19
Text Example
Text Example
White with #781C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C19; }
p { color: rgb(120,28,25); }
H1.HeaderClassName
{
color: #781C19;
}
.AnyTagClassName
{
color: #781C19;
}
</style>
background-color css
<style>
a { background-color: #781C19; }
a { background-color: rgb(120,28,25); }
div.DivClassName
{
background-color: #781C19;
}
.BgClassName
{
background-color: #781C19;
}
</style>
border-color css
<style>
span { border-color: #781C19; }
span { border-color: rgb(120,28,25); }
td.TdClassName
{
border-color: #781C19;
}
.TagClassName
{
border-color: #781C19;
}
</style>