Shades of Falu Red #782017
Tints of Falu Red #782017
RGB
CMYK
RGB Variations
Color information
#782017 (or 0x782017) is known color: Falu Red. HEX triplet: 78, 20 and 17. RGB value is (120,32,23). Sum of RGB (Red+Green+Blue) = 120+32+23=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782017 is #87DFE8. Grayscale: #393939. Windows color (decimal): -8904681 or 1515640. OLE color: 1515640.
HSL color Cylindrical-coordinate representation of color #782017: hue angle of 5.57º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782017 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 23 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.53 |
| HSL | 5.57º | 0.68% | 0.28% | - |
| HSV(B) | 5.57º | 0.81% | 0.47% | - |
| XYZ | 8.42 | 5.09 | 1.35 | - |
| YUV | 57.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 23 | 0 | 0.73 | 0.81 | 0.53 | 5.57 | 0.68 | 0.28 |
| Hex | 78 | 20 | 17 | 0 | 49 | 51 | 35 | 6 | 44 | 1C |
| Octal | 170 | 40 | 27 | 0 | 111 | 121 | 65 | 6 | 104 | 34 |
| Binary | 1111000 | 100000 | 10111 | 0 | 1001001 | 1010001 | 110101 | 110 | 1000100 | 11100 |
Color Harmonies of #782017
Complementary color
Monochromatic Colors of #782017
Black with #782017
Text Example
Text Example
White with #782017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782017; }
p { color: rgb(120,32,23); }
H1.HeaderClassName
{
color: #782017;
}
.AnyTagClassName
{
color: #782017;
}
</style>
background-color css
<style>
a { background-color: #782017; }
a { background-color: rgb(120,32,23); }
div.DivClassName
{
background-color: #782017;
}
.BgClassName
{
background-color: #782017;
}
</style>
border-color css
<style>
span { border-color: #782017; }
span { border-color: rgb(120,32,23); }
td.TdClassName
{
border-color: #782017;
}
.TagClassName
{
border-color: #782017;
}
</style>