Shades of Falu Red #781802
Tints of Falu Red #781802
RGB
CMYK
RGB Variations
Color information
#781802 (or 0x781802) is known color: Falu Red. HEX triplet: 78, 18 and 02. RGB value is (120,24,2). Sum of RGB (Red+Green+Blue) = 120+24+2=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #781802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781802 is #87E7FD. Grayscale: #323232. Windows color (decimal): -8906750 or 137336. OLE color: 137336.
HSL color Cylindrical-coordinate representation of color #781802: hue angle of 11.19º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #781802 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 2 | - |
| CMYK | 0 | 0.8 | 0.98 | 0.53 |
| HSL | 11.19º | 0.97% | 0.24% | - |
| HSV(B) | 11.19º | 0.98% | 0.47% | - |
| XYZ | 8.08 | 4.65 | 0.53 | - |
| YUV | 50.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 2 | 0 | 0.8 | 0.98 | 0.53 | 11.19 | 0.97 | 0.24 |
| Hex | 78 | 18 | 2 | 0 | 50 | 62 | 35 | B | 61 | 18 |
| Octal | 170 | 30 | 2 | 0 | 120 | 142 | 65 | 13 | 141 | 30 |
| Binary | 1111000 | 11000 | 10 | 0 | 1010000 | 1100010 | 110101 | 1011 | 1100001 | 11000 |
Color Harmonies of #781802
Complementary color
Monochromatic Colors of #781802
Black with #781802
Text Example
Text Example
White with #781802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781802; }
p { color: rgb(120,24,2); }
H1.HeaderClassName
{
color: #781802;
}
.AnyTagClassName
{
color: #781802;
}
</style>
background-color css
<style>
a { background-color: #781802; }
a { background-color: rgb(120,24,2); }
div.DivClassName
{
background-color: #781802;
}
.BgClassName
{
background-color: #781802;
}
</style>
border-color css
<style>
span { border-color: #781802; }
span { border-color: rgb(120,24,2); }
td.TdClassName
{
border-color: #781802;
}
.TagClassName
{
border-color: #781802;
}
</style>