Shades of Falu Red #76150E
Tints of Falu Red #76150E
RGB
CMYK
RGB Variations
Color information
#76150E (or 0x76150E) is known color: Falu Red. HEX triplet: 76, 15 and 0E. RGB value is (118,21,14). Sum of RGB (Red+Green+Blue) = 118+21+14=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76150E is #89EAF1. Grayscale: #313131. Windows color (decimal): -9038578 or 922998. OLE color: 922998.
HSL color Cylindrical-coordinate representation of color #76150E: hue angle of 4.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76150E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 14 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.54 |
| HSL | 4.04º | 0.79% | 0.26% | - |
| HSV(B) | 4.04º | 0.88% | 0.46% | - |
| XYZ | 7.82 | 4.42 | 0.86 | - |
| YUV | 49.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 14 | 0 | 0.82 | 0.88 | 0.54 | 4.04 | 0.79 | 0.26 |
| Hex | 76 | 15 | E | 0 | 52 | 58 | 36 | 4 | 4F | 1A |
| Octal | 166 | 25 | 16 | 0 | 122 | 130 | 66 | 4 | 117 | 32 |
| Binary | 1110110 | 10101 | 1110 | 0 | 1010010 | 1011000 | 110110 | 100 | 1001111 | 11010 |
Color Harmonies of #76150E
Complementary color
Monochromatic Colors of #76150E
Black with #76150E
Text Example
Text Example
White with #76150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76150E; }
p { color: rgb(118,21,14); }
H1.HeaderClassName
{
color: #76150E;
}
.AnyTagClassName
{
color: #76150E;
}
</style>
background-color css
<style>
a { background-color: #76150E; }
a { background-color: rgb(118,21,14); }
div.DivClassName
{
background-color: #76150E;
}
.BgClassName
{
background-color: #76150E;
}
</style>
border-color css
<style>
span { border-color: #76150E; }
span { border-color: rgb(118,21,14); }
td.TdClassName
{
border-color: #76150E;
}
.TagClassName
{
border-color: #76150E;
}
</style>