Shades of Falu Red #7B221C
Tints of Falu Red #7B221C
RGB
CMYK
RGB Variations
Color information
#7B221C (or 0x7B221C) is known color: Falu Red. HEX triplet: 7B, 22 and 1C. RGB value is (123,34,28). Sum of RGB (Red+Green+Blue) = 123+34+28=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B221C is #84DDE3. Grayscale: #3C3C3C. Windows color (decimal): -8707556 or 1843835. OLE color: 1843835.
HSL color Cylindrical-coordinate representation of color #7B221C: hue angle of 3.79º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B221C is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 28 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.52 |
| HSL | 3.79º | 0.63% | 0.3% | - |
| HSV(B) | 3.79º | 0.77% | 0.48% | - |
| XYZ | 8.95 | 5.44 | 1.68 | - |
| YUV | 59.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 28 | 0 | 0.72 | 0.77 | 0.52 | 3.79 | 0.63 | 0.3 |
| Hex | 7B | 22 | 1C | 0 | 48 | 4D | 34 | 4 | 3F | 1E |
| Octal | 173 | 42 | 34 | 0 | 110 | 115 | 64 | 4 | 77 | 36 |
| Binary | 1111011 | 100010 | 11100 | 0 | 1001000 | 1001101 | 110100 | 100 | 111111 | 11110 |
Color Harmonies of #7B221C
Complementary color
Monochromatic Colors of #7B221C
Black with #7B221C
Text Example
Text Example
White with #7B221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B221C; }
p { color: rgb(123,34,28); }
H1.HeaderClassName
{
color: #7B221C;
}
.AnyTagClassName
{
color: #7B221C;
}
</style>
background-color css
<style>
a { background-color: #7B221C; }
a { background-color: rgb(123,34,28); }
div.DivClassName
{
background-color: #7B221C;
}
.BgClassName
{
background-color: #7B221C;
}
</style>
border-color css
<style>
span { border-color: #7B221C; }
span { border-color: rgb(123,34,28); }
td.TdClassName
{
border-color: #7B221C;
}
.TagClassName
{
border-color: #7B221C;
}
</style>