Shades of Falu Red #78270C
Tints of Falu Red #78270C
RGB
CMYK
RGB Variations
Color information
#78270C (or 0x78270C) is known color: Falu Red. HEX triplet: 78, 27 and 0C. RGB value is (120,39,12). Sum of RGB (Red+Green+Blue) = 120+39+12=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78270C is #87D8F3. Grayscale: #3C3C3C. Windows color (decimal): -8902900 or 796536. OLE color: 796536.
HSL color Cylindrical-coordinate representation of color #78270C: hue angle of 15º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78270C is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 12 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.53 |
| HSL | 15º | 0.82% | 0.26% | - |
| HSV(B) | 15º | 0.9% | 0.47% | - |
| XYZ | 8.54 | 5.47 | 0.95 | - |
| YUV | 60.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 12 | 0 | 0.67 | 0.90 | 0.53 | 15 | 0.82 | 0.26 |
| Hex | 78 | 27 | C | 0 | 43 | 5A | 35 | F | 52 | 1A |
| Octal | 170 | 47 | 14 | 0 | 103 | 132 | 65 | 17 | 122 | 32 |
| Binary | 1111000 | 100111 | 1100 | 0 | 1000011 | 1011010 | 110101 | 1111 | 1010010 | 11010 |
Color Harmonies of #78270C
Complementary color
Monochromatic Colors of #78270C
Black with #78270C
Text Example
Text Example
White with #78270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78270C; }
p { color: rgb(120,39,12); }
H1.HeaderClassName
{
color: #78270C;
}
.AnyTagClassName
{
color: #78270C;
}
</style>
background-color css
<style>
a { background-color: #78270C; }
a { background-color: rgb(120,39,12); }
div.DivClassName
{
background-color: #78270C;
}
.BgClassName
{
background-color: #78270C;
}
</style>
border-color css
<style>
span { border-color: #78270C; }
span { border-color: rgb(120,39,12); }
td.TdClassName
{
border-color: #78270C;
}
.TagClassName
{
border-color: #78270C;
}
</style>