Shades of Falu Red #74180C
Tints of Falu Red #74180C
RGB
CMYK
RGB Variations
Color information
#74180C (or 0x74180C) is known color: Falu Red. HEX triplet: 74, 18 and 0C. RGB value is (116,24,12). Sum of RGB (Red+Green+Blue) = 116+24+12=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #74180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74180C is #8BE7F3. Grayscale: #323232. Windows color (decimal): -9168884 or 792692. OLE color: 792692.
HSL color Cylindrical-coordinate representation of color #74180C: hue angle of 6.92º 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 #74180C is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 12 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.55 |
| HSL | 6.92º | 0.81% | 0.25% | - |
| HSV(B) | 6.92º | 0.9% | 0.45% | - |
| XYZ | 7.6 | 4.39 | 0.8 | - |
| YUV | 50.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 12 | 0 | 0.79 | 0.90 | 0.55 | 6.92 | 0.81 | 0.25 |
| Hex | 74 | 18 | C | 0 | 4F | 5A | 37 | 7 | 51 | 19 |
| Octal | 164 | 30 | 14 | 0 | 117 | 132 | 67 | 7 | 121 | 31 |
| Binary | 1110100 | 11000 | 1100 | 0 | 1001111 | 1011010 | 110111 | 111 | 1010001 | 11001 |
Color Harmonies of #74180C
Complementary color
Monochromatic Colors of #74180C
Black with #74180C
Text Example
Text Example
White with #74180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74180C; }
p { color: rgb(116,24,12); }
H1.HeaderClassName
{
color: #74180C;
}
.AnyTagClassName
{
color: #74180C;
}
</style>
background-color css
<style>
a { background-color: #74180C; }
a { background-color: rgb(116,24,12); }
div.DivClassName
{
background-color: #74180C;
}
.BgClassName
{
background-color: #74180C;
}
</style>
border-color css
<style>
span { border-color: #74180C; }
span { border-color: rgb(116,24,12); }
td.TdClassName
{
border-color: #74180C;
}
.TagClassName
{
border-color: #74180C;
}
</style>