Shades of Falu Red #782618
Tints of Falu Red #782618
RGB
CMYK
RGB Variations
Color information
#782618 (or 0x782618) is known color: Falu Red. HEX triplet: 78, 26 and 18. RGB value is (120,38,24). Sum of RGB (Red+Green+Blue) = 120+38+24=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782618 is #87D9E7. Grayscale: #3D3D3D. Windows color (decimal): -8903144 or 1582712. OLE color: 1582712.
HSL color Cylindrical-coordinate representation of color #782618: hue angle of 8.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782618 is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 24 | - |
| CMYK | 0 | 0.68 | 0.8 | 0.53 |
| HSL | 8.75º | 0.67% | 0.28% | - |
| HSV(B) | 8.75º | 0.8% | 0.47% | - |
| XYZ | 8.6 | 5.45 | 1.46 | - |
| YUV | 60.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 24 | 0 | 0.68 | 0.8 | 0.53 | 8.75 | 0.67 | 0.28 |
| Hex | 78 | 26 | 18 | 0 | 44 | 50 | 35 | 9 | 43 | 1C |
| Octal | 170 | 46 | 30 | 0 | 104 | 120 | 65 | 11 | 103 | 34 |
| Binary | 1111000 | 100110 | 11000 | 0 | 1000100 | 1010000 | 110101 | 1001 | 1000011 | 11100 |
Color Harmonies of #782618
Complementary color
Monochromatic Colors of #782618
Black with #782618
Text Example
Text Example
White with #782618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782618; }
p { color: rgb(120,38,24); }
H1.HeaderClassName
{
color: #782618;
}
.AnyTagClassName
{
color: #782618;
}
</style>
background-color css
<style>
a { background-color: #782618; }
a { background-color: rgb(120,38,24); }
div.DivClassName
{
background-color: #782618;
}
.BgClassName
{
background-color: #782618;
}
</style>
border-color css
<style>
span { border-color: #782618; }
span { border-color: rgb(120,38,24); }
td.TdClassName
{
border-color: #782618;
}
.TagClassName
{
border-color: #782618;
}
</style>