Shades of Falu Red #781C15
Tints of Falu Red #781C15
RGB
CMYK
RGB Variations
Color information
#781C15 (or 0x781C15) is known color: Falu Red. HEX triplet: 78, 1C and 15. RGB value is (120,28,21). Sum of RGB (Red+Green+Blue) = 120+28+21=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #781C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C15 is #87E3EA. Grayscale: #363636. Windows color (decimal): -8905707 or 1383544. OLE color: 1383544.
HSL color Cylindrical-coordinate representation of color #781C15: hue angle of 4.24º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781C15 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 21 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.53 |
| HSL | 4.24º | 0.7% | 0.28% | - |
| HSV(B) | 4.24º | 0.83% | 0.47% | - |
| XYZ | 8.3 | 4.88 | 1.21 | - |
| YUV | 54.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 21 | 0 | 0.77 | 0.83 | 0.53 | 4.24 | 0.7 | 0.28 |
| Hex | 78 | 1C | 15 | 0 | 4D | 53 | 35 | 4 | 46 | 1C |
| Octal | 170 | 34 | 25 | 0 | 115 | 123 | 65 | 4 | 106 | 34 |
| Binary | 1111000 | 11100 | 10101 | 0 | 1001101 | 1010011 | 110101 | 100 | 1000110 | 11100 |
Color Harmonies of #781C15
Complementary color
Monochromatic Colors of #781C15
Black with #781C15
Text Example
Text Example
White with #781C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C15; }
p { color: rgb(120,28,21); }
H1.HeaderClassName
{
color: #781C15;
}
.AnyTagClassName
{
color: #781C15;
}
</style>
background-color css
<style>
a { background-color: #781C15; }
a { background-color: rgb(120,28,21); }
div.DivClassName
{
background-color: #781C15;
}
.BgClassName
{
background-color: #781C15;
}
</style>
border-color css
<style>
span { border-color: #781C15; }
span { border-color: rgb(120,28,21); }
td.TdClassName
{
border-color: #781C15;
}
.TagClassName
{
border-color: #781C15;
}
</style>