Shades of Falu Red #761F1D
Tints of Falu Red #761F1D
RGB
CMYK
RGB Variations
Color information
#761F1D (or 0x761F1D) is known color: Falu Red. HEX triplet: 76, 1F and 1D. RGB value is (118,31,29). Sum of RGB (Red+Green+Blue) = 118+31+29=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F1D is #89E0E2. Grayscale: #383838. Windows color (decimal): -9036003 or 1908598. OLE color: 1908598.
HSL color Cylindrical-coordinate representation of color #761F1D: hue angle of 1.35º degrees, saturation: 0.61, 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 #761F1D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 29 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.54 |
| HSL | 1.35º | 0.61% | 0.29% | - |
| HSV(B) | 1.35º | 0.75% | 0.46% | - |
| XYZ | 8.18 | 4.92 | 1.68 | - |
| YUV | 56.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 29 | 0 | 0.74 | 0.75 | 0.54 | 1.35 | 0.61 | 0.29 |
| Hex | 76 | 1F | 1D | 0 | 4A | 4B | 36 | 1 | 3D | 1D |
| Octal | 166 | 37 | 35 | 0 | 112 | 113 | 66 | 1 | 75 | 35 |
| Binary | 1110110 | 11111 | 11101 | 0 | 1001010 | 1001011 | 110110 | 1 | 111101 | 11101 |
Color Harmonies of #761F1D
Complementary color
Monochromatic Colors of #761F1D
Black with #761F1D
Text Example
Text Example
White with #761F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F1D; }
p { color: rgb(118,31,29); }
H1.HeaderClassName
{
color: #761F1D;
}
.AnyTagClassName
{
color: #761F1D;
}
</style>
background-color css
<style>
a { background-color: #761F1D; }
a { background-color: rgb(118,31,29); }
div.DivClassName
{
background-color: #761F1D;
}
.BgClassName
{
background-color: #761F1D;
}
</style>
border-color css
<style>
span { border-color: #761F1D; }
span { border-color: rgb(118,31,29); }
td.TdClassName
{
border-color: #761F1D;
}
.TagClassName
{
border-color: #761F1D;
}
</style>