Shades of Falu Red #7B2117
Tints of Falu Red #7B2117
RGB
CMYK
RGB Variations
Color information
#7B2117 (or 0x7B2117) is known color: Falu Red. HEX triplet: 7B, 21 and 17. RGB value is (123,33,23). Sum of RGB (Red+Green+Blue) = 123+33+23=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2117 is #84DEE8. Grayscale: #3A3A3A. Windows color (decimal): -8707817 or 1515899. OLE color: 1515899.
HSL color Cylindrical-coordinate representation of color #7B2117: hue angle of 6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B2117 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 23 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.52 |
| HSL | 6º | 0.68% | 0.29% | - |
| HSV(B) | 6º | 0.81% | 0.48% | - |
| XYZ | 8.87 | 5.36 | 1.38 | - |
| YUV | 58.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 23 | 0 | 0.73 | 0.81 | 0.52 | 6 | 0.68 | 0.29 |
| Hex | 7B | 21 | 17 | 0 | 49 | 51 | 34 | 6 | 44 | 1D |
| Octal | 173 | 41 | 27 | 0 | 111 | 121 | 64 | 6 | 104 | 35 |
| Binary | 1111011 | 100001 | 10111 | 0 | 1001001 | 1010001 | 110100 | 110 | 1000100 | 11101 |
Color Harmonies of #7B2117
Complementary color
Monochromatic Colors of #7B2117
Black with #7B2117
Text Example
Text Example
White with #7B2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2117; }
p { color: rgb(123,33,23); }
H1.HeaderClassName
{
color: #7B2117;
}
.AnyTagClassName
{
color: #7B2117;
}
</style>
background-color css
<style>
a { background-color: #7B2117; }
a { background-color: rgb(123,33,23); }
div.DivClassName
{
background-color: #7B2117;
}
.BgClassName
{
background-color: #7B2117;
}
</style>
border-color css
<style>
span { border-color: #7B2117; }
span { border-color: rgb(123,33,23); }
td.TdClassName
{
border-color: #7B2117;
}
.TagClassName
{
border-color: #7B2117;
}
</style>