Shades of Falu Red #74201E
Tints of Falu Red #74201E
RGB
CMYK
RGB Variations
Color information
#74201E (or 0x74201E) is known color: Falu Red. HEX triplet: 74, 20 and 1E. RGB value is (116,32,30). Sum of RGB (Red+Green+Blue) = 116+32+30=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74201E is #8BDFE1. Grayscale: #383838. Windows color (decimal): -9166818 or 1974388. OLE color: 1974388.
HSL color Cylindrical-coordinate representation of color #74201E: hue angle of 1.4º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74201E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 30 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.55 |
| HSL | 1.4º | 0.59% | 0.29% | - |
| HSV(B) | 1.4º | 0.74% | 0.45% | - |
| XYZ | 7.95 | 4.84 | 1.74 | - |
| YUV | 56.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 30 | 0 | 0.72 | 0.74 | 0.55 | 1.4 | 0.59 | 0.29 |
| Hex | 74 | 20 | 1E | 0 | 48 | 4A | 37 | 1 | 3B | 1D |
| Octal | 164 | 40 | 36 | 0 | 110 | 112 | 67 | 1 | 73 | 35 |
| Binary | 1110100 | 100000 | 11110 | 0 | 1001000 | 1001010 | 110111 | 1 | 111011 | 11101 |
Color Harmonies of #74201E
Complementary color
Monochromatic Colors of #74201E
Black with #74201E
Text Example
Text Example
White with #74201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74201E; }
p { color: rgb(116,32,30); }
H1.HeaderClassName
{
color: #74201E;
}
.AnyTagClassName
{
color: #74201E;
}
</style>
background-color css
<style>
a { background-color: #74201E; }
a { background-color: rgb(116,32,30); }
div.DivClassName
{
background-color: #74201E;
}
.BgClassName
{
background-color: #74201E;
}
</style>
border-color css
<style>
span { border-color: #74201E; }
span { border-color: rgb(116,32,30); }
td.TdClassName
{
border-color: #74201E;
}
.TagClassName
{
border-color: #74201E;
}
</style>