Shades of Falu Red #781F1B
Tints of Falu Red #781F1B
RGB
CMYK
RGB Variations
Color information
#781F1B (or 0x781F1B) is known color: Falu Red. HEX triplet: 78, 1F and 1B. RGB value is (120,31,27). Sum of RGB (Red+Green+Blue) = 120+31+27=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F1B is #87E0E4. Grayscale: #393939. Windows color (decimal): -8904933 or 1777528. OLE color: 1777528.
HSL color Cylindrical-coordinate representation of color #781F1B: hue angle of 2.58º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781F1B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 27 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.53 |
| HSL | 2.58º | 0.63% | 0.29% | - |
| HSV(B) | 2.58º | 0.78% | 0.47% | - |
| XYZ | 8.43 | 5.05 | 1.57 | - |
| YUV | 57.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 27 | 0 | 0.74 | 0.78 | 0.53 | 2.58 | 0.63 | 0.29 |
| Hex | 78 | 1F | 1B | 0 | 4A | 4E | 35 | 3 | 3F | 1D |
| Octal | 170 | 37 | 33 | 0 | 112 | 116 | 65 | 3 | 77 | 35 |
| Binary | 1111000 | 11111 | 11011 | 0 | 1001010 | 1001110 | 110101 | 11 | 111111 | 11101 |
Color Harmonies of #781F1B
Complementary color
Monochromatic Colors of #781F1B
Black with #781F1B
Text Example
Text Example
White with #781F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F1B; }
p { color: rgb(120,31,27); }
H1.HeaderClassName
{
color: #781F1B;
}
.AnyTagClassName
{
color: #781F1B;
}
</style>
background-color css
<style>
a { background-color: #781F1B; }
a { background-color: rgb(120,31,27); }
div.DivClassName
{
background-color: #781F1B;
}
.BgClassName
{
background-color: #781F1B;
}
</style>
border-color css
<style>
span { border-color: #781F1B; }
span { border-color: rgb(120,31,27); }
td.TdClassName
{
border-color: #781F1B;
}
.TagClassName
{
border-color: #781F1B;
}
</style>