Shades of Falu Red #74220B
Tints of Falu Red #74220B
RGB
CMYK
RGB Variations
Color information
#74220B (or 0x74220B) is known color: Falu Red. HEX triplet: 74, 22 and 0B. RGB value is (116,34,11). Sum of RGB (Red+Green+Blue) = 116+34+11=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74220B is #8BDDF4. Grayscale: #383838. Windows color (decimal): -9166325 or 729716. OLE color: 729716.
HSL color Cylindrical-coordinate representation of color #74220B: hue angle of 13.14º degrees, saturation: 0.83, 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 #74220B is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 11 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.55 |
| HSL | 13.14º | 0.83% | 0.25% | - |
| HSV(B) | 13.14º | 0.91% | 0.45% | - |
| XYZ | 7.83 | 4.88 | 0.85 | - |
| YUV | 55.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 11 | 0 | 0.71 | 0.91 | 0.55 | 13.14 | 0.83 | 0.25 |
| Hex | 74 | 22 | B | 0 | 47 | 5B | 37 | D | 53 | 19 |
| Octal | 164 | 42 | 13 | 0 | 107 | 133 | 67 | 15 | 123 | 31 |
| Binary | 1110100 | 100010 | 1011 | 0 | 1000111 | 1011011 | 110111 | 1101 | 1010011 | 11001 |
Color Harmonies of #74220B
Complementary color
Monochromatic Colors of #74220B
Black with #74220B
Text Example
Text Example
White with #74220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74220B; }
p { color: rgb(116,34,11); }
H1.HeaderClassName
{
color: #74220B;
}
.AnyTagClassName
{
color: #74220B;
}
</style>
background-color css
<style>
a { background-color: #74220B; }
a { background-color: rgb(116,34,11); }
div.DivClassName
{
background-color: #74220B;
}
.BgClassName
{
background-color: #74220B;
}
</style>
border-color css
<style>
span { border-color: #74220B; }
span { border-color: rgb(116,34,11); }
td.TdClassName
{
border-color: #74220B;
}
.TagClassName
{
border-color: #74220B;
}
</style>