Shades of Falu Red #781F1D
Tints of Falu Red #781F1D
RGB
CMYK
RGB Variations
Color information
#781F1D (or 0x781F1D) is known color: Falu Red. HEX triplet: 78, 1F and 1D. RGB value is (120,31,29). Sum of RGB (Red+Green+Blue) = 120+31+29=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F1D is #87E0E2. Grayscale: #393939. Windows color (decimal): -8904931 or 1908600. OLE color: 1908600.
HSL color Cylindrical-coordinate representation of color #781F1D: hue angle of 1.32º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781F1D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 29 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.53 |
| HSL | 1.32º | 0.61% | 0.29% | - |
| HSV(B) | 1.32º | 0.76% | 0.47% | - |
| XYZ | 8.46 | 5.06 | 1.69 | - |
| YUV | 57.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 29 | 0 | 0.74 | 0.76 | 0.53 | 1.32 | 0.61 | 0.29 |
| Hex | 78 | 1F | 1D | 0 | 4A | 4C | 35 | 1 | 3D | 1D |
| Octal | 170 | 37 | 35 | 0 | 112 | 114 | 65 | 1 | 75 | 35 |
| Binary | 1111000 | 11111 | 11101 | 0 | 1001010 | 1001100 | 110101 | 1 | 111101 | 11101 |
Color Harmonies of #781F1D
Complementary color
Monochromatic Colors of #781F1D
Black with #781F1D
Text Example
Text Example
White with #781F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F1D; }
p { color: rgb(120,31,29); }
H1.HeaderClassName
{
color: #781F1D;
}
.AnyTagClassName
{
color: #781F1D;
}
</style>
background-color css
<style>
a { background-color: #781F1D; }
a { background-color: rgb(120,31,29); }
div.DivClassName
{
background-color: #781F1D;
}
.BgClassName
{
background-color: #781F1D;
}
</style>
border-color css
<style>
span { border-color: #781F1D; }
span { border-color: rgb(120,31,29); }
td.TdClassName
{
border-color: #781F1D;
}
.TagClassName
{
border-color: #781F1D;
}
</style>