Shades of Falu Red #76240F
Tints of Falu Red #76240F
RGB
CMYK
RGB Variations
Color information
#76240F (or 0x76240F) is known color: Falu Red. HEX triplet: 76, 24 and 0F. RGB value is (118,36,15). Sum of RGB (Red+Green+Blue) = 118+36+15=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76240F is #89DBF0. Grayscale: #3A3A3A. Windows color (decimal): -9034737 or 992374. OLE color: 992374.
HSL color Cylindrical-coordinate representation of color #76240F: hue angle of 12.23º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76240F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 15 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.54 |
| HSL | 12.23º | 0.77% | 0.26% | - |
| HSV(B) | 12.23º | 0.87% | 0.46% | - |
| XYZ | 8.19 | 5.15 | 1.01 | - |
| YUV | 58.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 15 | 0 | 0.69 | 0.87 | 0.54 | 12.23 | 0.77 | 0.26 |
| Hex | 76 | 24 | F | 0 | 45 | 57 | 36 | C | 4D | 1A |
| Octal | 166 | 44 | 17 | 0 | 105 | 127 | 66 | 14 | 115 | 32 |
| Binary | 1110110 | 100100 | 1111 | 0 | 1000101 | 1010111 | 110110 | 1100 | 1001101 | 11010 |
Color Harmonies of #76240F
Complementary color
Monochromatic Colors of #76240F
Black with #76240F
Text Example
Text Example
White with #76240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76240F; }
p { color: rgb(118,36,15); }
H1.HeaderClassName
{
color: #76240F;
}
.AnyTagClassName
{
color: #76240F;
}
</style>
background-color css
<style>
a { background-color: #76240F; }
a { background-color: rgb(118,36,15); }
div.DivClassName
{
background-color: #76240F;
}
.BgClassName
{
background-color: #76240F;
}
</style>
border-color css
<style>
span { border-color: #76240F; }
span { border-color: rgb(118,36,15); }
td.TdClassName
{
border-color: #76240F;
}
.TagClassName
{
border-color: #76240F;
}
</style>