Shades of Falu Red #742010
Tints of Falu Red #742010
RGB
CMYK
RGB Variations
Color information
#742010 (or 0x742010) is known color: Falu Red. HEX triplet: 74, 20 and 10. RGB value is (116,32,16). Sum of RGB (Red+Green+Blue) = 116+32+16=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #742010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742010 is #8BDFEF. Grayscale: #373737. Windows color (decimal): -9166832 or 1056884. OLE color: 1056884.
HSL color Cylindrical-coordinate representation of color #742010: hue angle of 9.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #742010 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 16 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.55 |
| HSL | 9.6º | 0.76% | 0.26% | - |
| HSV(B) | 9.6º | 0.86% | 0.45% | - |
| XYZ | 7.81 | 4.78 | 1 | - |
| YUV | 55.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 16 | 0 | 0.72 | 0.86 | 0.55 | 9.6 | 0.76 | 0.26 |
| Hex | 74 | 20 | 10 | 0 | 48 | 56 | 37 | A | 4C | 1A |
| Octal | 164 | 40 | 20 | 0 | 110 | 126 | 67 | 12 | 114 | 32 |
| Binary | 1110100 | 100000 | 10000 | 0 | 1001000 | 1010110 | 110111 | 1010 | 1001100 | 11010 |
Color Harmonies of #742010
Complementary color
Monochromatic Colors of #742010
Black with #742010
Text Example
Text Example
White with #742010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742010; }
p { color: rgb(116,32,16); }
H1.HeaderClassName
{
color: #742010;
}
.AnyTagClassName
{
color: #742010;
}
</style>
background-color css
<style>
a { background-color: #742010; }
a { background-color: rgb(116,32,16); }
div.DivClassName
{
background-color: #742010;
}
.BgClassName
{
background-color: #742010;
}
</style>
border-color css
<style>
span { border-color: #742010; }
span { border-color: rgb(116,32,16); }
td.TdClassName
{
border-color: #742010;
}
.TagClassName
{
border-color: #742010;
}
</style>