Shades of Falu Red #74100C
Tints of Falu Red #74100C
RGB
CMYK
RGB Variations
Color information
#74100C (or 0x74100C) is known color: Falu Red. HEX triplet: 74, 10 and 0C. RGB value is (116,16,12). Sum of RGB (Red+Green+Blue) = 116+16+12=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #74100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74100C is #8BEFF3. Grayscale: #2D2D2D. Windows color (decimal): -9170932 or 790644. OLE color: 790644.
HSL color Cylindrical-coordinate representation of color #74100C: hue angle of 2.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74100C is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 12 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.55 |
| HSL | 2.31º | 0.81% | 0.25% | - |
| HSV(B) | 2.31º | 0.9% | 0.45% | - |
| XYZ | 7.45 | 4.11 | 0.75 | - |
| YUV | 45.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 12 | 0 | 0.86 | 0.90 | 0.55 | 2.31 | 0.81 | 0.25 |
| Hex | 74 | 10 | C | 0 | 56 | 5A | 37 | 2 | 51 | 19 |
| Octal | 164 | 20 | 14 | 0 | 126 | 132 | 67 | 2 | 121 | 31 |
| Binary | 1110100 | 10000 | 1100 | 0 | 1010110 | 1011010 | 110111 | 10 | 1010001 | 11001 |
Color Harmonies of #74100C
Complementary color
Monochromatic Colors of #74100C
Black with #74100C
Text Example
Text Example
White with #74100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74100C; }
p { color: rgb(116,16,12); }
H1.HeaderClassName
{
color: #74100C;
}
.AnyTagClassName
{
color: #74100C;
}
</style>
background-color css
<style>
a { background-color: #74100C; }
a { background-color: rgb(116,16,12); }
div.DivClassName
{
background-color: #74100C;
}
.BgClassName
{
background-color: #74100C;
}
</style>
border-color css
<style>
span { border-color: #74100C; }
span { border-color: rgb(116,16,12); }
td.TdClassName
{
border-color: #74100C;
}
.TagClassName
{
border-color: #74100C;
}
</style>