Shades of Falu Red #911211
Tints of Falu Red #911211
RGB
CMYK
RGB Variations
Color information
#911211 (or 0x911211) is known color: Falu Red. HEX triplet: 91, 12 and 11. RGB value is (145,18,17). Sum of RGB (Red+Green+Blue) = 145+18+17=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #911211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911211 is #6EEDEE. Grayscale: #373737. Windows color (decimal): -7269871 or 1118865. OLE color: 1118865.
HSL color Cylindrical-coordinate representation of color #911211: hue angle of 0.47º degrees, saturation: 0.79, 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 #911211 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 17 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.43 |
| HSL | 0.47º | 0.79% | 0.32% | - |
| HSV(B) | 0.47º | 0.88% | 0.57% | - |
| XYZ | 11.99 | 6.49 | 1.15 | - |
| YUV | 55.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 17 | 0 | 0.88 | 0.88 | 0.43 | 0.47 | 0.79 | 0.32 |
| Hex | 91 | 12 | 11 | 0 | 58 | 58 | 2B | 0 | 4F | 20 |
| Octal | 221 | 22 | 21 | 0 | 130 | 130 | 53 | 0 | 117 | 40 |
| Binary | 10010001 | 10010 | 10001 | 0 | 1011000 | 1011000 | 101011 | 0 | 1001111 | 100000 |
Color Harmonies of #911211
Complementary color
Monochromatic Colors of #911211
Black with #911211
Text Example
Text Example
White with #911211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911211; }
p { color: rgb(145,18,17); }
H1.HeaderClassName
{
color: #911211;
}
.AnyTagClassName
{
color: #911211;
}
</style>
background-color css
<style>
a { background-color: #911211; }
a { background-color: rgb(145,18,17); }
div.DivClassName
{
background-color: #911211;
}
.BgClassName
{
background-color: #911211;
}
</style>
border-color css
<style>
span { border-color: #911211; }
span { border-color: rgb(145,18,17); }
td.TdClassName
{
border-color: #911211;
}
.TagClassName
{
border-color: #911211;
}
</style>