Shades of Falu Red #7B2015
Tints of Falu Red #7B2015
RGB
CMYK
RGB Variations
Color information
#7B2015 (or 0x7B2015) is known color: Falu Red. HEX triplet: 7B, 20 and 15. RGB value is (123,32,21). Sum of RGB (Red+Green+Blue) = 123+32+21=176 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.89% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2015 is #84DFEA. Grayscale: #3A3A3A. Windows color (decimal): -8708075 or 1384571. OLE color: 1384571.
HSL color Cylindrical-coordinate representation of color #7B2015: hue angle of 6.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B2015 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 21 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.52 |
| HSL | 6.47º | 0.71% | 0.28% | - |
| HSV(B) | 6.47º | 0.83% | 0.48% | - |
| XYZ | 8.82 | 5.3 | 1.27 | - |
| YUV | 57.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 21 | 0 | 0.74 | 0.83 | 0.52 | 6.47 | 0.71 | 0.28 |
| Hex | 7B | 20 | 15 | 0 | 4A | 53 | 34 | 6 | 47 | 1C |
| Octal | 173 | 40 | 25 | 0 | 112 | 123 | 64 | 6 | 107 | 34 |
| Binary | 1111011 | 100000 | 10101 | 0 | 1001010 | 1010011 | 110100 | 110 | 1000111 | 11100 |
Color Harmonies of #7B2015
Complementary color
Monochromatic Colors of #7B2015
Black with #7B2015
Text Example
Text Example
White with #7B2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2015; }
p { color: rgb(123,32,21); }
H1.HeaderClassName
{
color: #7B2015;
}
.AnyTagClassName
{
color: #7B2015;
}
</style>
background-color css
<style>
a { background-color: #7B2015; }
a { background-color: rgb(123,32,21); }
div.DivClassName
{
background-color: #7B2015;
}
.BgClassName
{
background-color: #7B2015;
}
</style>
border-color css
<style>
span { border-color: #7B2015; }
span { border-color: rgb(123,32,21); }
td.TdClassName
{
border-color: #7B2015;
}
.TagClassName
{
border-color: #7B2015;
}
</style>