Shades of Falu Red #78210D
Tints of Falu Red #78210D
RGB
CMYK
RGB Variations
Color information
#78210D (or 0x78210D) is known color: Falu Red. HEX triplet: 78, 21 and 0D. RGB value is (120,33,13). Sum of RGB (Red+Green+Blue) = 120+33+13=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #78210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78210D is #87DEF2. Grayscale: #383838. Windows color (decimal): -8904435 or 860536. OLE color: 860536.
HSL color Cylindrical-coordinate representation of color #78210D: hue angle of 11.21º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78210D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 13 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.53 |
| HSL | 11.21º | 0.8% | 0.26% | - |
| HSV(B) | 11.21º | 0.89% | 0.47% | - |
| XYZ | 8.36 | 5.11 | 0.93 | - |
| YUV | 56.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 13 | 0 | 0.72 | 0.89 | 0.53 | 11.21 | 0.8 | 0.26 |
| Hex | 78 | 21 | D | 0 | 48 | 59 | 35 | B | 50 | 1A |
| Octal | 170 | 41 | 15 | 0 | 110 | 131 | 65 | 13 | 120 | 32 |
| Binary | 1111000 | 100001 | 1101 | 0 | 1001000 | 1011001 | 110101 | 1011 | 1010000 | 11010 |
Color Harmonies of #78210D
Complementary color
Monochromatic Colors of #78210D
Black with #78210D
Text Example
Text Example
White with #78210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78210D; }
p { color: rgb(120,33,13); }
H1.HeaderClassName
{
color: #78210D;
}
.AnyTagClassName
{
color: #78210D;
}
</style>
background-color css
<style>
a { background-color: #78210D; }
a { background-color: rgb(120,33,13); }
div.DivClassName
{
background-color: #78210D;
}
.BgClassName
{
background-color: #78210D;
}
</style>
border-color css
<style>
span { border-color: #78210D; }
span { border-color: rgb(120,33,13); }
td.TdClassName
{
border-color: #78210D;
}
.TagClassName
{
border-color: #78210D;
}
</style>