Shades of Falu Red #742013
Tints of Falu Red #742013
RGB
CMYK
RGB Variations
Color information
#742013 (or 0x742013) is known color: Falu Red. HEX triplet: 74, 20 and 13. RGB value is (116,32,19). Sum of RGB (Red+Green+Blue) = 116+32+19=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #742013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742013 is #8BDFEC. Grayscale: #373737. Windows color (decimal): -9166829 or 1253492. OLE color: 1253492.
HSL color Cylindrical-coordinate representation of color #742013: hue angle of 8.04º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #742013 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 19 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.55 |
| HSL | 8.04º | 0.72% | 0.26% | - |
| HSV(B) | 8.04º | 0.84% | 0.45% | - |
| XYZ | 7.84 | 4.79 | 1.13 | - |
| YUV | 55.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 19 | 0 | 0.72 | 0.84 | 0.55 | 8.04 | 0.72 | 0.26 |
| Hex | 74 | 20 | 13 | 0 | 48 | 54 | 37 | 8 | 48 | 1A |
| Octal | 164 | 40 | 23 | 0 | 110 | 124 | 67 | 10 | 110 | 32 |
| Binary | 1110100 | 100000 | 10011 | 0 | 1001000 | 1010100 | 110111 | 1000 | 1001000 | 11010 |
Color Harmonies of #742013
Complementary color
Monochromatic Colors of #742013
Black with #742013
Text Example
Text Example
White with #742013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742013; }
p { color: rgb(116,32,19); }
H1.HeaderClassName
{
color: #742013;
}
.AnyTagClassName
{
color: #742013;
}
</style>
background-color css
<style>
a { background-color: #742013; }
a { background-color: rgb(116,32,19); }
div.DivClassName
{
background-color: #742013;
}
.BgClassName
{
background-color: #742013;
}
</style>
border-color css
<style>
span { border-color: #742013; }
span { border-color: rgb(116,32,19); }
td.TdClassName
{
border-color: #742013;
}
.TagClassName
{
border-color: #742013;
}
</style>