Shades of Falu Red #781F10
Tints of Falu Red #781F10
RGB
CMYK
RGB Variations
Color information
#781F10 (or 0x781F10) is known color: Falu Red. HEX triplet: 78, 1F and 10. RGB value is (120,31,16). Sum of RGB (Red+Green+Blue) = 120+31+16=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #781F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F10 is #87E0EF. Grayscale: #383838. Windows color (decimal): -8904944 or 1056632. OLE color: 1056632.
HSL color Cylindrical-coordinate representation of color #781F10: hue angle of 8.65º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781F10 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 16 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.53 |
| HSL | 8.65º | 0.76% | 0.27% | - |
| HSV(B) | 8.65º | 0.87% | 0.47% | - |
| XYZ | 8.33 | 5.01 | 1.02 | - |
| YUV | 55.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 16 | 0 | 0.74 | 0.87 | 0.53 | 8.65 | 0.76 | 0.27 |
| Hex | 78 | 1F | 10 | 0 | 4A | 57 | 35 | 9 | 4C | 1B |
| Octal | 170 | 37 | 20 | 0 | 112 | 127 | 65 | 11 | 114 | 33 |
| Binary | 1111000 | 11111 | 10000 | 0 | 1001010 | 1010111 | 110101 | 1001 | 1001100 | 11011 |
Color Harmonies of #781F10
Complementary color
Monochromatic Colors of #781F10
Black with #781F10
Text Example
Text Example
White with #781F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F10; }
p { color: rgb(120,31,16); }
H1.HeaderClassName
{
color: #781F10;
}
.AnyTagClassName
{
color: #781F10;
}
</style>
background-color css
<style>
a { background-color: #781F10; }
a { background-color: rgb(120,31,16); }
div.DivClassName
{
background-color: #781F10;
}
.BgClassName
{
background-color: #781F10;
}
</style>
border-color css
<style>
span { border-color: #781F10; }
span { border-color: rgb(120,31,16); }
td.TdClassName
{
border-color: #781F10;
}
.TagClassName
{
border-color: #781F10;
}
</style>