Shades of Falu Red #781E0F
Tints of Falu Red #781E0F
RGB
CMYK
RGB Variations
Color information
#781E0F (or 0x781E0F) is known color: Falu Red. HEX triplet: 78, 1E and 0F. RGB value is (120,30,15). Sum of RGB (Red+Green+Blue) = 120+30+15=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #781E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E0F is #87E1F0. Grayscale: #373737. Windows color (decimal): -8905201 or 990840. OLE color: 990840.
HSL color Cylindrical-coordinate representation of color #781E0F: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781E0F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 15 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.53 |
| HSL | 8.57º | 0.78% | 0.26% | - |
| HSV(B) | 8.57º | 0.88% | 0.47% | - |
| XYZ | 8.3 | 4.96 | 0.97 | - |
| YUV | 55.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 15 | 0 | 0.75 | 0.87 | 0.53 | 8.57 | 0.78 | 0.26 |
| Hex | 78 | 1E | F | 0 | 4B | 57 | 35 | 9 | 4E | 1A |
| Octal | 170 | 36 | 17 | 0 | 113 | 127 | 65 | 11 | 116 | 32 |
| Binary | 1111000 | 11110 | 1111 | 0 | 1001011 | 1010111 | 110101 | 1001 | 1001110 | 11010 |
Color Harmonies of #781E0F
Complementary color
Monochromatic Colors of #781E0F
Black with #781E0F
Text Example
Text Example
White with #781E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E0F; }
p { color: rgb(120,30,15); }
H1.HeaderClassName
{
color: #781E0F;
}
.AnyTagClassName
{
color: #781E0F;
}
</style>
background-color css
<style>
a { background-color: #781E0F; }
a { background-color: rgb(120,30,15); }
div.DivClassName
{
background-color: #781E0F;
}
.BgClassName
{
background-color: #781E0F;
}
</style>
border-color css
<style>
span { border-color: #781E0F; }
span { border-color: rgb(120,30,15); }
td.TdClassName
{
border-color: #781E0F;
}
.TagClassName
{
border-color: #781E0F;
}
</style>