Shades of Falu Red #711B08
Tints of Falu Red #711B08
RGB
CMYK
RGB Variations
Color information
#711B08 (or 0x711B08) is known color: Falu Red. HEX triplet: 71, 1B and 08. RGB value is (113,27,8). Sum of RGB (Red+Green+Blue) = 113+27+8=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #711B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B08 is #8EE4F7. Grayscale: #323232. Windows color (decimal): -9364728 or 531313. OLE color: 531313.
HSL color Cylindrical-coordinate representation of color #711B08: hue angle of 10.86º 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 #711B08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 8 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.56 |
| HSL | 10.86º | 0.87% | 0.24% | - |
| HSV(B) | 10.86º | 0.93% | 0.44% | - |
| XYZ | 7.25 | 4.31 | 0.68 | - |
| YUV | 50.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 8 | 0 | 0.76 | 0.93 | 0.56 | 10.86 | 0.87 | 0.24 |
| Hex | 71 | 1B | 8 | 0 | 4C | 5D | 38 | B | 57 | 18 |
| Octal | 161 | 33 | 10 | 0 | 114 | 135 | 70 | 13 | 127 | 30 |
| Binary | 1110001 | 11011 | 1000 | 0 | 1001100 | 1011101 | 111000 | 1011 | 1010111 | 11000 |
Color Harmonies of #711B08
Complementary color
Monochromatic Colors of #711B08
Black with #711B08
Text Example
Text Example
White with #711B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B08; }
p { color: rgb(113,27,8); }
H1.HeaderClassName
{
color: #711B08;
}
.AnyTagClassName
{
color: #711B08;
}
</style>
background-color css
<style>
a { background-color: #711B08; }
a { background-color: rgb(113,27,8); }
div.DivClassName
{
background-color: #711B08;
}
.BgClassName
{
background-color: #711B08;
}
</style>
border-color css
<style>
span { border-color: #711B08; }
span { border-color: rgb(113,27,8); }
td.TdClassName
{
border-color: #711B08;
}
.TagClassName
{
border-color: #711B08;
}
</style>