Shades of Falu Red #761C0B
Tints of Falu Red #761C0B
RGB
CMYK
RGB Variations
Color information
#761C0B (or 0x761C0B) is known color: Falu Red. HEX triplet: 76, 1C and 0B. RGB value is (118,28,11). Sum of RGB (Red+Green+Blue) = 118+28+11=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C0B is #89E3F4. Grayscale: #353535. Windows color (decimal): -9036789 or 728182. OLE color: 728182.
HSL color Cylindrical-coordinate representation of color #761C0B: hue angle of 9.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #761C0B is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 11 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.54 |
| HSL | 9.53º | 0.83% | 0.25% | - |
| HSV(B) | 9.53º | 0.91% | 0.46% | - |
| XYZ | 7.95 | 4.71 | 0.81 | - |
| YUV | 52.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 11 | 0 | 0.76 | 0.91 | 0.54 | 9.53 | 0.83 | 0.25 |
| Hex | 76 | 1C | B | 0 | 4C | 5B | 36 | A | 53 | 19 |
| Octal | 166 | 34 | 13 | 0 | 114 | 133 | 66 | 12 | 123 | 31 |
| Binary | 1110110 | 11100 | 1011 | 0 | 1001100 | 1011011 | 110110 | 1010 | 1010011 | 11001 |
Color Harmonies of #761C0B
Complementary color
Monochromatic Colors of #761C0B
Black with #761C0B
Text Example
Text Example
White with #761C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C0B; }
p { color: rgb(118,28,11); }
H1.HeaderClassName
{
color: #761C0B;
}
.AnyTagClassName
{
color: #761C0B;
}
</style>
background-color css
<style>
a { background-color: #761C0B; }
a { background-color: rgb(118,28,11); }
div.DivClassName
{
background-color: #761C0B;
}
.BgClassName
{
background-color: #761C0B;
}
</style>
border-color css
<style>
span { border-color: #761C0B; }
span { border-color: rgb(118,28,11); }
td.TdClassName
{
border-color: #761C0B;
}
.TagClassName
{
border-color: #761C0B;
}
</style>