Shades of Falu Red #78260F
Tints of Falu Red #78260F
RGB
CMYK
RGB Variations
Color information
#78260F (or 0x78260F) is known color: Falu Red. HEX triplet: 78, 26 and 0F. RGB value is (120,38,15). Sum of RGB (Red+Green+Blue) = 120+38+15=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78260F is #87D9F0. Grayscale: #3C3C3C. Windows color (decimal): -8903153 or 992888. OLE color: 992888.
HSL color Cylindrical-coordinate representation of color #78260F: hue angle of 13.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78260F is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 15 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.53 |
| HSL | 13.14º | 0.78% | 0.26% | - |
| HSV(B) | 13.14º | 0.88% | 0.47% | - |
| XYZ | 8.53 | 5.41 | 1.05 | - |
| YUV | 59.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 15 | 0 | 0.68 | 0.87 | 0.53 | 13.14 | 0.78 | 0.26 |
| Hex | 78 | 26 | F | 0 | 44 | 57 | 35 | D | 4E | 1A |
| Octal | 170 | 46 | 17 | 0 | 104 | 127 | 65 | 15 | 116 | 32 |
| Binary | 1111000 | 100110 | 1111 | 0 | 1000100 | 1010111 | 110101 | 1101 | 1001110 | 11010 |
Color Harmonies of #78260F
Complementary color
Monochromatic Colors of #78260F
Black with #78260F
Text Example
Text Example
White with #78260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78260F; }
p { color: rgb(120,38,15); }
H1.HeaderClassName
{
color: #78260F;
}
.AnyTagClassName
{
color: #78260F;
}
</style>
background-color css
<style>
a { background-color: #78260F; }
a { background-color: rgb(120,38,15); }
div.DivClassName
{
background-color: #78260F;
}
.BgClassName
{
background-color: #78260F;
}
</style>
border-color css
<style>
span { border-color: #78260F; }
span { border-color: rgb(120,38,15); }
td.TdClassName
{
border-color: #78260F;
}
.TagClassName
{
border-color: #78260F;
}
</style>