Shades of Falu Red #7B210C
Tints of Falu Red #7B210C
RGB
CMYK
RGB Variations
Color information
#7B210C (or 0x7B210C) is known color: Falu Red. HEX triplet: 7B, 21 and 0C. RGB value is (123,33,12). Sum of RGB (Red+Green+Blue) = 123+33+12=168 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.21% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 123 - color contains mainly: red. Hex color #7B210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B210C is #84DEF3. Grayscale: #393939. Windows color (decimal): -8707828 or 795003. OLE color: 795003.
HSL color Cylindrical-coordinate representation of color #7B210C: hue angle of 11.35º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B210C is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 12 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.52 |
| HSL | 11.35º | 0.82% | 0.26% | - |
| HSV(B) | 11.35º | 0.9% | 0.48% | - |
| XYZ | 8.78 | 5.33 | 0.91 | - |
| YUV | 57.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 12 | 0 | 0.73 | 0.90 | 0.52 | 11.35 | 0.82 | 0.26 |
| Hex | 7B | 21 | C | 0 | 49 | 5A | 34 | B | 52 | 1A |
| Octal | 173 | 41 | 14 | 0 | 111 | 132 | 64 | 13 | 122 | 32 |
| Binary | 1111011 | 100001 | 1100 | 0 | 1001001 | 1011010 | 110100 | 1011 | 1010010 | 11010 |
Color Harmonies of #7B210C
Complementary color
Monochromatic Colors of #7B210C
Black with #7B210C
Text Example
Text Example
White with #7B210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B210C; }
p { color: rgb(123,33,12); }
H1.HeaderClassName
{
color: #7B210C;
}
.AnyTagClassName
{
color: #7B210C;
}
</style>
background-color css
<style>
a { background-color: #7B210C; }
a { background-color: rgb(123,33,12); }
div.DivClassName
{
background-color: #7B210C;
}
.BgClassName
{
background-color: #7B210C;
}
</style>
border-color css
<style>
span { border-color: #7B210C; }
span { border-color: rgb(123,33,12); }
td.TdClassName
{
border-color: #7B210C;
}
.TagClassName
{
border-color: #7B210C;
}
</style>