Shades of Falu Red #78130C
Tints of Falu Red #78130C
RGB
CMYK
RGB Variations
Color information
#78130C (or 0x78130C) is known color: Falu Red. HEX triplet: 78, 13 and 0C. RGB value is (120,19,12). Sum of RGB (Red+Green+Blue) = 120+19+12=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #78130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78130C is #87ECF3. Grayscale: #303030. Windows color (decimal): -8908020 or 791416. OLE color: 791416.
HSL color Cylindrical-coordinate representation of color #78130C: hue angle of 3.89º 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 #78130C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 12 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.53 |
| HSL | 3.89º | 0.82% | 0.26% | - |
| HSV(B) | 3.89º | 0.9% | 0.47% | - |
| XYZ | 8.04 | 4.49 | 0.79 | - |
| YUV | 48.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 12 | 0 | 0.84 | 0.90 | 0.53 | 3.89 | 0.82 | 0.26 |
| Hex | 78 | 13 | C | 0 | 54 | 5A | 35 | 4 | 52 | 1A |
| Octal | 170 | 23 | 14 | 0 | 124 | 132 | 65 | 4 | 122 | 32 |
| Binary | 1111000 | 10011 | 1100 | 0 | 1010100 | 1011010 | 110101 | 100 | 1010010 | 11010 |
Color Harmonies of #78130C
Complementary color
Monochromatic Colors of #78130C
Black with #78130C
Text Example
Text Example
White with #78130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78130C; }
p { color: rgb(120,19,12); }
H1.HeaderClassName
{
color: #78130C;
}
.AnyTagClassName
{
color: #78130C;
}
</style>
background-color css
<style>
a { background-color: #78130C; }
a { background-color: rgb(120,19,12); }
div.DivClassName
{
background-color: #78130C;
}
.BgClassName
{
background-color: #78130C;
}
</style>
border-color css
<style>
span { border-color: #78130C; }
span { border-color: rgb(120,19,12); }
td.TdClassName
{
border-color: #78130C;
}
.TagClassName
{
border-color: #78130C;
}
</style>