Shades of Falu Red #76140D
Tints of Falu Red #76140D
RGB
CMYK
RGB Variations
Color information
#76140D (or 0x76140D) is known color: Falu Red. HEX triplet: 76, 14 and 0D. RGB value is (118,20,13). Sum of RGB (Red+Green+Blue) = 118+20+13=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #76140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76140D is #89EBF2. Grayscale: #303030. Windows color (decimal): -9038835 or 857206. OLE color: 857206.
HSL color Cylindrical-coordinate representation of color #76140D: hue angle of 4º 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 #76140D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 13 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.54 |
| HSL | 4º | 0.8% | 0.26% | - |
| HSV(B) | 4º | 0.89% | 0.46% | - |
| XYZ | 7.79 | 4.38 | 0.82 | - |
| YUV | 48.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 13 | 0 | 0.83 | 0.89 | 0.54 | 4 | 0.8 | 0.26 |
| Hex | 76 | 14 | D | 0 | 53 | 59 | 36 | 4 | 50 | 1A |
| Octal | 166 | 24 | 15 | 0 | 123 | 131 | 66 | 4 | 120 | 32 |
| Binary | 1110110 | 10100 | 1101 | 0 | 1010011 | 1011001 | 110110 | 100 | 1010000 | 11010 |
Color Harmonies of #76140D
Complementary color
Monochromatic Colors of #76140D
Black with #76140D
Text Example
Text Example
White with #76140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76140D; }
p { color: rgb(118,20,13); }
H1.HeaderClassName
{
color: #76140D;
}
.AnyTagClassName
{
color: #76140D;
}
</style>
background-color css
<style>
a { background-color: #76140D; }
a { background-color: rgb(118,20,13); }
div.DivClassName
{
background-color: #76140D;
}
.BgClassName
{
background-color: #76140D;
}
</style>
border-color css
<style>
span { border-color: #76140D; }
span { border-color: rgb(118,20,13); }
td.TdClassName
{
border-color: #76140D;
}
.TagClassName
{
border-color: #76140D;
}
</style>