Shades of Falu Red #781B05
Tints of Falu Red #781B05
RGB
CMYK
RGB Variations
Color information
#781B05 (or 0x781B05) is known color: Falu Red. HEX triplet: 78, 1B and 05. RGB value is (120,27,5). Sum of RGB (Red+Green+Blue) = 120+27+5=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B05 is #87E4FA. Grayscale: #343434. Windows color (decimal): -8905979 or 334712. OLE color: 334712.
HSL color Cylindrical-coordinate representation of color #781B05: hue angle of 11.48º 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 #781B05 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 5 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.53 |
| HSL | 11.48º | 0.92% | 0.25% | - |
| HSV(B) | 11.48º | 0.96% | 0.47% | - |
| XYZ | 8.17 | 4.79 | 0.64 | - |
| YUV | 52.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 5 | 0 | 0.78 | 0.96 | 0.53 | 11.48 | 0.92 | 0.25 |
| Hex | 78 | 1B | 5 | 0 | 4E | 60 | 35 | B | 5C | 19 |
| Octal | 170 | 33 | 5 | 0 | 116 | 140 | 65 | 13 | 134 | 31 |
| Binary | 1111000 | 11011 | 101 | 0 | 1001110 | 1100000 | 110101 | 1011 | 1011100 | 11001 |
Color Harmonies of #781B05
Complementary color
Monochromatic Colors of #781B05
Black with #781B05
Text Example
Text Example
White with #781B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B05; }
p { color: rgb(120,27,5); }
H1.HeaderClassName
{
color: #781B05;
}
.AnyTagClassName
{
color: #781B05;
}
</style>
background-color css
<style>
a { background-color: #781B05; }
a { background-color: rgb(120,27,5); }
div.DivClassName
{
background-color: #781B05;
}
.BgClassName
{
background-color: #781B05;
}
</style>
border-color css
<style>
span { border-color: #781B05; }
span { border-color: rgb(120,27,5); }
td.TdClassName
{
border-color: #781B05;
}
.TagClassName
{
border-color: #781B05;
}
</style>