Shades of Falu Red #74240F
Tints of Falu Red #74240F
RGB
CMYK
RGB Variations
Color information
#74240F (or 0x74240F) is known color: Falu Red. HEX triplet: 74, 24 and 0F. RGB value is (116,36,15). Sum of RGB (Red+Green+Blue) = 116+36+15=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74240F is #8BDBF0. Grayscale: #393939. Windows color (decimal): -9165809 or 992372. OLE color: 992372.
HSL color Cylindrical-coordinate representation of color #74240F: hue angle of 12.48º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74240F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 15 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.55 |
| HSL | 12.48º | 0.77% | 0.26% | - |
| HSV(B) | 12.48º | 0.87% | 0.45% | - |
| XYZ | 7.92 | 5.01 | 1 | - |
| YUV | 57.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 15 | 0 | 0.69 | 0.87 | 0.55 | 12.48 | 0.77 | 0.26 |
| Hex | 74 | 24 | F | 0 | 45 | 57 | 37 | C | 4D | 1A |
| Octal | 164 | 44 | 17 | 0 | 105 | 127 | 67 | 14 | 115 | 32 |
| Binary | 1110100 | 100100 | 1111 | 0 | 1000101 | 1010111 | 110111 | 1100 | 1001101 | 11010 |
Color Harmonies of #74240F
Complementary color
Monochromatic Colors of #74240F
Black with #74240F
Text Example
Text Example
White with #74240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74240F; }
p { color: rgb(116,36,15); }
H1.HeaderClassName
{
color: #74240F;
}
.AnyTagClassName
{
color: #74240F;
}
</style>
background-color css
<style>
a { background-color: #74240F; }
a { background-color: rgb(116,36,15); }
div.DivClassName
{
background-color: #74240F;
}
.BgClassName
{
background-color: #74240F;
}
</style>
border-color css
<style>
span { border-color: #74240F; }
span { border-color: rgb(116,36,15); }
td.TdClassName
{
border-color: #74240F;
}
.TagClassName
{
border-color: #74240F;
}
</style>