Shades of Falu Red #74190C
Tints of Falu Red #74190C
RGB
CMYK
RGB Variations
Color information
#74190C (or 0x74190C) is known color: Falu Red. HEX triplet: 74, 19 and 0C. RGB value is (116,25,12). Sum of RGB (Red+Green+Blue) = 116+25+12=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #74190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74190C is #8BE6F3. Grayscale: #323232. Windows color (decimal): -9168628 or 792948. OLE color: 792948.
HSL color Cylindrical-coordinate representation of color #74190C: hue angle of 7.5º 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 #74190C is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 12 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.55 |
| HSL | 7.5º | 0.81% | 0.25% | - |
| HSV(B) | 7.5º | 0.9% | 0.45% | - |
| XYZ | 7.62 | 4.43 | 0.8 | - |
| YUV | 50.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 12 | 0 | 0.78 | 0.90 | 0.55 | 7.5 | 0.81 | 0.25 |
| Hex | 74 | 19 | C | 0 | 4E | 5A | 37 | 8 | 51 | 19 |
| Octal | 164 | 31 | 14 | 0 | 116 | 132 | 67 | 10 | 121 | 31 |
| Binary | 1110100 | 11001 | 1100 | 0 | 1001110 | 1011010 | 110111 | 1000 | 1010001 | 11001 |
Color Harmonies of #74190C
Complementary color
Monochromatic Colors of #74190C
Black with #74190C
Text Example
Text Example
White with #74190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74190C; }
p { color: rgb(116,25,12); }
H1.HeaderClassName
{
color: #74190C;
}
.AnyTagClassName
{
color: #74190C;
}
</style>
background-color css
<style>
a { background-color: #74190C; }
a { background-color: rgb(116,25,12); }
div.DivClassName
{
background-color: #74190C;
}
.BgClassName
{
background-color: #74190C;
}
</style>
border-color css
<style>
span { border-color: #74190C; }
span { border-color: rgb(116,25,12); }
td.TdClassName
{
border-color: #74190C;
}
.TagClassName
{
border-color: #74190C;
}
</style>