Shades of Falu Red #78180A
Tints of Falu Red #78180A
RGB
CMYK
RGB Variations
Color information
#78180A (or 0x78180A) is known color: Falu Red. HEX triplet: 78, 18 and 0A. RGB value is (120,24,10). Sum of RGB (Red+Green+Blue) = 120+24+10=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #78180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78180A is #87E7F5. Grayscale: #333333. Windows color (decimal): -8906742 or 661624. OLE color: 661624.
HSL color Cylindrical-coordinate representation of color #78180A: hue angle of 7.64º 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 #78180A is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 10 | - |
| CMYK | 0 | 0.8 | 0.92 | 0.53 |
| HSL | 7.64º | 0.85% | 0.25% | - |
| HSV(B) | 7.64º | 0.92% | 0.47% | - |
| XYZ | 8.13 | 4.67 | 0.76 | - |
| YUV | 51.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 10 | 0 | 0.8 | 0.92 | 0.53 | 7.64 | 0.85 | 0.25 |
| Hex | 78 | 18 | A | 0 | 50 | 5C | 35 | 8 | 55 | 19 |
| Octal | 170 | 30 | 12 | 0 | 120 | 134 | 65 | 10 | 125 | 31 |
| Binary | 1111000 | 11000 | 1010 | 0 | 1010000 | 1011100 | 110101 | 1000 | 1010101 | 11001 |
Color Harmonies of #78180A
Complementary color
Monochromatic Colors of #78180A
Black with #78180A
Text Example
Text Example
White with #78180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78180A; }
p { color: rgb(120,24,10); }
H1.HeaderClassName
{
color: #78180A;
}
.AnyTagClassName
{
color: #78180A;
}
</style>
background-color css
<style>
a { background-color: #78180A; }
a { background-color: rgb(120,24,10); }
div.DivClassName
{
background-color: #78180A;
}
.BgClassName
{
background-color: #78180A;
}
</style>
border-color css
<style>
span { border-color: #78180A; }
span { border-color: rgb(120,24,10); }
td.TdClassName
{
border-color: #78180A;
}
.TagClassName
{
border-color: #78180A;
}
</style>