Shades of Falu Red #781B0F
Tints of Falu Red #781B0F
RGB
CMYK
RGB Variations
Color information
#781B0F (or 0x781B0F) is known color: Falu Red. HEX triplet: 78, 1B and 0F. RGB value is (120,27,15). Sum of RGB (Red+Green+Blue) = 120+27+15=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B0F is #87E4F0. Grayscale: #353535. Windows color (decimal): -8905969 or 990072. OLE color: 990072.
HSL color Cylindrical-coordinate representation of color #781B0F: hue angle of 6.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781B0F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 15 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.53 |
| HSL | 6.86º | 0.78% | 0.26% | - |
| HSV(B) | 6.86º | 0.88% | 0.47% | - |
| XYZ | 8.22 | 4.81 | 0.95 | - |
| YUV | 53.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 15 | 0 | 0.78 | 0.87 | 0.53 | 6.86 | 0.78 | 0.26 |
| Hex | 78 | 1B | F | 0 | 4E | 57 | 35 | 7 | 4E | 1A |
| Octal | 170 | 33 | 17 | 0 | 116 | 127 | 65 | 7 | 116 | 32 |
| Binary | 1111000 | 11011 | 1111 | 0 | 1001110 | 1010111 | 110101 | 111 | 1001110 | 11010 |
Color Harmonies of #781B0F
Complementary color
Monochromatic Colors of #781B0F
Black with #781B0F
Text Example
Text Example
White with #781B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B0F; }
p { color: rgb(120,27,15); }
H1.HeaderClassName
{
color: #781B0F;
}
.AnyTagClassName
{
color: #781B0F;
}
</style>
background-color css
<style>
a { background-color: #781B0F; }
a { background-color: rgb(120,27,15); }
div.DivClassName
{
background-color: #781B0F;
}
.BgClassName
{
background-color: #781B0F;
}
</style>
border-color css
<style>
span { border-color: #781B0F; }
span { border-color: rgb(120,27,15); }
td.TdClassName
{
border-color: #781B0F;
}
.TagClassName
{
border-color: #781B0F;
}
</style>