Shades of Falu Red #74231B
Tints of Falu Red #74231B
RGB
CMYK
RGB Variations
Color information
#74231B (or 0x74231B) is known color: Falu Red. HEX triplet: 74, 23 and 1B. RGB value is (116,35,27). Sum of RGB (Red+Green+Blue) = 116+35+27=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74231B is #8BDCE4. Grayscale: #3A3A3A. Windows color (decimal): -9166053 or 1778548. OLE color: 1778548.
HSL color Cylindrical-coordinate representation of color #74231B: hue angle of 5.39º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74231B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 27 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.55 |
| HSL | 5.39º | 0.62% | 0.28% | - |
| HSV(B) | 5.39º | 0.77% | 0.45% | - |
| XYZ | 8 | 4.99 | 1.58 | - |
| YUV | 58.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 27 | 0 | 0.70 | 0.77 | 0.55 | 5.39 | 0.62 | 0.28 |
| Hex | 74 | 23 | 1B | 0 | 46 | 4D | 37 | 5 | 3E | 1C |
| Octal | 164 | 43 | 33 | 0 | 106 | 115 | 67 | 5 | 76 | 34 |
| Binary | 1110100 | 100011 | 11011 | 0 | 1000110 | 1001101 | 110111 | 101 | 111110 | 11100 |
Color Harmonies of #74231B
Complementary color
Monochromatic Colors of #74231B
Black with #74231B
Text Example
Text Example
White with #74231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74231B; }
p { color: rgb(116,35,27); }
H1.HeaderClassName
{
color: #74231B;
}
.AnyTagClassName
{
color: #74231B;
}
</style>
background-color css
<style>
a { background-color: #74231B; }
a { background-color: rgb(116,35,27); }
div.DivClassName
{
background-color: #74231B;
}
.BgClassName
{
background-color: #74231B;
}
</style>
border-color css
<style>
span { border-color: #74231B; }
span { border-color: rgb(116,35,27); }
td.TdClassName
{
border-color: #74231B;
}
.TagClassName
{
border-color: #74231B;
}
</style>