Shades of Falu Red #761D16
Tints of Falu Red #761D16
RGB
CMYK
RGB Variations
Color information
#761D16 (or 0x761D16) is known color: Falu Red. HEX triplet: 76, 1D and 16. RGB value is (118,29,22). Sum of RGB (Red+Green+Blue) = 118+29+22=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #761D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D16 is #89E2E9. Grayscale: #363636. Windows color (decimal): -9036522 or 1449334. OLE color: 1449334.
HSL color Cylindrical-coordinate representation of color #761D16: hue angle of 4.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761D16 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 22 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.54 |
| HSL | 4.38º | 0.69% | 0.27% | - |
| HSV(B) | 4.38º | 0.81% | 0.46% | - |
| XYZ | 8.06 | 4.79 | 1.26 | - |
| YUV | 54.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 22 | 0 | 0.75 | 0.81 | 0.54 | 4.38 | 0.69 | 0.27 |
| Hex | 76 | 1D | 16 | 0 | 4B | 51 | 36 | 4 | 45 | 1B |
| Octal | 166 | 35 | 26 | 0 | 113 | 121 | 66 | 4 | 105 | 33 |
| Binary | 1110110 | 11101 | 10110 | 0 | 1001011 | 1010001 | 110110 | 100 | 1000101 | 11011 |
Color Harmonies of #761D16
Complementary color
Monochromatic Colors of #761D16
Black with #761D16
Text Example
Text Example
White with #761D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D16; }
p { color: rgb(118,29,22); }
H1.HeaderClassName
{
color: #761D16;
}
.AnyTagClassName
{
color: #761D16;
}
</style>
background-color css
<style>
a { background-color: #761D16; }
a { background-color: rgb(118,29,22); }
div.DivClassName
{
background-color: #761D16;
}
.BgClassName
{
background-color: #761D16;
}
</style>
border-color css
<style>
span { border-color: #761D16; }
span { border-color: rgb(118,29,22); }
td.TdClassName
{
border-color: #761D16;
}
.TagClassName
{
border-color: #761D16;
}
</style>