Shades of Falu Red #7B190F
Tints of Falu Red #7B190F
RGB
CMYK
RGB Variations
Color information
#7B190F (or 0x7B190F) is known color: Falu Red. HEX triplet: 7B, 19 and 0F. RGB value is (123,25,15). Sum of RGB (Red+Green+Blue) = 123+25+15=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B190F is #84E6F0. Grayscale: #353535. Windows color (decimal): -8709873 or 989563. OLE color: 989563.
HSL color Cylindrical-coordinate representation of color #7B190F: hue angle of 5.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B190F is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 15 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.52 |
| HSL | 5.56º | 0.78% | 0.27% | - |
| HSV(B) | 5.56º | 0.88% | 0.48% | - |
| XYZ | 8.6 | 4.94 | 0.95 | - |
| YUV | 53.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 15 | 0 | 0.80 | 0.88 | 0.52 | 5.56 | 0.78 | 0.27 |
| Hex | 7B | 19 | F | 0 | 50 | 58 | 34 | 6 | 4E | 1B |
| Octal | 173 | 31 | 17 | 0 | 120 | 130 | 64 | 6 | 116 | 33 |
| Binary | 1111011 | 11001 | 1111 | 0 | 1010000 | 1011000 | 110100 | 110 | 1001110 | 11011 |
Color Harmonies of #7B190F
Complementary color
Monochromatic Colors of #7B190F
Black with #7B190F
Text Example
Text Example
White with #7B190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B190F; }
p { color: rgb(123,25,15); }
H1.HeaderClassName
{
color: #7B190F;
}
.AnyTagClassName
{
color: #7B190F;
}
</style>
background-color css
<style>
a { background-color: #7B190F; }
a { background-color: rgb(123,25,15); }
div.DivClassName
{
background-color: #7B190F;
}
.BgClassName
{
background-color: #7B190F;
}
</style>
border-color css
<style>
span { border-color: #7B190F; }
span { border-color: rgb(123,25,15); }
td.TdClassName
{
border-color: #7B190F;
}
.TagClassName
{
border-color: #7B190F;
}
</style>