Shades of Falu Red #7B210E
Tints of Falu Red #7B210E
RGB
CMYK
RGB Variations
Color information
#7B210E (or 0x7B210E) is known color: Falu Red. HEX triplet: 7B, 21 and 0E. RGB value is (123,33,14). Sum of RGB (Red+Green+Blue) = 123+33+14=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B210E is #84DEF1. Grayscale: #393939. Windows color (decimal): -8707826 or 926075. OLE color: 926075.
HSL color Cylindrical-coordinate representation of color #7B210E: hue angle of 10.46º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B210E is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 14 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.52 |
| HSL | 10.46º | 0.8% | 0.27% | - |
| HSV(B) | 10.46º | 0.89% | 0.48% | - |
| XYZ | 8.79 | 5.33 | 0.98 | - |
| YUV | 57.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 14 | 0 | 0.73 | 0.89 | 0.52 | 10.46 | 0.8 | 0.27 |
| Hex | 7B | 21 | E | 0 | 49 | 59 | 34 | A | 50 | 1B |
| Octal | 173 | 41 | 16 | 0 | 111 | 131 | 64 | 12 | 120 | 33 |
| Binary | 1111011 | 100001 | 1110 | 0 | 1001001 | 1011001 | 110100 | 1010 | 1010000 | 11011 |
Color Harmonies of #7B210E
Complementary color
Monochromatic Colors of #7B210E
Black with #7B210E
Text Example
Text Example
White with #7B210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B210E; }
p { color: rgb(123,33,14); }
H1.HeaderClassName
{
color: #7B210E;
}
.AnyTagClassName
{
color: #7B210E;
}
</style>
background-color css
<style>
a { background-color: #7B210E; }
a { background-color: rgb(123,33,14); }
div.DivClassName
{
background-color: #7B210E;
}
.BgClassName
{
background-color: #7B210E;
}
</style>
border-color css
<style>
span { border-color: #7B210E; }
span { border-color: rgb(123,33,14); }
td.TdClassName
{
border-color: #7B210E;
}
.TagClassName
{
border-color: #7B210E;
}
</style>