Shades of Falu Red #78201F
Tints of Falu Red #78201F
RGB
CMYK
RGB Variations
Color information
#78201F (or 0x78201F) is known color: Falu Red. HEX triplet: 78, 20 and 1F. RGB value is (120,32,31). Sum of RGB (Red+Green+Blue) = 120+32+31=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201F is #87DFE0. Grayscale: #3A3A3A. Windows color (decimal): -8904673 or 2039928. OLE color: 2039928.
HSL color Cylindrical-coordinate representation of color #78201F: hue angle of 0.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78201F is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 31 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.53 |
| HSL | 0.67º | 0.59% | 0.3% | - |
| HSV(B) | 0.67º | 0.74% | 0.47% | - |
| XYZ | 8.51 | 5.13 | 1.84 | - |
| YUV | 58.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 31 | 0 | 0.73 | 0.74 | 0.53 | 0.67 | 0.59 | 0.3 |
| Hex | 78 | 20 | 1F | 0 | 49 | 4A | 35 | 1 | 3B | 1E |
| Octal | 170 | 40 | 37 | 0 | 111 | 112 | 65 | 1 | 73 | 36 |
| Binary | 1111000 | 100000 | 11111 | 0 | 1001001 | 1001010 | 110101 | 1 | 111011 | 11110 |
Color Harmonies of #78201F
Complementary color
Monochromatic Colors of #78201F
Black with #78201F
Text Example
Text Example
White with #78201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78201F; }
p { color: rgb(120,32,31); }
H1.HeaderClassName
{
color: #78201F;
}
.AnyTagClassName
{
color: #78201F;
}
</style>
background-color css
<style>
a { background-color: #78201F; }
a { background-color: rgb(120,32,31); }
div.DivClassName
{
background-color: #78201F;
}
.BgClassName
{
background-color: #78201F;
}
</style>
border-color css
<style>
span { border-color: #78201F; }
span { border-color: rgb(120,32,31); }
td.TdClassName
{
border-color: #78201F;
}
.TagClassName
{
border-color: #78201F;
}
</style>