Shades of Falu Red #781E16
Tints of Falu Red #781E16
RGB
CMYK
RGB Variations
Color information
#781E16 (or 0x781E16) is known color: Falu Red. HEX triplet: 78, 1E and 16. RGB value is (120,30,22). Sum of RGB (Red+Green+Blue) = 120+30+22=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #781E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E16 is #87E1E9. Grayscale: #383838. Windows color (decimal): -8905194 or 1449592. OLE color: 1449592.
HSL color Cylindrical-coordinate representation of color #781E16: hue angle of 4.9º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781E16 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 22 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.53 |
| HSL | 4.9º | 0.69% | 0.28% | - |
| HSV(B) | 4.9º | 0.82% | 0.47% | - |
| XYZ | 8.35 | 4.98 | 1.28 | - |
| YUV | 56 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 22 | 0 | 0.75 | 0.82 | 0.53 | 4.9 | 0.69 | 0.28 |
| Hex | 78 | 1E | 16 | 0 | 4B | 52 | 35 | 5 | 45 | 1C |
| Octal | 170 | 36 | 26 | 0 | 113 | 122 | 65 | 5 | 105 | 34 |
| Binary | 1111000 | 11110 | 10110 | 0 | 1001011 | 1010010 | 110101 | 101 | 1000101 | 11100 |
Color Harmonies of #781E16
Complementary color
Monochromatic Colors of #781E16
Black with #781E16
Text Example
Text Example
White with #781E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E16; }
p { color: rgb(120,30,22); }
H1.HeaderClassName
{
color: #781E16;
}
.AnyTagClassName
{
color: #781E16;
}
</style>
background-color css
<style>
a { background-color: #781E16; }
a { background-color: rgb(120,30,22); }
div.DivClassName
{
background-color: #781E16;
}
.BgClassName
{
background-color: #781E16;
}
</style>
border-color css
<style>
span { border-color: #781E16; }
span { border-color: rgb(120,30,22); }
td.TdClassName
{
border-color: #781E16;
}
.TagClassName
{
border-color: #781E16;
}
</style>