Shades of Falu Red #78201D
Tints of Falu Red #78201D
RGB
CMYK
RGB Variations
Color information
#78201D (or 0x78201D) is known color: Falu Red. HEX triplet: 78, 20 and 1D. RGB value is (120,32,29). Sum of RGB (Red+Green+Blue) = 120+32+29=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201D is #87DFE2. Grayscale: #3A3A3A. Windows color (decimal): -8904675 or 1908856. OLE color: 1908856.
HSL color Cylindrical-coordinate representation of color #78201D: hue angle of 1.98º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78201D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 29 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.53 |
| HSL | 1.98º | 0.61% | 0.29% | - |
| HSV(B) | 1.98º | 0.76% | 0.47% | - |
| XYZ | 8.48 | 5.11 | 1.7 | - |
| YUV | 57.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 29 | 0 | 0.73 | 0.76 | 0.53 | 1.98 | 0.61 | 0.29 |
| Hex | 78 | 20 | 1D | 0 | 49 | 4C | 35 | 2 | 3D | 1D |
| Octal | 170 | 40 | 35 | 0 | 111 | 114 | 65 | 2 | 75 | 35 |
| Binary | 1111000 | 100000 | 11101 | 0 | 1001001 | 1001100 | 110101 | 10 | 111101 | 11101 |
Color Harmonies of #78201D
Complementary color
Monochromatic Colors of #78201D
Black with #78201D
Text Example
Text Example
White with #78201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78201D; }
p { color: rgb(120,32,29); }
H1.HeaderClassName
{
color: #78201D;
}
.AnyTagClassName
{
color: #78201D;
}
</style>
background-color css
<style>
a { background-color: #78201D; }
a { background-color: rgb(120,32,29); }
div.DivClassName
{
background-color: #78201D;
}
.BgClassName
{
background-color: #78201D;
}
</style>
border-color css
<style>
span { border-color: #78201D; }
span { border-color: rgb(120,32,29); }
td.TdClassName
{
border-color: #78201D;
}
.TagClassName
{
border-color: #78201D;
}
</style>