Shades of Falu Red #78261B
Tints of Falu Red #78261B
RGB
CMYK
RGB Variations
Color information
#78261B (or 0x78261B) is known color: Falu Red. HEX triplet: 78, 26 and 1B. RGB value is (120,38,27). Sum of RGB (Red+Green+Blue) = 120+38+27=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78261B is #87D9E4. Grayscale: #3D3D3D. Windows color (decimal): -8903141 or 1779320. OLE color: 1779320.
HSL color Cylindrical-coordinate representation of color #78261B: hue angle of 7.1º 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 #78261B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 27 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.53 |
| HSL | 7.1º | 0.63% | 0.29% | - |
| HSV(B) | 7.1º | 0.78% | 0.47% | - |
| XYZ | 8.64 | 5.46 | 1.64 | - |
| YUV | 61.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 27 | 0 | 0.68 | 0.78 | 0.53 | 7.1 | 0.63 | 0.29 |
| Hex | 78 | 26 | 1B | 0 | 44 | 4E | 35 | 7 | 3F | 1D |
| Octal | 170 | 46 | 33 | 0 | 104 | 116 | 65 | 7 | 77 | 35 |
| Binary | 1111000 | 100110 | 11011 | 0 | 1000100 | 1001110 | 110101 | 111 | 111111 | 11101 |
Color Harmonies of #78261B
Complementary color
Monochromatic Colors of #78261B
Black with #78261B
Text Example
Text Example
White with #78261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78261B; }
p { color: rgb(120,38,27); }
H1.HeaderClassName
{
color: #78261B;
}
.AnyTagClassName
{
color: #78261B;
}
</style>
background-color css
<style>
a { background-color: #78261B; }
a { background-color: rgb(120,38,27); }
div.DivClassName
{
background-color: #78261B;
}
.BgClassName
{
background-color: #78261B;
}
</style>
border-color css
<style>
span { border-color: #78261B; }
span { border-color: rgb(120,38,27); }
td.TdClassName
{
border-color: #78261B;
}
.TagClassName
{
border-color: #78261B;
}
</style>