Shades of Falu Red #911712
Tints of Falu Red #911712
RGB
CMYK
RGB Variations
Color information
#911712 (or 0x911712) is known color: Falu Red. HEX triplet: 91, 17 and 12. RGB value is (145,23,18). Sum of RGB (Red+Green+Blue) = 145+23+18=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911712 is #6EE8ED. Grayscale: #3B3B3B. Windows color (decimal): -7268590 or 1185681. OLE color: 1185681.
HSL color Cylindrical-coordinate representation of color #911712: hue angle of 2.36º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911712 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 18 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.43 |
| HSL | 2.36º | 0.78% | 0.32% | - |
| HSV(B) | 2.36º | 0.88% | 0.57% | - |
| XYZ | 12.09 | 6.68 | 1.22 | - |
| YUV | 58.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 18 | 0 | 0.84 | 0.88 | 0.43 | 2.36 | 0.78 | 0.32 |
| Hex | 91 | 17 | 12 | 0 | 54 | 58 | 2B | 2 | 4E | 20 |
| Octal | 221 | 27 | 22 | 0 | 124 | 130 | 53 | 2 | 116 | 40 |
| Binary | 10010001 | 10111 | 10010 | 0 | 1010100 | 1011000 | 101011 | 10 | 1001110 | 100000 |
Color Harmonies of #911712
Complementary color
Monochromatic Colors of #911712
Black with #911712
Text Example
Text Example
White with #911712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911712; }
p { color: rgb(145,23,18); }
H1.HeaderClassName
{
color: #911712;
}
.AnyTagClassName
{
color: #911712;
}
</style>
background-color css
<style>
a { background-color: #911712; }
a { background-color: rgb(145,23,18); }
div.DivClassName
{
background-color: #911712;
}
.BgClassName
{
background-color: #911712;
}
</style>
border-color css
<style>
span { border-color: #911712; }
span { border-color: rgb(145,23,18); }
td.TdClassName
{
border-color: #911712;
}
.TagClassName
{
border-color: #911712;
}
</style>