Shades of Falu Red #74220C
Tints of Falu Red #74220C
RGB
CMYK
RGB Variations
Color information
#74220C (or 0x74220C) is known color: Falu Red. HEX triplet: 74, 22 and 0C. RGB value is (116,34,12). Sum of RGB (Red+Green+Blue) = 116+34+12=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74220C is #8BDDF3. Grayscale: #383838. Windows color (decimal): -9166324 or 795252. OLE color: 795252.
HSL color Cylindrical-coordinate representation of color #74220C: hue angle of 12.69º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74220C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 12 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.55 |
| HSL | 12.69º | 0.81% | 0.25% | - |
| HSV(B) | 12.69º | 0.9% | 0.45% | - |
| XYZ | 7.84 | 4.88 | 0.88 | - |
| YUV | 56.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 12 | 0 | 0.71 | 0.90 | 0.55 | 12.69 | 0.81 | 0.25 |
| Hex | 74 | 22 | C | 0 | 47 | 5A | 37 | D | 51 | 19 |
| Octal | 164 | 42 | 14 | 0 | 107 | 132 | 67 | 15 | 121 | 31 |
| Binary | 1110100 | 100010 | 1100 | 0 | 1000111 | 1011010 | 110111 | 1101 | 1010001 | 11001 |
Color Harmonies of #74220C
Complementary color
Monochromatic Colors of #74220C
Black with #74220C
Text Example
Text Example
White with #74220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74220C; }
p { color: rgb(116,34,12); }
H1.HeaderClassName
{
color: #74220C;
}
.AnyTagClassName
{
color: #74220C;
}
</style>
background-color css
<style>
a { background-color: #74220C; }
a { background-color: rgb(116,34,12); }
div.DivClassName
{
background-color: #74220C;
}
.BgClassName
{
background-color: #74220C;
}
</style>
border-color css
<style>
span { border-color: #74220C; }
span { border-color: rgb(116,34,12); }
td.TdClassName
{
border-color: #74220C;
}
.TagClassName
{
border-color: #74220C;
}
</style>