Shades of Falu Red #74110B
Tints of Falu Red #74110B
RGB
CMYK
RGB Variations
Color information
#74110B (or 0x74110B) is known color: Falu Red. HEX triplet: 74, 11 and 0B. RGB value is (116,17,11). Sum of RGB (Red+Green+Blue) = 116+17+11=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #74110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74110B is #8BEEF4. Grayscale: #2E2E2E. Windows color (decimal): -9170677 or 725364. OLE color: 725364.
HSL color Cylindrical-coordinate representation of color #74110B: hue angle of 3.43º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74110B is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 11 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.55 |
| HSL | 3.43º | 0.83% | 0.25% | - |
| HSV(B) | 3.43º | 0.91% | 0.45% | - |
| XYZ | 7.46 | 4.14 | 0.72 | - |
| YUV | 45.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 11 | 0 | 0.85 | 0.91 | 0.55 | 3.43 | 0.83 | 0.25 |
| Hex | 74 | 11 | B | 0 | 55 | 5B | 37 | 3 | 53 | 19 |
| Octal | 164 | 21 | 13 | 0 | 125 | 133 | 67 | 3 | 123 | 31 |
| Binary | 1110100 | 10001 | 1011 | 0 | 1010101 | 1011011 | 110111 | 11 | 1010011 | 11001 |
Color Harmonies of #74110B
Complementary color
Monochromatic Colors of #74110B
Black with #74110B
Text Example
Text Example
White with #74110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74110B; }
p { color: rgb(116,17,11); }
H1.HeaderClassName
{
color: #74110B;
}
.AnyTagClassName
{
color: #74110B;
}
</style>
background-color css
<style>
a { background-color: #74110B; }
a { background-color: rgb(116,17,11); }
div.DivClassName
{
background-color: #74110B;
}
.BgClassName
{
background-color: #74110B;
}
</style>
border-color css
<style>
span { border-color: #74110B; }
span { border-color: rgb(116,17,11); }
td.TdClassName
{
border-color: #74110B;
}
.TagClassName
{
border-color: #74110B;
}
</style>