Shades of Falu Red #781905
Tints of Falu Red #781905
RGB
CMYK
RGB Variations
Color information
#781905 (or 0x781905) is known color: Falu Red. HEX triplet: 78, 19 and 05. RGB value is (120,25,5). Sum of RGB (Red+Green+Blue) = 120+25+5=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #781905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781905 is #87E6FA. Grayscale: #333333. Windows color (decimal): -8906491 or 334200. OLE color: 334200.
HSL color Cylindrical-coordinate representation of color #781905: hue angle of 10.43º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #781905 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 5 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.53 |
| HSL | 10.43º | 0.92% | 0.25% | - |
| HSV(B) | 10.43º | 0.96% | 0.47% | - |
| XYZ | 8.12 | 4.7 | 0.62 | - |
| YUV | 51.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 5 | 0 | 0.79 | 0.96 | 0.53 | 10.43 | 0.92 | 0.25 |
| Hex | 78 | 19 | 5 | 0 | 4F | 60 | 35 | A | 5C | 19 |
| Octal | 170 | 31 | 5 | 0 | 117 | 140 | 65 | 12 | 134 | 31 |
| Binary | 1111000 | 11001 | 101 | 0 | 1001111 | 1100000 | 110101 | 1010 | 1011100 | 11001 |
Color Harmonies of #781905
Complementary color
Monochromatic Colors of #781905
Black with #781905
Text Example
Text Example
White with #781905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781905; }
p { color: rgb(120,25,5); }
H1.HeaderClassName
{
color: #781905;
}
.AnyTagClassName
{
color: #781905;
}
</style>
background-color css
<style>
a { background-color: #781905; }
a { background-color: rgb(120,25,5); }
div.DivClassName
{
background-color: #781905;
}
.BgClassName
{
background-color: #781905;
}
</style>
border-color css
<style>
span { border-color: #781905; }
span { border-color: rgb(120,25,5); }
td.TdClassName
{
border-color: #781905;
}
.TagClassName
{
border-color: #781905;
}
</style>