Shades of Falu Red #761E0E
Tints of Falu Red #761E0E
RGB
CMYK
RGB Variations
Color information
#761E0E (or 0x761E0E) is known color: Falu Red. HEX triplet: 76, 1E and 0E. RGB value is (118,30,14). Sum of RGB (Red+Green+Blue) = 118+30+14=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #761E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E0E is #89E1F1. Grayscale: #363636. Windows color (decimal): -9036274 or 925302. OLE color: 925302.
HSL color Cylindrical-coordinate representation of color #761E0E: hue angle of 9.23º 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 #761E0E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 14 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.54 |
| HSL | 9.23º | 0.79% | 0.26% | - |
| HSV(B) | 9.23º | 0.88% | 0.46% | - |
| XYZ | 8.01 | 4.81 | 0.92 | - |
| YUV | 54.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 14 | 0 | 0.75 | 0.88 | 0.54 | 9.23 | 0.79 | 0.26 |
| Hex | 76 | 1E | E | 0 | 4B | 58 | 36 | 9 | 4F | 1A |
| Octal | 166 | 36 | 16 | 0 | 113 | 130 | 66 | 11 | 117 | 32 |
| Binary | 1110110 | 11110 | 1110 | 0 | 1001011 | 1011000 | 110110 | 1001 | 1001111 | 11010 |
Color Harmonies of #761E0E
Complementary color
Monochromatic Colors of #761E0E
Black with #761E0E
Text Example
Text Example
White with #761E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E0E; }
p { color: rgb(118,30,14); }
H1.HeaderClassName
{
color: #761E0E;
}
.AnyTagClassName
{
color: #761E0E;
}
</style>
background-color css
<style>
a { background-color: #761E0E; }
a { background-color: rgb(118,30,14); }
div.DivClassName
{
background-color: #761E0E;
}
.BgClassName
{
background-color: #761E0E;
}
</style>
border-color css
<style>
span { border-color: #761E0E; }
span { border-color: rgb(118,30,14); }
td.TdClassName
{
border-color: #761E0E;
}
.TagClassName
{
border-color: #761E0E;
}
</style>