Shades of Falu Red #781F06
Tints of Falu Red #781F06
RGB
CMYK
RGB Variations
Color information
#781F06 (or 0x781F06) is known color: Falu Red. HEX triplet: 78, 1F and 06. RGB value is (120,31,6). Sum of RGB (Red+Green+Blue) = 120+31+6=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F06 is #87E0F9. Grayscale: #363636. Windows color (decimal): -8904954 or 401272. OLE color: 401272.
HSL color Cylindrical-coordinate representation of color #781F06: hue angle of 13.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #781F06 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 6 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.53 |
| HSL | 13.16º | 0.9% | 0.25% | - |
| HSV(B) | 13.16º | 0.95% | 0.47% | - |
| XYZ | 8.27 | 4.99 | 0.7 | - |
| YUV | 54.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 6 | 0 | 0.74 | 0.95 | 0.53 | 13.16 | 0.9 | 0.25 |
| Hex | 78 | 1F | 6 | 0 | 4A | 5F | 35 | D | 5A | 19 |
| Octal | 170 | 37 | 6 | 0 | 112 | 137 | 65 | 15 | 132 | 31 |
| Binary | 1111000 | 11111 | 110 | 0 | 1001010 | 1011111 | 110101 | 1101 | 1011010 | 11001 |
Color Harmonies of #781F06
Complementary color
Monochromatic Colors of #781F06
Black with #781F06
Text Example
Text Example
White with #781F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F06; }
p { color: rgb(120,31,6); }
H1.HeaderClassName
{
color: #781F06;
}
.AnyTagClassName
{
color: #781F06;
}
</style>
background-color css
<style>
a { background-color: #781F06; }
a { background-color: rgb(120,31,6); }
div.DivClassName
{
background-color: #781F06;
}
.BgClassName
{
background-color: #781F06;
}
</style>
border-color css
<style>
span { border-color: #781F06; }
span { border-color: rgb(120,31,6); }
td.TdClassName
{
border-color: #781F06;
}
.TagClassName
{
border-color: #781F06;
}
</style>