Shades of Falu Red #76260D
Tints of Falu Red #76260D
RGB
CMYK
RGB Variations
Color information
#76260D (or 0x76260D) is known color: Falu Red. HEX triplet: 76, 26 and 0D. RGB value is (118,38,13). Sum of RGB (Red+Green+Blue) = 118+38+13=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260D is #89D9F2. Grayscale: #3B3B3B. Windows color (decimal): -9034227 or 861814. OLE color: 861814.
HSL color Cylindrical-coordinate representation of color #76260D: hue angle of 14.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76260D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 13 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.54 |
| HSL | 14.29º | 0.8% | 0.26% | - |
| HSV(B) | 14.29º | 0.89% | 0.46% | - |
| XYZ | 8.24 | 5.27 | 0.96 | - |
| YUV | 59.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 13 | 0 | 0.68 | 0.89 | 0.54 | 14.29 | 0.8 | 0.26 |
| Hex | 76 | 26 | D | 0 | 44 | 59 | 36 | E | 50 | 1A |
| Octal | 166 | 46 | 15 | 0 | 104 | 131 | 66 | 16 | 120 | 32 |
| Binary | 1110110 | 100110 | 1101 | 0 | 1000100 | 1011001 | 110110 | 1110 | 1010000 | 11010 |
Color Harmonies of #76260D
Complementary color
Monochromatic Colors of #76260D
Black with #76260D
Text Example
Text Example
White with #76260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76260D; }
p { color: rgb(118,38,13); }
H1.HeaderClassName
{
color: #76260D;
}
.AnyTagClassName
{
color: #76260D;
}
</style>
background-color css
<style>
a { background-color: #76260D; }
a { background-color: rgb(118,38,13); }
div.DivClassName
{
background-color: #76260D;
}
.BgClassName
{
background-color: #76260D;
}
</style>
border-color css
<style>
span { border-color: #76260D; }
span { border-color: rgb(118,38,13); }
td.TdClassName
{
border-color: #76260D;
}
.TagClassName
{
border-color: #76260D;
}
</style>