Shades of Falu Red #761E1E
Tints of Falu Red #761E1E
RGB
CMYK
RGB Variations
Color information
#761E1E (or 0x761E1E) is known color: Falu Red. HEX triplet: 76, 1E and 1E. RGB value is (118,30,30). Sum of RGB (Red+Green+Blue) = 118+30+30=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E1E is #89E1E1. Grayscale: #383838. Windows color (decimal): -9036258 or 1973878. OLE color: 1973878.
HSL color Cylindrical-coordinate representation of color #761E1E: hue angle of 0º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E1E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 30 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.54 |
| HSL | 0º | 0.59% | 0.29% | - |
| HSV(B) | 0º | 0.75% | 0.46% | - |
| XYZ | 8.17 | 4.87 | 1.74 | - |
| YUV | 56.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 30 | 0 | 0.75 | 0.75 | 0.54 | 0 | 0.59 | 0.29 |
| Hex | 76 | 1E | 1E | 0 | 4B | 4B | 36 | 0 | 3B | 1D |
| Octal | 166 | 36 | 36 | 0 | 113 | 113 | 66 | 0 | 73 | 35 |
| Binary | 1110110 | 11110 | 11110 | 0 | 1001011 | 1001011 | 110110 | 0 | 111011 | 11101 |
Color Harmonies of #761E1E
Complementary color
Monochromatic Colors of #761E1E
Black with #761E1E
Text Example
Text Example
White with #761E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E1E; }
p { color: rgb(118,30,30); }
H1.HeaderClassName
{
color: #761E1E;
}
.AnyTagClassName
{
color: #761E1E;
}
</style>
background-color css
<style>
a { background-color: #761E1E; }
a { background-color: rgb(118,30,30); }
div.DivClassName
{
background-color: #761E1E;
}
.BgClassName
{
background-color: #761E1E;
}
</style>
border-color css
<style>
span { border-color: #761E1E; }
span { border-color: rgb(118,30,30); }
td.TdClassName
{
border-color: #761E1E;
}
.TagClassName
{
border-color: #761E1E;
}
</style>