Shades of Falu Red #7B1908
Tints of Falu Red #7B1908
RGB
CMYK
RGB Variations
Color information
#7B1908 (or 0x7B1908) is known color: Falu Red. HEX triplet: 7B, 19 and 08. RGB value is (123,25,8). Sum of RGB (Red+Green+Blue) = 123+25+8=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1908 is #84E6F7. Grayscale: #343434. Windows color (decimal): -8709880 or 530811. OLE color: 530811.
HSL color Cylindrical-coordinate representation of color #7B1908: hue angle of 8.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B1908 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 8 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.52 |
| HSL | 8.87º | 0.88% | 0.26% | - |
| HSV(B) | 8.87º | 0.93% | 0.48% | - |
| XYZ | 8.56 | 4.92 | 0.73 | - |
| YUV | 52.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 8 | 0 | 0.80 | 0.93 | 0.52 | 8.87 | 0.88 | 0.26 |
| Hex | 7B | 19 | 8 | 0 | 50 | 5D | 34 | 9 | 58 | 1A |
| Octal | 173 | 31 | 10 | 0 | 120 | 135 | 64 | 11 | 130 | 32 |
| Binary | 1111011 | 11001 | 1000 | 0 | 1010000 | 1011101 | 110100 | 1001 | 1011000 | 11010 |
Color Harmonies of #7B1908
Complementary color
Monochromatic Colors of #7B1908
Black with #7B1908
Text Example
Text Example
White with #7B1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1908; }
p { color: rgb(123,25,8); }
H1.HeaderClassName
{
color: #7B1908;
}
.AnyTagClassName
{
color: #7B1908;
}
</style>
background-color css
<style>
a { background-color: #7B1908; }
a { background-color: rgb(123,25,8); }
div.DivClassName
{
background-color: #7B1908;
}
.BgClassName
{
background-color: #7B1908;
}
</style>
border-color css
<style>
span { border-color: #7B1908; }
span { border-color: rgb(123,25,8); }
td.TdClassName
{
border-color: #7B1908;
}
.TagClassName
{
border-color: #7B1908;
}
</style>