Shades of Falu Red #74231A
Tints of Falu Red #74231A
RGB
CMYK
RGB Variations
Color information
#74231A (or 0x74231A) is known color: Falu Red. HEX triplet: 74, 23 and 1A. RGB value is (116,35,26). Sum of RGB (Red+Green+Blue) = 116+35+26=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74231A is #8BDCE5. Grayscale: #3A3A3A. Windows color (decimal): -9166054 or 1713012. OLE color: 1713012.
HSL color Cylindrical-coordinate representation of color #74231A: hue angle of 6º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74231A is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 26 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.55 |
| HSL | 6º | 0.63% | 0.28% | - |
| HSV(B) | 6º | 0.78% | 0.45% | - |
| XYZ | 7.99 | 4.99 | 1.52 | - |
| YUV | 58.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 26 | 0 | 0.70 | 0.78 | 0.55 | 6 | 0.63 | 0.28 |
| Hex | 74 | 23 | 1A | 0 | 46 | 4E | 37 | 6 | 3F | 1C |
| Octal | 164 | 43 | 32 | 0 | 106 | 116 | 67 | 6 | 77 | 34 |
| Binary | 1110100 | 100011 | 11010 | 0 | 1000110 | 1001110 | 110111 | 110 | 111111 | 11100 |
Color Harmonies of #74231A
Complementary color
Monochromatic Colors of #74231A
Black with #74231A
Text Example
Text Example
White with #74231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74231A; }
p { color: rgb(116,35,26); }
H1.HeaderClassName
{
color: #74231A;
}
.AnyTagClassName
{
color: #74231A;
}
</style>
background-color css
<style>
a { background-color: #74231A; }
a { background-color: rgb(116,35,26); }
div.DivClassName
{
background-color: #74231A;
}
.BgClassName
{
background-color: #74231A;
}
</style>
border-color css
<style>
span { border-color: #74231A; }
span { border-color: rgb(116,35,26); }
td.TdClassName
{
border-color: #74231A;
}
.TagClassName
{
border-color: #74231A;
}
</style>