Shades of Falu Red #781F18
Tints of Falu Red #781F18
RGB
CMYK
RGB Variations
Color information
#781F18 (or 0x781F18) is known color: Falu Red. HEX triplet: 78, 1F and 18. RGB value is (120,31,24). Sum of RGB (Red+Green+Blue) = 120+31+24=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F18 is #87E0E7. Grayscale: #383838. Windows color (decimal): -8904936 or 1580920. OLE color: 1580920.
HSL color Cylindrical-coordinate representation of color #781F18: hue angle of 4.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781F18 is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 24 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.53 |
| HSL | 4.38º | 0.67% | 0.28% | - |
| HSV(B) | 4.38º | 0.8% | 0.47% | - |
| XYZ | 8.4 | 5.04 | 1.39 | - |
| YUV | 56.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 24 | 0 | 0.74 | 0.8 | 0.53 | 4.38 | 0.67 | 0.28 |
| Hex | 78 | 1F | 18 | 0 | 4A | 50 | 35 | 4 | 43 | 1C |
| Octal | 170 | 37 | 30 | 0 | 112 | 120 | 65 | 4 | 103 | 34 |
| Binary | 1111000 | 11111 | 11000 | 0 | 1001010 | 1010000 | 110101 | 100 | 1000011 | 11100 |
Color Harmonies of #781F18
Complementary color
Monochromatic Colors of #781F18
Black with #781F18
Text Example
Text Example
White with #781F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F18; }
p { color: rgb(120,31,24); }
H1.HeaderClassName
{
color: #781F18;
}
.AnyTagClassName
{
color: #781F18;
}
</style>
background-color css
<style>
a { background-color: #781F18; }
a { background-color: rgb(120,31,24); }
div.DivClassName
{
background-color: #781F18;
}
.BgClassName
{
background-color: #781F18;
}
</style>
border-color css
<style>
span { border-color: #781F18; }
span { border-color: rgb(120,31,24); }
td.TdClassName
{
border-color: #781F18;
}
.TagClassName
{
border-color: #781F18;
}
</style>