Shades of Falu Red #761C01
Tints of Falu Red #761C01
RGB
CMYK
RGB Variations
Color information
#761C01 (or 0x761C01) is known color: Falu Red. HEX triplet: 76, 1C and 01. RGB value is (118,28,1). Sum of RGB (Red+Green+Blue) = 118+28+1=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #761C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C01 is #89E3FE. Grayscale: #343434. Windows color (decimal): -9036799 or 72822. OLE color: 72822.
HSL color Cylindrical-coordinate representation of color #761C01: hue angle of 13.85º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #761C01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.54 |
| HSL | 13.85º | 0.98% | 0.23% | - |
| HSV(B) | 13.85º | 0.99% | 0.46% | - |
| XYZ | 7.89 | 4.68 | 0.52 | - |
| YUV | 51.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 1 | 0 | 0.76 | 0.99 | 0.54 | 13.85 | 0.98 | 0.23 |
| Hex | 76 | 1C | 1 | 0 | 4C | 63 | 36 | E | 62 | 17 |
| Octal | 166 | 34 | 1 | 0 | 114 | 143 | 66 | 16 | 142 | 27 |
| Binary | 1110110 | 11100 | 1 | 0 | 1001100 | 1100011 | 110110 | 1110 | 1100010 | 10111 |
Color Harmonies of #761C01
Complementary color
Monochromatic Colors of #761C01
Black with #761C01
Text Example
Text Example
White with #761C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C01; }
p { color: rgb(118,28,1); }
H1.HeaderClassName
{
color: #761C01;
}
.AnyTagClassName
{
color: #761C01;
}
</style>
background-color css
<style>
a { background-color: #761C01; }
a { background-color: rgb(118,28,1); }
div.DivClassName
{
background-color: #761C01;
}
.BgClassName
{
background-color: #761C01;
}
</style>
border-color css
<style>
span { border-color: #761C01; }
span { border-color: rgb(118,28,1); }
td.TdClassName
{
border-color: #761C01;
}
.TagClassName
{
border-color: #761C01;
}
</style>