Shades of Falu Red #78150F
Tints of Falu Red #78150F
RGB
CMYK
RGB Variations
Color information
#78150F (or 0x78150F) is known color: Falu Red. HEX triplet: 78, 15 and 0F. RGB value is (120,21,15). Sum of RGB (Red+Green+Blue) = 120+21+15=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #78150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78150F is #87EAF0. Grayscale: #323232. Windows color (decimal): -8907505 or 988536. OLE color: 988536.
HSL color Cylindrical-coordinate representation of color #78150F: hue angle of 3.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78150F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 15 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.53 |
| HSL | 3.43º | 0.78% | 0.26% | - |
| HSV(B) | 3.43º | 0.88% | 0.47% | - |
| XYZ | 8.1 | 4.56 | 0.91 | - |
| YUV | 49.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 15 | 0 | 0.83 | 0.87 | 0.53 | 3.43 | 0.78 | 0.26 |
| Hex | 78 | 15 | F | 0 | 53 | 57 | 35 | 3 | 4E | 1A |
| Octal | 170 | 25 | 17 | 0 | 123 | 127 | 65 | 3 | 116 | 32 |
| Binary | 1111000 | 10101 | 1111 | 0 | 1010011 | 1010111 | 110101 | 11 | 1001110 | 11010 |
Color Harmonies of #78150F
Complementary color
Monochromatic Colors of #78150F
Black with #78150F
Text Example
Text Example
White with #78150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78150F; }
p { color: rgb(120,21,15); }
H1.HeaderClassName
{
color: #78150F;
}
.AnyTagClassName
{
color: #78150F;
}
</style>
background-color css
<style>
a { background-color: #78150F; }
a { background-color: rgb(120,21,15); }
div.DivClassName
{
background-color: #78150F;
}
.BgClassName
{
background-color: #78150F;
}
</style>
border-color css
<style>
span { border-color: #78150F; }
span { border-color: rgb(120,21,15); }
td.TdClassName
{
border-color: #78150F;
}
.TagClassName
{
border-color: #78150F;
}
</style>