Shades of Falu Red #711C08
Tints of Falu Red #711C08
RGB
CMYK
RGB Variations
Color information
#711C08 (or 0x711C08) is known color: Falu Red. HEX triplet: 71, 1C and 08. RGB value is (113,28,8). Sum of RGB (Red+Green+Blue) = 113+28+8=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #711C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C08 is #8EE3F7. Grayscale: #333333. Windows color (decimal): -9364472 or 531569. OLE color: 531569.
HSL color Cylindrical-coordinate representation of color #711C08: hue angle of 11.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #711C08 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 8 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.56 |
| HSL | 11.43º | 0.87% | 0.24% | - |
| HSV(B) | 11.43º | 0.93% | 0.44% | - |
| XYZ | 7.27 | 4.36 | 0.69 | - |
| YUV | 51.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 8 | 0 | 0.75 | 0.93 | 0.56 | 11.43 | 0.87 | 0.24 |
| Hex | 71 | 1C | 8 | 0 | 4B | 5D | 38 | B | 57 | 18 |
| Octal | 161 | 34 | 10 | 0 | 113 | 135 | 70 | 13 | 127 | 30 |
| Binary | 1110001 | 11100 | 1000 | 0 | 1001011 | 1011101 | 111000 | 1011 | 1010111 | 11000 |
Color Harmonies of #711C08
Complementary color
Monochromatic Colors of #711C08
Black with #711C08
Text Example
Text Example
White with #711C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C08; }
p { color: rgb(113,28,8); }
H1.HeaderClassName
{
color: #711C08;
}
.AnyTagClassName
{
color: #711C08;
}
</style>
background-color css
<style>
a { background-color: #711C08; }
a { background-color: rgb(113,28,8); }
div.DivClassName
{
background-color: #711C08;
}
.BgClassName
{
background-color: #711C08;
}
</style>
border-color css
<style>
span { border-color: #711C08; }
span { border-color: rgb(113,28,8); }
td.TdClassName
{
border-color: #711C08;
}
.TagClassName
{
border-color: #711C08;
}
</style>