Shades of Falu Red #781F11
Tints of Falu Red #781F11
RGB
CMYK
RGB Variations
Color information
#781F11 (or 0x781F11) is known color: Falu Red. HEX triplet: 78, 1F and 11. RGB value is (120,31,17). Sum of RGB (Red+Green+Blue) = 120+31+17=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #781F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F11 is #87E0EE. Grayscale: #383838. Windows color (decimal): -8904943 or 1122168. OLE color: 1122168.
HSL color Cylindrical-coordinate representation of color #781F11: hue angle of 8.16º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781F11 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 17 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.53 |
| HSL | 8.16º | 0.75% | 0.27% | - |
| HSV(B) | 8.16º | 0.86% | 0.47% | - |
| XYZ | 8.34 | 5.01 | 1.06 | - |
| YUV | 56.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 17 | 0 | 0.74 | 0.86 | 0.53 | 8.16 | 0.75 | 0.27 |
| Hex | 78 | 1F | 11 | 0 | 4A | 56 | 35 | 8 | 4B | 1B |
| Octal | 170 | 37 | 21 | 0 | 112 | 126 | 65 | 10 | 113 | 33 |
| Binary | 1111000 | 11111 | 10001 | 0 | 1001010 | 1010110 | 110101 | 1000 | 1001011 | 11011 |
Color Harmonies of #781F11
Complementary color
Monochromatic Colors of #781F11
Black with #781F11
Text Example
Text Example
White with #781F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F11; }
p { color: rgb(120,31,17); }
H1.HeaderClassName
{
color: #781F11;
}
.AnyTagClassName
{
color: #781F11;
}
</style>
background-color css
<style>
a { background-color: #781F11; }
a { background-color: rgb(120,31,17); }
div.DivClassName
{
background-color: #781F11;
}
.BgClassName
{
background-color: #781F11;
}
</style>
border-color css
<style>
span { border-color: #781F11; }
span { border-color: rgb(120,31,17); }
td.TdClassName
{
border-color: #781F11;
}
.TagClassName
{
border-color: #781F11;
}
</style>