Shades of Falu Red #781F0C
Tints of Falu Red #781F0C
RGB
CMYK
RGB Variations
Color information
#781F0C (or 0x781F0C) is known color: Falu Red. HEX triplet: 78, 1F and 0C. RGB value is (120,31,12). Sum of RGB (Red+Green+Blue) = 120+31+12=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #781F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F0C is #87E0F3. Grayscale: #373737. Windows color (decimal): -8904948 or 794488. OLE color: 794488.
HSL color Cylindrical-coordinate representation of color #781F0C: hue angle of 10.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #781F0C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 12 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.53 |
| HSL | 10.56º | 0.82% | 0.26% | - |
| HSV(B) | 10.56º | 0.9% | 0.47% | - |
| XYZ | 8.3 | 5 | 0.88 | - |
| YUV | 55.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 12 | 0 | 0.74 | 0.90 | 0.53 | 10.56 | 0.82 | 0.26 |
| Hex | 78 | 1F | C | 0 | 4A | 5A | 35 | B | 52 | 1A |
| Octal | 170 | 37 | 14 | 0 | 112 | 132 | 65 | 13 | 122 | 32 |
| Binary | 1111000 | 11111 | 1100 | 0 | 1001010 | 1011010 | 110101 | 1011 | 1010010 | 11010 |
Color Harmonies of #781F0C
Complementary color
Monochromatic Colors of #781F0C
Black with #781F0C
Text Example
Text Example
White with #781F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F0C; }
p { color: rgb(120,31,12); }
H1.HeaderClassName
{
color: #781F0C;
}
.AnyTagClassName
{
color: #781F0C;
}
</style>
background-color css
<style>
a { background-color: #781F0C; }
a { background-color: rgb(120,31,12); }
div.DivClassName
{
background-color: #781F0C;
}
.BgClassName
{
background-color: #781F0C;
}
</style>
border-color css
<style>
span { border-color: #781F0C; }
span { border-color: rgb(120,31,12); }
td.TdClassName
{
border-color: #781F0C;
}
.TagClassName
{
border-color: #781F0C;
}
</style>