Shades of Falu Red #78100D
Tints of Falu Red #78100D
RGB
CMYK
RGB Variations
Color information
#78100D (or 0x78100D) is known color: Falu Red. HEX triplet: 78, 10 and 0D. RGB value is (120,16,13). Sum of RGB (Red+Green+Blue) = 120+16+13=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #78100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78100D is #87EFF2. Grayscale: #2E2E2E. Windows color (decimal): -8908787 or 856184. OLE color: 856184.
HSL color Cylindrical-coordinate representation of color #78100D: hue angle of 1.68º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78100D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 13 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.53 |
| HSL | 1.68º | 0.8% | 0.26% | - |
| HSV(B) | 1.68º | 0.89% | 0.47% | - |
| XYZ | 8 | 4.39 | 0.81 | - |
| YUV | 46.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 13 | 0 | 0.87 | 0.89 | 0.53 | 1.68 | 0.8 | 0.26 |
| Hex | 78 | 10 | D | 0 | 57 | 59 | 35 | 2 | 50 | 1A |
| Octal | 170 | 20 | 15 | 0 | 127 | 131 | 65 | 2 | 120 | 32 |
| Binary | 1111000 | 10000 | 1101 | 0 | 1010111 | 1011001 | 110101 | 10 | 1010000 | 11010 |
Color Harmonies of #78100D
Complementary color
Monochromatic Colors of #78100D
Black with #78100D
Text Example
Text Example
White with #78100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78100D; }
p { color: rgb(120,16,13); }
H1.HeaderClassName
{
color: #78100D;
}
.AnyTagClassName
{
color: #78100D;
}
</style>
background-color css
<style>
a { background-color: #78100D; }
a { background-color: rgb(120,16,13); }
div.DivClassName
{
background-color: #78100D;
}
.BgClassName
{
background-color: #78100D;
}
</style>
border-color css
<style>
span { border-color: #78100D; }
span { border-color: rgb(120,16,13); }
td.TdClassName
{
border-color: #78100D;
}
.TagClassName
{
border-color: #78100D;
}
</style>