Shades of Falu Red #76190F
Tints of Falu Red #76190F
RGB
CMYK
RGB Variations
Color information
#76190F (or 0x76190F) is known color: Falu Red. HEX triplet: 76, 19 and 0F. RGB value is (118,25,15). Sum of RGB (Red+Green+Blue) = 118+25+15=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #76190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76190F is #89E6F0. Grayscale: #333333. Windows color (decimal): -9037553 or 989558. OLE color: 989558.
HSL color Cylindrical-coordinate representation of color #76190F: hue angle of 5.83º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76190F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 15 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.54 |
| HSL | 5.83º | 0.77% | 0.26% | - |
| HSV(B) | 5.83º | 0.87% | 0.46% | - |
| XYZ | 7.91 | 4.58 | 0.92 | - |
| YUV | 51.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 15 | 0 | 0.79 | 0.87 | 0.54 | 5.83 | 0.77 | 0.26 |
| Hex | 76 | 19 | F | 0 | 4F | 57 | 36 | 6 | 4D | 1A |
| Octal | 166 | 31 | 17 | 0 | 117 | 127 | 66 | 6 | 115 | 32 |
| Binary | 1110110 | 11001 | 1111 | 0 | 1001111 | 1010111 | 110110 | 110 | 1001101 | 11010 |
Color Harmonies of #76190F
Complementary color
Monochromatic Colors of #76190F
Black with #76190F
Text Example
Text Example
White with #76190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76190F; }
p { color: rgb(118,25,15); }
H1.HeaderClassName
{
color: #76190F;
}
.AnyTagClassName
{
color: #76190F;
}
</style>
background-color css
<style>
a { background-color: #76190F; }
a { background-color: rgb(118,25,15); }
div.DivClassName
{
background-color: #76190F;
}
.BgClassName
{
background-color: #76190F;
}
</style>
border-color css
<style>
span { border-color: #76190F; }
span { border-color: rgb(118,25,15); }
td.TdClassName
{
border-color: #76190F;
}
.TagClassName
{
border-color: #76190F;
}
</style>