Shades of Falu Red #71230E
Tints of Falu Red #71230E
RGB
CMYK
RGB Variations
Color information
#71230E (or 0x71230E) is known color: Falu Red. HEX triplet: 71, 23 and 0E. RGB value is (113,35,14). Sum of RGB (Red+Green+Blue) = 113+35+14=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71230E is #8EDCF1. Grayscale: #383838. Windows color (decimal): -9362674 or 926577. OLE color: 926577.
HSL color Cylindrical-coordinate representation of color #71230E: hue angle of 12.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71230E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 14 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.56 |
| HSL | 12.73º | 0.78% | 0.25% | - |
| HSV(B) | 12.73º | 0.88% | 0.44% | - |
| XYZ | 7.49 | 4.74 | 0.94 | - |
| YUV | 55.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 14 | 0 | 0.69 | 0.88 | 0.56 | 12.73 | 0.78 | 0.25 |
| Hex | 71 | 23 | E | 0 | 45 | 58 | 38 | D | 4E | 19 |
| Octal | 161 | 43 | 16 | 0 | 105 | 130 | 70 | 15 | 116 | 31 |
| Binary | 1110001 | 100011 | 1110 | 0 | 1000101 | 1011000 | 111000 | 1101 | 1001110 | 11001 |
Color Harmonies of #71230E
Complementary color
Monochromatic Colors of #71230E
Black with #71230E
Text Example
Text Example
White with #71230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71230E; }
p { color: rgb(113,35,14); }
H1.HeaderClassName
{
color: #71230E;
}
.AnyTagClassName
{
color: #71230E;
}
</style>
background-color css
<style>
a { background-color: #71230E; }
a { background-color: rgb(113,35,14); }
div.DivClassName
{
background-color: #71230E;
}
.BgClassName
{
background-color: #71230E;
}
</style>
border-color css
<style>
span { border-color: #71230E; }
span { border-color: rgb(113,35,14); }
td.TdClassName
{
border-color: #71230E;
}
.TagClassName
{
border-color: #71230E;
}
</style>