Shades of Falu Red #78261C
Tints of Falu Red #78261C
RGB
CMYK
RGB Variations
Color information
#78261C (or 0x78261C) is known color: Falu Red. HEX triplet: 78, 26 and 1C. RGB value is (120,38,28). Sum of RGB (Red+Green+Blue) = 120+38+28=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78261C is #87D9E3. Grayscale: #3D3D3D. Windows color (decimal): -8903140 or 1844856. OLE color: 1844856.
HSL color Cylindrical-coordinate representation of color #78261C: hue angle of 6.52º degrees, saturation: 0.62, 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 #78261C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 28 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.53 |
| HSL | 6.52º | 0.62% | 0.29% | - |
| HSV(B) | 6.52º | 0.77% | 0.47% | - |
| XYZ | 8.65 | 5.46 | 1.7 | - |
| YUV | 61.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 28 | 0 | 0.68 | 0.77 | 0.53 | 6.52 | 0.62 | 0.29 |
| Hex | 78 | 26 | 1C | 0 | 44 | 4D | 35 | 7 | 3E | 1D |
| Octal | 170 | 46 | 34 | 0 | 104 | 115 | 65 | 7 | 76 | 35 |
| Binary | 1111000 | 100110 | 11100 | 0 | 1000100 | 1001101 | 110101 | 111 | 111110 | 11101 |
Color Harmonies of #78261C
Complementary color
Monochromatic Colors of #78261C
Black with #78261C
Text Example
Text Example
White with #78261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78261C; }
p { color: rgb(120,38,28); }
H1.HeaderClassName
{
color: #78261C;
}
.AnyTagClassName
{
color: #78261C;
}
</style>
background-color css
<style>
a { background-color: #78261C; }
a { background-color: rgb(120,38,28); }
div.DivClassName
{
background-color: #78261C;
}
.BgClassName
{
background-color: #78261C;
}
</style>
border-color css
<style>
span { border-color: #78261C; }
span { border-color: rgb(120,38,28); }
td.TdClassName
{
border-color: #78261C;
}
.TagClassName
{
border-color: #78261C;
}
</style>