Shades of Falu Red #782020
Tints of Falu Red #782020
RGB
CMYK
RGB Variations
Color information
#782020 (or 0x782020) is known color: Falu Red. HEX triplet: 78, 20 and 20. RGB value is (120,32,32). Sum of RGB (Red+Green+Blue) = 120+32+32=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #782020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782020 is #87DFDF. Grayscale: #3A3A3A. Windows color (decimal): -8904672 or 2105464. OLE color: 2105464.
HSL color Cylindrical-coordinate representation of color #782020: hue angle of 0º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782020 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 32 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.53 |
| HSL | 0º | 0.58% | 0.3% | - |
| HSV(B) | 0º | 0.73% | 0.47% | - |
| XYZ | 8.52 | 5.13 | 1.91 | - |
| YUV | 58.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 32 | 0 | 0.73 | 0.73 | 0.53 | 0 | 0.58 | 0.3 |
| Hex | 78 | 20 | 20 | 0 | 49 | 49 | 35 | 0 | 3A | 1E |
| Octal | 170 | 40 | 40 | 0 | 111 | 111 | 65 | 0 | 72 | 36 |
| Binary | 1111000 | 100000 | 100000 | 0 | 1001001 | 1001001 | 110101 | 0 | 111010 | 11110 |
Color Harmonies of #782020
Complementary color
Monochromatic Colors of #782020
Black with #782020
Text Example
Text Example
White with #782020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782020; }
p { color: rgb(120,32,32); }
H1.HeaderClassName
{
color: #782020;
}
.AnyTagClassName
{
color: #782020;
}
</style>
background-color css
<style>
a { background-color: #782020; }
a { background-color: rgb(120,32,32); }
div.DivClassName
{
background-color: #782020;
}
.BgClassName
{
background-color: #782020;
}
</style>
border-color css
<style>
span { border-color: #782020; }
span { border-color: rgb(120,32,32); }
td.TdClassName
{
border-color: #782020;
}
.TagClassName
{
border-color: #782020;
}
</style>