Shades of Falu Red #78120A
Tints of Falu Red #78120A
RGB
CMYK
RGB Variations
Color information
#78120A (or 0x78120A) is known color: Falu Red. HEX triplet: 78, 12 and 0A. RGB value is (120,18,10). Sum of RGB (Red+Green+Blue) = 120+18+10=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #78120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78120A is #87EDF5. Grayscale: #2F2F2F. Windows color (decimal): -8908278 or 660088. OLE color: 660088.
HSL color Cylindrical-coordinate representation of color #78120A: hue angle of 4.36º 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 #78120A is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 10 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.53 |
| HSL | 4.36º | 0.85% | 0.25% | - |
| HSV(B) | 4.36º | 0.92% | 0.47% | - |
| XYZ | 8.02 | 4.45 | 0.72 | - |
| YUV | 47.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 10 | 0 | 0.85 | 0.92 | 0.53 | 4.36 | 0.85 | 0.25 |
| Hex | 78 | 12 | A | 0 | 55 | 5C | 35 | 4 | 55 | 19 |
| Octal | 170 | 22 | 12 | 0 | 125 | 134 | 65 | 4 | 125 | 31 |
| Binary | 1111000 | 10010 | 1010 | 0 | 1010101 | 1011100 | 110101 | 100 | 1010101 | 11001 |
Color Harmonies of #78120A
Complementary color
Monochromatic Colors of #78120A
Black with #78120A
Text Example
Text Example
White with #78120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78120A; }
p { color: rgb(120,18,10); }
H1.HeaderClassName
{
color: #78120A;
}
.AnyTagClassName
{
color: #78120A;
}
</style>
background-color css
<style>
a { background-color: #78120A; }
a { background-color: rgb(120,18,10); }
div.DivClassName
{
background-color: #78120A;
}
.BgClassName
{
background-color: #78120A;
}
</style>
border-color css
<style>
span { border-color: #78120A; }
span { border-color: rgb(120,18,10); }
td.TdClassName
{
border-color: #78120A;
}
.TagClassName
{
border-color: #78120A;
}
</style>