Shades of Falu Red #761E11
Tints of Falu Red #761E11
RGB
CMYK
RGB Variations
Color information
#761E11 (or 0x761E11) is known color: Falu Red. HEX triplet: 76, 1E and 11. RGB value is (118,30,17). Sum of RGB (Red+Green+Blue) = 118+30+17=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #761E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E11 is #89E1EE. Grayscale: #363636. Windows color (decimal): -9036271 or 1121910. OLE color: 1121910.
HSL color Cylindrical-coordinate representation of color #761E11: hue angle of 7.72º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761E11 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 17 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.54 |
| HSL | 7.72º | 0.75% | 0.26% | - |
| HSV(B) | 7.72º | 0.86% | 0.46% | - |
| XYZ | 8.04 | 4.82 | 1.04 | - |
| YUV | 54.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 17 | 0 | 0.75 | 0.86 | 0.54 | 7.72 | 0.75 | 0.26 |
| Hex | 76 | 1E | 11 | 0 | 4B | 56 | 36 | 8 | 4B | 1A |
| Octal | 166 | 36 | 21 | 0 | 113 | 126 | 66 | 10 | 113 | 32 |
| Binary | 1110110 | 11110 | 10001 | 0 | 1001011 | 1010110 | 110110 | 1000 | 1001011 | 11010 |
Color Harmonies of #761E11
Complementary color
Monochromatic Colors of #761E11
Black with #761E11
Text Example
Text Example
White with #761E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E11; }
p { color: rgb(118,30,17); }
H1.HeaderClassName
{
color: #761E11;
}
.AnyTagClassName
{
color: #761E11;
}
</style>
background-color css
<style>
a { background-color: #761E11; }
a { background-color: rgb(118,30,17); }
div.DivClassName
{
background-color: #761E11;
}
.BgClassName
{
background-color: #761E11;
}
</style>
border-color css
<style>
span { border-color: #761E11; }
span { border-color: rgb(118,30,17); }
td.TdClassName
{
border-color: #761E11;
}
.TagClassName
{
border-color: #761E11;
}
</style>