Shades of Falu Red #74201C
Tints of Falu Red #74201C
RGB
CMYK
RGB Variations
Color information
#74201C (or 0x74201C) is known color: Falu Red. HEX triplet: 74, 20 and 1C. RGB value is (116,32,28). Sum of RGB (Red+Green+Blue) = 116+32+28=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74201C is #8BDFE3. Grayscale: #383838. Windows color (decimal): -9166820 or 1843316. OLE color: 1843316.
HSL color Cylindrical-coordinate representation of color #74201C: hue angle of 2.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74201C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 28 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.55 |
| HSL | 2.73º | 0.61% | 0.28% | - |
| HSV(B) | 2.73º | 0.76% | 0.45% | - |
| XYZ | 7.93 | 4.83 | 1.61 | - |
| YUV | 56.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 28 | 0 | 0.72 | 0.76 | 0.55 | 2.73 | 0.61 | 0.28 |
| Hex | 74 | 20 | 1C | 0 | 48 | 4C | 37 | 3 | 3D | 1C |
| Octal | 164 | 40 | 34 | 0 | 110 | 114 | 67 | 3 | 75 | 34 |
| Binary | 1110100 | 100000 | 11100 | 0 | 1001000 | 1001100 | 110111 | 11 | 111101 | 11100 |
Color Harmonies of #74201C
Complementary color
Monochromatic Colors of #74201C
Black with #74201C
Text Example
Text Example
White with #74201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74201C; }
p { color: rgb(116,32,28); }
H1.HeaderClassName
{
color: #74201C;
}
.AnyTagClassName
{
color: #74201C;
}
</style>
background-color css
<style>
a { background-color: #74201C; }
a { background-color: rgb(116,32,28); }
div.DivClassName
{
background-color: #74201C;
}
.BgClassName
{
background-color: #74201C;
}
</style>
border-color css
<style>
span { border-color: #74201C; }
span { border-color: rgb(116,32,28); }
td.TdClassName
{
border-color: #74201C;
}
.TagClassName
{
border-color: #74201C;
}
</style>