Shades of Falu Red #76240D
Tints of Falu Red #76240D
RGB
CMYK
RGB Variations
Color information
#76240D (or 0x76240D) is known color: Falu Red. HEX triplet: 76, 24 and 0D. RGB value is (118,36,13). Sum of RGB (Red+Green+Blue) = 118+36+13=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76240D is #89DBF2. Grayscale: #3A3A3A. Windows color (decimal): -9034739 or 861302. OLE color: 861302.
HSL color Cylindrical-coordinate representation of color #76240D: hue angle of 13.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76240D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 13 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.54 |
| HSL | 13.14º | 0.8% | 0.26% | - |
| HSV(B) | 13.14º | 0.89% | 0.46% | - |
| XYZ | 8.17 | 5.14 | 0.94 | - |
| YUV | 57.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 13 | 0 | 0.69 | 0.89 | 0.54 | 13.14 | 0.8 | 0.26 |
| Hex | 76 | 24 | D | 0 | 45 | 59 | 36 | D | 50 | 1A |
| Octal | 166 | 44 | 15 | 0 | 105 | 131 | 66 | 15 | 120 | 32 |
| Binary | 1110110 | 100100 | 1101 | 0 | 1000101 | 1011001 | 110110 | 1101 | 1010000 | 11010 |
Color Harmonies of #76240D
Complementary color
Monochromatic Colors of #76240D
Black with #76240D
Text Example
Text Example
White with #76240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76240D; }
p { color: rgb(118,36,13); }
H1.HeaderClassName
{
color: #76240D;
}
.AnyTagClassName
{
color: #76240D;
}
</style>
background-color css
<style>
a { background-color: #76240D; }
a { background-color: rgb(118,36,13); }
div.DivClassName
{
background-color: #76240D;
}
.BgClassName
{
background-color: #76240D;
}
</style>
border-color css
<style>
span { border-color: #76240D; }
span { border-color: rgb(118,36,13); }
td.TdClassName
{
border-color: #76240D;
}
.TagClassName
{
border-color: #76240D;
}
</style>