Shades of Falu Red #7B1C06
Tints of Falu Red #7B1C06
RGB
CMYK
RGB Variations
Color information
#7B1C06 (or 0x7B1C06) is known color: Falu Red. HEX triplet: 7B, 1C and 06. RGB value is (123,28,6). Sum of RGB (Red+Green+Blue) = 123+28+6=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B1C06 is #84E3F9. Grayscale: #363636. Windows color (decimal): -8709114 or 400507. OLE color: 400507.
HSL color Cylindrical-coordinate representation of color #7B1C06: hue angle of 11.28º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B1C06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 28 | 6 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.52 |
| HSL | 11.28º | 0.91% | 0.25% | - |
| HSV(B) | 11.28º | 0.95% | 0.48% | - |
| XYZ | 8.62 | 5.05 | 0.69 | - |
| YUV | 53.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 6 | 0 | 0.77 | 0.95 | 0.52 | 11.28 | 0.91 | 0.25 |
| Hex | 7B | 1C | 6 | 0 | 4D | 5F | 34 | B | 5B | 19 |
| Octal | 173 | 34 | 6 | 0 | 115 | 137 | 64 | 13 | 133 | 31 |
| Binary | 1111011 | 11100 | 110 | 0 | 1001101 | 1011111 | 110100 | 1011 | 1011011 | 11001 |
Color Harmonies of #7B1C06
Complementary color
Monochromatic Colors of #7B1C06
Black with #7B1C06
Text Example
Text Example
White with #7B1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1C06; }
p { color: rgb(123,28,6); }
H1.HeaderClassName
{
color: #7B1C06;
}
.AnyTagClassName
{
color: #7B1C06;
}
</style>
background-color css
<style>
a { background-color: #7B1C06; }
a { background-color: rgb(123,28,6); }
div.DivClassName
{
background-color: #7B1C06;
}
.BgClassName
{
background-color: #7B1C06;
}
</style>
border-color css
<style>
span { border-color: #7B1C06; }
span { border-color: rgb(123,28,6); }
td.TdClassName
{
border-color: #7B1C06;
}
.TagClassName
{
border-color: #7B1C06;
}
</style>