Shades of Falu Red #74130D
Tints of Falu Red #74130D
RGB
CMYK
RGB Variations
Color information
#74130D (or 0x74130D) is known color: Falu Red. HEX triplet: 74, 13 and 0D. RGB value is (116,19,13). Sum of RGB (Red+Green+Blue) = 116+19+13=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #74130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74130D is #8BECF2. Grayscale: #2F2F2F. Windows color (decimal): -9170163 or 856948. OLE color: 856948.
HSL color Cylindrical-coordinate representation of color #74130D: hue angle of 3.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74130D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 13 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.55 |
| HSL | 3.5º | 0.8% | 0.25% | - |
| HSV(B) | 3.5º | 0.89% | 0.45% | - |
| XYZ | 7.51 | 4.21 | 0.8 | - |
| YUV | 47.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 13 | 0 | 0.84 | 0.89 | 0.55 | 3.5 | 0.8 | 0.25 |
| Hex | 74 | 13 | D | 0 | 54 | 59 | 37 | 3 | 50 | 19 |
| Octal | 164 | 23 | 15 | 0 | 124 | 131 | 67 | 3 | 120 | 31 |
| Binary | 1110100 | 10011 | 1101 | 0 | 1010100 | 1011001 | 110111 | 11 | 1010000 | 11001 |
Color Harmonies of #74130D
Complementary color
Monochromatic Colors of #74130D
Black with #74130D
Text Example
Text Example
White with #74130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74130D; }
p { color: rgb(116,19,13); }
H1.HeaderClassName
{
color: #74130D;
}
.AnyTagClassName
{
color: #74130D;
}
</style>
background-color css
<style>
a { background-color: #74130D; }
a { background-color: rgb(116,19,13); }
div.DivClassName
{
background-color: #74130D;
}
.BgClassName
{
background-color: #74130D;
}
</style>
border-color css
<style>
span { border-color: #74130D; }
span { border-color: rgb(116,19,13); }
td.TdClassName
{
border-color: #74130D;
}
.TagClassName
{
border-color: #74130D;
}
</style>