Shades of Falu Red #781F01
Tints of Falu Red #781F01
RGB
CMYK
RGB Variations
Color information
#781F01 (or 0x781F01) is known color: Falu Red. HEX triplet: 78, 1F and 01. RGB value is (120,31,1). Sum of RGB (Red+Green+Blue) = 120+31+1=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F01 is #87E0FE. Grayscale: #363636. Windows color (decimal): -8904959 or 73592. OLE color: 73592.
HSL color Cylindrical-coordinate representation of color #781F01: hue angle of 15.13º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #781F01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.53 |
| HSL | 15.13º | 0.98% | 0.24% | - |
| HSV(B) | 15.13º | 0.99% | 0.47% | - |
| XYZ | 8.24 | 4.98 | 0.55 | - |
| YUV | 54.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 1 | 0 | 0.74 | 0.99 | 0.53 | 15.13 | 0.98 | 0.24 |
| Hex | 78 | 1F | 1 | 0 | 4A | 63 | 35 | F | 62 | 18 |
| Octal | 170 | 37 | 1 | 0 | 112 | 143 | 65 | 17 | 142 | 30 |
| Binary | 1111000 | 11111 | 1 | 0 | 1001010 | 1100011 | 110101 | 1111 | 1100010 | 11000 |
Color Harmonies of #781F01
Complementary color
Monochromatic Colors of #781F01
Black with #781F01
Text Example
Text Example
White with #781F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F01; }
p { color: rgb(120,31,1); }
H1.HeaderClassName
{
color: #781F01;
}
.AnyTagClassName
{
color: #781F01;
}
</style>
background-color css
<style>
a { background-color: #781F01; }
a { background-color: rgb(120,31,1); }
div.DivClassName
{
background-color: #781F01;
}
.BgClassName
{
background-color: #781F01;
}
</style>
border-color css
<style>
span { border-color: #781F01; }
span { border-color: rgb(120,31,1); }
td.TdClassName
{
border-color: #781F01;
}
.TagClassName
{
border-color: #781F01;
}
</style>