Shades of Falu Red #781A06
Tints of Falu Red #781A06
RGB
CMYK
RGB Variations
Color information
#781A06 (or 0x781A06) is known color: Falu Red. HEX triplet: 78, 1A and 06. RGB value is (120,26,6). Sum of RGB (Red+Green+Blue) = 120+26+6=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A06 is #87E5F9. Grayscale: #343434. Windows color (decimal): -8906234 or 399992. OLE color: 399992.
HSL color Cylindrical-coordinate representation of color #781A06: hue angle of 10.53º 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 #781A06 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 6 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.53 |
| HSL | 10.53º | 0.9% | 0.25% | - |
| HSV(B) | 10.53º | 0.95% | 0.47% | - |
| XYZ | 8.15 | 4.75 | 0.66 | - |
| YUV | 51.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 6 | 0 | 0.78 | 0.95 | 0.53 | 10.53 | 0.9 | 0.25 |
| Hex | 78 | 1A | 6 | 0 | 4E | 5F | 35 | B | 5A | 19 |
| Octal | 170 | 32 | 6 | 0 | 116 | 137 | 65 | 13 | 132 | 31 |
| Binary | 1111000 | 11010 | 110 | 0 | 1001110 | 1011111 | 110101 | 1011 | 1011010 | 11001 |
Color Harmonies of #781A06
Complementary color
Monochromatic Colors of #781A06
Black with #781A06
Text Example
Text Example
White with #781A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A06; }
p { color: rgb(120,26,6); }
H1.HeaderClassName
{
color: #781A06;
}
.AnyTagClassName
{
color: #781A06;
}
</style>
background-color css
<style>
a { background-color: #781A06; }
a { background-color: rgb(120,26,6); }
div.DivClassName
{
background-color: #781A06;
}
.BgClassName
{
background-color: #781A06;
}
</style>
border-color css
<style>
span { border-color: #781A06; }
span { border-color: rgb(120,26,6); }
td.TdClassName
{
border-color: #781A06;
}
.TagClassName
{
border-color: #781A06;
}
</style>