Shades of Falu Red #74231C
Tints of Falu Red #74231C
RGB
CMYK
RGB Variations
Color information
#74231C (or 0x74231C) is known color: Falu Red. HEX triplet: 74, 23 and 1C. RGB value is (116,35,28). Sum of RGB (Red+Green+Blue) = 116+35+28=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74231C is #8BDCE3. Grayscale: #3A3A3A. Windows color (decimal): -9166052 or 1844084. OLE color: 1844084.
HSL color Cylindrical-coordinate representation of color #74231C: hue angle of 4.77º 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 #74231C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 28 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.55 |
| HSL | 4.77º | 0.61% | 0.28% | - |
| HSV(B) | 4.77º | 0.76% | 0.45% | - |
| XYZ | 8.01 | 5 | 1.64 | - |
| YUV | 58.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 28 | 0 | 0.70 | 0.76 | 0.55 | 4.77 | 0.61 | 0.28 |
| Hex | 74 | 23 | 1C | 0 | 46 | 4C | 37 | 5 | 3D | 1C |
| Octal | 164 | 43 | 34 | 0 | 106 | 114 | 67 | 5 | 75 | 34 |
| Binary | 1110100 | 100011 | 11100 | 0 | 1000110 | 1001100 | 110111 | 101 | 111101 | 11100 |
Color Harmonies of #74231C
Complementary color
Monochromatic Colors of #74231C
Black with #74231C
Text Example
Text Example
White with #74231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74231C; }
p { color: rgb(116,35,28); }
H1.HeaderClassName
{
color: #74231C;
}
.AnyTagClassName
{
color: #74231C;
}
</style>
background-color css
<style>
a { background-color: #74231C; }
a { background-color: rgb(116,35,28); }
div.DivClassName
{
background-color: #74231C;
}
.BgClassName
{
background-color: #74231C;
}
</style>
border-color css
<style>
span { border-color: #74231C; }
span { border-color: rgb(116,35,28); }
td.TdClassName
{
border-color: #74231C;
}
.TagClassName
{
border-color: #74231C;
}
</style>