Shades of Falu Red #782118
Tints of Falu Red #782118
RGB
CMYK
RGB Variations
Color information
#782118 (or 0x782118) is known color: Falu Red. HEX triplet: 78, 21 and 18. RGB value is (120,33,24). Sum of RGB (Red+Green+Blue) = 120+33+24=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #782118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782118 is #87DEE7. Grayscale: #3A3A3A. Windows color (decimal): -8904424 or 1581432. OLE color: 1581432.
HSL color Cylindrical-coordinate representation of color #782118: hue angle of 5.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782118 is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 24 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.53 |
| HSL | 5.63º | 0.67% | 0.28% | - |
| HSV(B) | 5.63º | 0.8% | 0.47% | - |
| XYZ | 8.45 | 5.15 | 1.41 | - |
| YUV | 57.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 24 | 0 | 0.72 | 0.8 | 0.53 | 5.63 | 0.67 | 0.28 |
| Hex | 78 | 21 | 18 | 0 | 48 | 50 | 35 | 6 | 43 | 1C |
| Octal | 170 | 41 | 30 | 0 | 110 | 120 | 65 | 6 | 103 | 34 |
| Binary | 1111000 | 100001 | 11000 | 0 | 1001000 | 1010000 | 110101 | 110 | 1000011 | 11100 |
Color Harmonies of #782118
Complementary color
Monochromatic Colors of #782118
Black with #782118
Text Example
Text Example
White with #782118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782118; }
p { color: rgb(120,33,24); }
H1.HeaderClassName
{
color: #782118;
}
.AnyTagClassName
{
color: #782118;
}
</style>
background-color css
<style>
a { background-color: #782118; }
a { background-color: rgb(120,33,24); }
div.DivClassName
{
background-color: #782118;
}
.BgClassName
{
background-color: #782118;
}
</style>
border-color css
<style>
span { border-color: #782118; }
span { border-color: rgb(120,33,24); }
td.TdClassName
{
border-color: #782118;
}
.TagClassName
{
border-color: #782118;
}
</style>