Shades of Falu Red #761D1C
Tints of Falu Red #761D1C
RGB
CMYK
RGB Variations
Color information
#761D1C (or 0x761D1C) is known color: Falu Red. HEX triplet: 76, 1D and 1C. RGB value is (118,29,28). Sum of RGB (Red+Green+Blue) = 118+29+28=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D1C is #89E2E3. Grayscale: #373737. Windows color (decimal): -9036516 or 1842550. OLE color: 1842550.
HSL color Cylindrical-coordinate representation of color #761D1C: hue angle of 0.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761D1C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 28 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.54 |
| HSL | 0.67º | 0.62% | 0.29% | - |
| HSV(B) | 0.67º | 0.76% | 0.46% | - |
| XYZ | 8.12 | 4.81 | 1.6 | - |
| YUV | 55.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 28 | 0 | 0.75 | 0.76 | 0.54 | 0.67 | 0.62 | 0.29 |
| Hex | 76 | 1D | 1C | 0 | 4B | 4C | 36 | 1 | 3E | 1D |
| Octal | 166 | 35 | 34 | 0 | 113 | 114 | 66 | 1 | 76 | 35 |
| Binary | 1110110 | 11101 | 11100 | 0 | 1001011 | 1001100 | 110110 | 1 | 111110 | 11101 |
Color Harmonies of #761D1C
Complementary color
Monochromatic Colors of #761D1C
Black with #761D1C
Text Example
Text Example
White with #761D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D1C; }
p { color: rgb(118,29,28); }
H1.HeaderClassName
{
color: #761D1C;
}
.AnyTagClassName
{
color: #761D1C;
}
</style>
background-color css
<style>
a { background-color: #761D1C; }
a { background-color: rgb(118,29,28); }
div.DivClassName
{
background-color: #761D1C;
}
.BgClassName
{
background-color: #761D1C;
}
</style>
border-color css
<style>
span { border-color: #761D1C; }
span { border-color: rgb(118,29,28); }
td.TdClassName
{
border-color: #761D1C;
}
.TagClassName
{
border-color: #761D1C;
}
</style>