Shades of Falu Red #761D0C
Tints of Falu Red #761D0C
RGB
CMYK
RGB Variations
Color information
#761D0C (or 0x761D0C) is known color: Falu Red. HEX triplet: 76, 1D and 0C. RGB value is (118,29,12). Sum of RGB (Red+Green+Blue) = 118+29+12=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #761D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D0C is #89E2F3. Grayscale: #353535. Windows color (decimal): -9036532 or 793974. OLE color: 793974.
HSL color Cylindrical-coordinate representation of color #761D0C: hue angle of 9.62º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #761D0C is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 12 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.54 |
| HSL | 9.62º | 0.82% | 0.25% | - |
| HSV(B) | 9.62º | 0.9% | 0.46% | - |
| XYZ | 7.98 | 4.76 | 0.85 | - |
| YUV | 53.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 12 | 0 | 0.75 | 0.90 | 0.54 | 9.62 | 0.82 | 0.25 |
| Hex | 76 | 1D | C | 0 | 4B | 5A | 36 | A | 52 | 19 |
| Octal | 166 | 35 | 14 | 0 | 113 | 132 | 66 | 12 | 122 | 31 |
| Binary | 1110110 | 11101 | 1100 | 0 | 1001011 | 1011010 | 110110 | 1010 | 1010010 | 11001 |
Color Harmonies of #761D0C
Complementary color
Monochromatic Colors of #761D0C
Black with #761D0C
Text Example
Text Example
White with #761D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D0C; }
p { color: rgb(118,29,12); }
H1.HeaderClassName
{
color: #761D0C;
}
.AnyTagClassName
{
color: #761D0C;
}
</style>
background-color css
<style>
a { background-color: #761D0C; }
a { background-color: rgb(118,29,12); }
div.DivClassName
{
background-color: #761D0C;
}
.BgClassName
{
background-color: #761D0C;
}
</style>
border-color css
<style>
span { border-color: #761D0C; }
span { border-color: rgb(118,29,12); }
td.TdClassName
{
border-color: #761D0C;
}
.TagClassName
{
border-color: #761D0C;
}
</style>