Shades of Falu Red #7B1C01
Tints of Falu Red #7B1C01
RGB
CMYK
RGB Variations
Color information
#7B1C01 (or 0x7B1C01) is known color: Falu Red. HEX triplet: 7B, 1C and 01. RGB value is (123,28,1). Sum of RGB (Red+Green+Blue) = 123+28+1=152 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.92% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B1C01 is #84E3FE. Grayscale: #353535. Windows color (decimal): -8709119 or 72827. OLE color: 72827.
HSL color Cylindrical-coordinate representation of color #7B1C01: hue angle of 13.28º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B1C01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 28 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.52 |
| HSL | 13.28º | 0.98% | 0.24% | - |
| HSV(B) | 13.28º | 0.99% | 0.48% | - |
| XYZ | 8.59 | 5.04 | 0.55 | - |
| YUV | 53.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 1 | 0 | 0.77 | 0.99 | 0.52 | 13.28 | 0.98 | 0.24 |
| Hex | 7B | 1C | 1 | 0 | 4D | 63 | 34 | D | 62 | 18 |
| Octal | 173 | 34 | 1 | 0 | 115 | 143 | 64 | 15 | 142 | 30 |
| Binary | 1111011 | 11100 | 1 | 0 | 1001101 | 1100011 | 110100 | 1101 | 1100010 | 11000 |
Color Harmonies of #7B1C01
Complementary color
Monochromatic Colors of #7B1C01
Black with #7B1C01
Text Example
Text Example
White with #7B1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1C01; }
p { color: rgb(123,28,1); }
H1.HeaderClassName
{
color: #7B1C01;
}
.AnyTagClassName
{
color: #7B1C01;
}
</style>
background-color css
<style>
a { background-color: #7B1C01; }
a { background-color: rgb(123,28,1); }
div.DivClassName
{
background-color: #7B1C01;
}
.BgClassName
{
background-color: #7B1C01;
}
</style>
border-color css
<style>
span { border-color: #7B1C01; }
span { border-color: rgb(123,28,1); }
td.TdClassName
{
border-color: #7B1C01;
}
.TagClassName
{
border-color: #7B1C01;
}
</style>