Shades of Falu Red #78160A
Tints of Falu Red #78160A
RGB
CMYK
RGB Variations
Color information
#78160A (or 0x78160A) is known color: Falu Red. HEX triplet: 78, 16 and 0A. RGB value is (120,22,10). Sum of RGB (Red+Green+Blue) = 120+22+10=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78160A is #87E9F5. Grayscale: #323232. Windows color (decimal): -8907254 or 661112. OLE color: 661112.
HSL color Cylindrical-coordinate representation of color #78160A: hue angle of 6.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78160A is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 10 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.53 |
| HSL | 6.55º | 0.85% | 0.25% | - |
| HSV(B) | 6.55º | 0.92% | 0.47% | - |
| XYZ | 8.09 | 4.59 | 0.75 | - |
| YUV | 49.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 10 | 0 | 0.82 | 0.92 | 0.53 | 6.55 | 0.85 | 0.25 |
| Hex | 78 | 16 | A | 0 | 52 | 5C | 35 | 7 | 55 | 19 |
| Octal | 170 | 26 | 12 | 0 | 122 | 134 | 65 | 7 | 125 | 31 |
| Binary | 1111000 | 10110 | 1010 | 0 | 1010010 | 1011100 | 110101 | 111 | 1010101 | 11001 |
Color Harmonies of #78160A
Complementary color
Monochromatic Colors of #78160A
Black with #78160A
Text Example
Text Example
White with #78160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78160A; }
p { color: rgb(120,22,10); }
H1.HeaderClassName
{
color: #78160A;
}
.AnyTagClassName
{
color: #78160A;
}
</style>
background-color css
<style>
a { background-color: #78160A; }
a { background-color: rgb(120,22,10); }
div.DivClassName
{
background-color: #78160A;
}
.BgClassName
{
background-color: #78160A;
}
</style>
border-color css
<style>
span { border-color: #78160A; }
span { border-color: rgb(120,22,10); }
td.TdClassName
{
border-color: #78160A;
}
.TagClassName
{
border-color: #78160A;
}
</style>