Shades of Falu Red #78201B
Tints of Falu Red #78201B
RGB
CMYK
RGB Variations
Color information
#78201B (or 0x78201B) is known color: Falu Red. HEX triplet: 78, 20 and 1B. RGB value is (120,32,27). Sum of RGB (Red+Green+Blue) = 120+32+27=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #78201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201B is #87DFE4. Grayscale: #393939. Windows color (decimal): -8904677 or 1777784. OLE color: 1777784.
HSL color Cylindrical-coordinate representation of color #78201B: hue angle of 3.23º degrees, saturation: 0.63, 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 #78201B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 27 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.53 |
| HSL | 3.23º | 0.63% | 0.29% | - |
| HSV(B) | 3.23º | 0.78% | 0.47% | - |
| XYZ | 8.46 | 5.11 | 1.58 | - |
| YUV | 57.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 27 | 0 | 0.73 | 0.78 | 0.53 | 3.23 | 0.63 | 0.29 |
| Hex | 78 | 20 | 1B | 0 | 49 | 4E | 35 | 3 | 3F | 1D |
| Octal | 170 | 40 | 33 | 0 | 111 | 116 | 65 | 3 | 77 | 35 |
| Binary | 1111000 | 100000 | 11011 | 0 | 1001001 | 1001110 | 110101 | 11 | 111111 | 11101 |
Color Harmonies of #78201B
Complementary color
Monochromatic Colors of #78201B
Black with #78201B
Text Example
Text Example
White with #78201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78201B; }
p { color: rgb(120,32,27); }
H1.HeaderClassName
{
color: #78201B;
}
.AnyTagClassName
{
color: #78201B;
}
</style>
background-color css
<style>
a { background-color: #78201B; }
a { background-color: rgb(120,32,27); }
div.DivClassName
{
background-color: #78201B;
}
.BgClassName
{
background-color: #78201B;
}
</style>
border-color css
<style>
span { border-color: #78201B; }
span { border-color: rgb(120,32,27); }
td.TdClassName
{
border-color: #78201B;
}
.TagClassName
{
border-color: #78201B;
}
</style>