Shades of Falu Red #78201A
Tints of Falu Red #78201A
RGB
CMYK
RGB Variations
Color information
#78201A (or 0x78201A) is known color: Falu Red. HEX triplet: 78, 20 and 1A. RGB value is (120,32,26). Sum of RGB (Red+Green+Blue) = 120+32+26=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #78201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201A is #87DFE5. Grayscale: #393939. Windows color (decimal): -8904678 or 1712248. OLE color: 1712248.
HSL color Cylindrical-coordinate representation of color #78201A: hue angle of 3.83º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78201A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 26 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.53 |
| HSL | 3.83º | 0.64% | 0.29% | - |
| HSV(B) | 3.83º | 0.78% | 0.47% | - |
| XYZ | 8.45 | 5.1 | 1.52 | - |
| YUV | 57.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 26 | 0 | 0.73 | 0.78 | 0.53 | 3.83 | 0.64 | 0.29 |
| Hex | 78 | 20 | 1A | 0 | 49 | 4E | 35 | 4 | 40 | 1D |
| Octal | 170 | 40 | 32 | 0 | 111 | 116 | 65 | 4 | 100 | 35 |
| Binary | 1111000 | 100000 | 11010 | 0 | 1001001 | 1001110 | 110101 | 100 | 1000000 | 11101 |
Color Harmonies of #78201A
Complementary color
Monochromatic Colors of #78201A
Black with #78201A
Text Example
Text Example
White with #78201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78201A; }
p { color: rgb(120,32,26); }
H1.HeaderClassName
{
color: #78201A;
}
.AnyTagClassName
{
color: #78201A;
}
</style>
background-color css
<style>
a { background-color: #78201A; }
a { background-color: rgb(120,32,26); }
div.DivClassName
{
background-color: #78201A;
}
.BgClassName
{
background-color: #78201A;
}
</style>
border-color css
<style>
span { border-color: #78201A; }
span { border-color: rgb(120,32,26); }
td.TdClassName
{
border-color: #78201A;
}
.TagClassName
{
border-color: #78201A;
}
</style>