Shades of Falu Red #74220A
Tints of Falu Red #74220A
RGB
CMYK
RGB Variations
Color information
#74220A (or 0x74220A) is known color: Falu Red. HEX triplet: 74, 22 and 0A. RGB value is (116,34,10). Sum of RGB (Red+Green+Blue) = 116+34+10=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74220A is #8BDDF5. Grayscale: #373737. Windows color (decimal): -9166326 or 664180. OLE color: 664180.
HSL color Cylindrical-coordinate representation of color #74220A: hue angle of 13.58º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74220A is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 10 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.55 |
| HSL | 13.58º | 0.84% | 0.25% | - |
| HSV(B) | 13.58º | 0.91% | 0.45% | - |
| XYZ | 7.83 | 4.88 | 0.82 | - |
| YUV | 55.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 10 | 0 | 0.71 | 0.91 | 0.55 | 13.58 | 0.84 | 0.25 |
| Hex | 74 | 22 | A | 0 | 47 | 5B | 37 | E | 54 | 19 |
| Octal | 164 | 42 | 12 | 0 | 107 | 133 | 67 | 16 | 124 | 31 |
| Binary | 1110100 | 100010 | 1010 | 0 | 1000111 | 1011011 | 110111 | 1110 | 1010100 | 11001 |
Color Harmonies of #74220A
Complementary color
Monochromatic Colors of #74220A
Black with #74220A
Text Example
Text Example
White with #74220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74220A; }
p { color: rgb(116,34,10); }
H1.HeaderClassName
{
color: #74220A;
}
.AnyTagClassName
{
color: #74220A;
}
</style>
background-color css
<style>
a { background-color: #74220A; }
a { background-color: rgb(116,34,10); }
div.DivClassName
{
background-color: #74220A;
}
.BgClassName
{
background-color: #74220A;
}
</style>
border-color css
<style>
span { border-color: #74220A; }
span { border-color: rgb(116,34,10); }
td.TdClassName
{
border-color: #74220A;
}
.TagClassName
{
border-color: #74220A;
}
</style>