Shades of Falu Red #761B09
Tints of Falu Red #761B09
RGB
CMYK
RGB Variations
Color information
#761B09 (or 0x761B09) is known color: Falu Red. HEX triplet: 76, 1B and 09. RGB value is (118,27,9). Sum of RGB (Red+Green+Blue) = 118+27+9=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B09 is #89E4F6. Grayscale: #343434. Windows color (decimal): -9037047 or 596854. OLE color: 596854.
HSL color Cylindrical-coordinate representation of color #761B09: hue angle of 9.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #761B09 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 9 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.54 |
| HSL | 9.91º | 0.86% | 0.25% | - |
| HSV(B) | 9.91º | 0.92% | 0.46% | - |
| XYZ | 7.91 | 4.66 | 0.74 | - |
| YUV | 52.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 9 | 0 | 0.77 | 0.92 | 0.54 | 9.91 | 0.86 | 0.25 |
| Hex | 76 | 1B | 9 | 0 | 4D | 5C | 36 | A | 56 | 19 |
| Octal | 166 | 33 | 11 | 0 | 115 | 134 | 66 | 12 | 126 | 31 |
| Binary | 1110110 | 11011 | 1001 | 0 | 1001101 | 1011100 | 110110 | 1010 | 1010110 | 11001 |
Color Harmonies of #761B09
Complementary color
Monochromatic Colors of #761B09
Black with #761B09
Text Example
Text Example
White with #761B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B09; }
p { color: rgb(118,27,9); }
H1.HeaderClassName
{
color: #761B09;
}
.AnyTagClassName
{
color: #761B09;
}
</style>
background-color css
<style>
a { background-color: #761B09; }
a { background-color: rgb(118,27,9); }
div.DivClassName
{
background-color: #761B09;
}
.BgClassName
{
background-color: #761B09;
}
</style>
border-color css
<style>
span { border-color: #761B09; }
span { border-color: rgb(118,27,9); }
td.TdClassName
{
border-color: #761B09;
}
.TagClassName
{
border-color: #761B09;
}
</style>