Shades of Falu Red #781E1E
Tints of Falu Red #781E1E
RGB
CMYK
RGB Variations
Color information
#781E1E (or 0x781E1E) is known color: Falu Red. HEX triplet: 78, 1E and 1E. RGB value is (120,30,30). Sum of RGB (Red+Green+Blue) = 120+30+30=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E1E is #87E1E1. Grayscale: #393939. Windows color (decimal): -8905186 or 1973880. OLE color: 1973880.
HSL color Cylindrical-coordinate representation of color #781E1E: hue angle of 0º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E1E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 30 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.53 |
| HSL | 0º | 0.6% | 0.29% | - |
| HSV(B) | 0º | 0.75% | 0.47% | - |
| XYZ | 8.44 | 5.02 | 1.75 | - |
| YUV | 56.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 30 | 0 | 0.75 | 0.75 | 0.53 | 0 | 0.6 | 0.29 |
| Hex | 78 | 1E | 1E | 0 | 4B | 4B | 35 | 0 | 3C | 1D |
| Octal | 170 | 36 | 36 | 0 | 113 | 113 | 65 | 0 | 74 | 35 |
| Binary | 1111000 | 11110 | 11110 | 0 | 1001011 | 1001011 | 110101 | 0 | 111100 | 11101 |
Color Harmonies of #781E1E
Complementary color
Monochromatic Colors of #781E1E
Black with #781E1E
Text Example
Text Example
White with #781E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E1E; }
p { color: rgb(120,30,30); }
H1.HeaderClassName
{
color: #781E1E;
}
.AnyTagClassName
{
color: #781E1E;
}
</style>
background-color css
<style>
a { background-color: #781E1E; }
a { background-color: rgb(120,30,30); }
div.DivClassName
{
background-color: #781E1E;
}
.BgClassName
{
background-color: #781E1E;
}
</style>
border-color css
<style>
span { border-color: #781E1E; }
span { border-color: rgb(120,30,30); }
td.TdClassName
{
border-color: #781E1E;
}
.TagClassName
{
border-color: #781E1E;
}
</style>