Shades of Falu Red #711C1A
Tints of Falu Red #711C1A
RGB
CMYK
RGB Variations
Color information
#711C1A (or 0x711C1A) is known color: Falu Red. HEX triplet: 71, 1C and 1A. RGB value is (113,28,26). Sum of RGB (Red+Green+Blue) = 113+28+26=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #711C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C1A is #8EE3E5. Grayscale: #353535. Windows color (decimal): -9364454 or 1711217. OLE color: 1711217.
HSL color Cylindrical-coordinate representation of color #711C1A: hue angle of 1.38º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711C1A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 26 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.56 |
| HSL | 1.38º | 0.63% | 0.27% | - |
| HSV(B) | 1.38º | 0.77% | 0.44% | - |
| XYZ | 7.41 | 4.42 | 1.44 | - |
| YUV | 53.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 26 | 0 | 0.75 | 0.77 | 0.56 | 1.38 | 0.63 | 0.27 |
| Hex | 71 | 1C | 1A | 0 | 4B | 4D | 38 | 1 | 3F | 1B |
| Octal | 161 | 34 | 32 | 0 | 113 | 115 | 70 | 1 | 77 | 33 |
| Binary | 1110001 | 11100 | 11010 | 0 | 1001011 | 1001101 | 111000 | 1 | 111111 | 11011 |
Color Harmonies of #711C1A
Complementary color
Monochromatic Colors of #711C1A
Black with #711C1A
Text Example
Text Example
White with #711C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C1A; }
p { color: rgb(113,28,26); }
H1.HeaderClassName
{
color: #711C1A;
}
.AnyTagClassName
{
color: #711C1A;
}
</style>
background-color css
<style>
a { background-color: #711C1A; }
a { background-color: rgb(113,28,26); }
div.DivClassName
{
background-color: #711C1A;
}
.BgClassName
{
background-color: #711C1A;
}
</style>
border-color css
<style>
span { border-color: #711C1A; }
span { border-color: rgb(113,28,26); }
td.TdClassName
{
border-color: #711C1A;
}
.TagClassName
{
border-color: #711C1A;
}
</style>