Shades of Falu Red #761C15
Tints of Falu Red #761C15
RGB
CMYK
RGB Variations
Color information
#761C15 (or 0x761C15) is known color: Falu Red. HEX triplet: 76, 1C and 15. RGB value is (118,28,21). Sum of RGB (Red+Green+Blue) = 118+28+21=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C15 is #89E3EA. Grayscale: #363636. Windows color (decimal): -9036779 or 1383542. OLE color: 1383542.
HSL color Cylindrical-coordinate representation of color #761C15: hue angle of 4.33º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761C15 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 21 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.54 |
| HSL | 4.33º | 0.7% | 0.27% | - |
| HSV(B) | 4.33º | 0.82% | 0.46% | - |
| XYZ | 8.02 | 4.74 | 1.2 | - |
| YUV | 54.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 21 | 0 | 0.76 | 0.82 | 0.54 | 4.33 | 0.7 | 0.27 |
| Hex | 76 | 1C | 15 | 0 | 4C | 52 | 36 | 4 | 46 | 1B |
| Octal | 166 | 34 | 25 | 0 | 114 | 122 | 66 | 4 | 106 | 33 |
| Binary | 1110110 | 11100 | 10101 | 0 | 1001100 | 1010010 | 110110 | 100 | 1000110 | 11011 |
Color Harmonies of #761C15
Complementary color
Monochromatic Colors of #761C15
Black with #761C15
Text Example
Text Example
White with #761C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C15; }
p { color: rgb(118,28,21); }
H1.HeaderClassName
{
color: #761C15;
}
.AnyTagClassName
{
color: #761C15;
}
</style>
background-color css
<style>
a { background-color: #761C15; }
a { background-color: rgb(118,28,21); }
div.DivClassName
{
background-color: #761C15;
}
.BgClassName
{
background-color: #761C15;
}
</style>
border-color css
<style>
span { border-color: #761C15; }
span { border-color: rgb(118,28,21); }
td.TdClassName
{
border-color: #761C15;
}
.TagClassName
{
border-color: #761C15;
}
</style>