Shades of Falu Red #761F19
Tints of Falu Red #761F19
RGB
CMYK
RGB Variations
Color information
#761F19 (or 0x761F19) is known color: Falu Red. HEX triplet: 76, 1F and 19. RGB value is (118,31,25). Sum of RGB (Red+Green+Blue) = 118+31+25=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F19 is #89E0E6. Grayscale: #383838. Windows color (decimal): -9036007 or 1646454. OLE color: 1646454.
HSL color Cylindrical-coordinate representation of color #761F19: hue angle of 3.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761F19 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 25 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.54 |
| HSL | 3.87º | 0.65% | 0.28% | - |
| HSV(B) | 3.87º | 0.79% | 0.46% | - |
| XYZ | 8.14 | 4.9 | 1.44 | - |
| YUV | 56.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 25 | 0 | 0.74 | 0.79 | 0.54 | 3.87 | 0.65 | 0.28 |
| Hex | 76 | 1F | 19 | 0 | 4A | 4F | 36 | 4 | 41 | 1C |
| Octal | 166 | 37 | 31 | 0 | 112 | 117 | 66 | 4 | 101 | 34 |
| Binary | 1110110 | 11111 | 11001 | 0 | 1001010 | 1001111 | 110110 | 100 | 1000001 | 11100 |
Color Harmonies of #761F19
Complementary color
Monochromatic Colors of #761F19
Black with #761F19
Text Example
Text Example
White with #761F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F19; }
p { color: rgb(118,31,25); }
H1.HeaderClassName
{
color: #761F19;
}
.AnyTagClassName
{
color: #761F19;
}
</style>
background-color css
<style>
a { background-color: #761F19; }
a { background-color: rgb(118,31,25); }
div.DivClassName
{
background-color: #761F19;
}
.BgClassName
{
background-color: #761F19;
}
</style>
border-color css
<style>
span { border-color: #761F19; }
span { border-color: rgb(118,31,25); }
td.TdClassName
{
border-color: #761F19;
}
.TagClassName
{
border-color: #761F19;
}
</style>