Shades of Falu Red #74231D
Tints of Falu Red #74231D
RGB
CMYK
RGB Variations
Color information
#74231D (or 0x74231D) is known color: Falu Red. HEX triplet: 74, 23 and 1D. RGB value is (116,35,29). Sum of RGB (Red+Green+Blue) = 116+35+29=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74231D is #8BDCE2. Grayscale: #3A3A3A. Windows color (decimal): -9166051 or 1909620. OLE color: 1909620.
HSL color Cylindrical-coordinate representation of color #74231D: hue angle of 4.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74231D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 29 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.55 |
| HSL | 4.14º | 0.6% | 0.28% | - |
| HSV(B) | 4.14º | 0.75% | 0.45% | - |
| XYZ | 8.03 | 5 | 1.71 | - |
| YUV | 58.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 29 | 0 | 0.70 | 0.75 | 0.55 | 4.14 | 0.6 | 0.28 |
| Hex | 74 | 23 | 1D | 0 | 46 | 4B | 37 | 4 | 3C | 1C |
| Octal | 164 | 43 | 35 | 0 | 106 | 113 | 67 | 4 | 74 | 34 |
| Binary | 1110100 | 100011 | 11101 | 0 | 1000110 | 1001011 | 110111 | 100 | 111100 | 11100 |
Color Harmonies of #74231D
Complementary color
Monochromatic Colors of #74231D
Black with #74231D
Text Example
Text Example
White with #74231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74231D; }
p { color: rgb(116,35,29); }
H1.HeaderClassName
{
color: #74231D;
}
.AnyTagClassName
{
color: #74231D;
}
</style>
background-color css
<style>
a { background-color: #74231D; }
a { background-color: rgb(116,35,29); }
div.DivClassName
{
background-color: #74231D;
}
.BgClassName
{
background-color: #74231D;
}
</style>
border-color css
<style>
span { border-color: #74231D; }
span { border-color: rgb(116,35,29); }
td.TdClassName
{
border-color: #74231D;
}
.TagClassName
{
border-color: #74231D;
}
</style>