Shades of Falu Red #91110F
Tints of Falu Red #91110F
RGB
CMYK
RGB Variations
Color information
#91110F (or 0x91110F) is known color: Falu Red. HEX triplet: 91, 11 and 0F. RGB value is (145,17,15). Sum of RGB (Red+Green+Blue) = 145+17+15=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91110F is #6EEEF0. Grayscale: #373737. Windows color (decimal): -7270129 or 987537. OLE color: 987537.
HSL color Cylindrical-coordinate representation of color #91110F: hue angle of 0.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91110F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 15 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.43 |
| HSL | 0.92º | 0.81% | 0.31% | - |
| HSV(B) | 0.92º | 0.9% | 0.57% | - |
| XYZ | 11.96 | 6.46 | 1.07 | - |
| YUV | 55.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 15 | 0 | 0.88 | 0.90 | 0.43 | 0.92 | 0.81 | 0.31 |
| Hex | 91 | 11 | F | 0 | 58 | 5A | 2B | 1 | 51 | 1F |
| Octal | 221 | 21 | 17 | 0 | 130 | 132 | 53 | 1 | 121 | 37 |
| Binary | 10010001 | 10001 | 1111 | 0 | 1011000 | 1011010 | 101011 | 1 | 1010001 | 11111 |
Color Harmonies of #91110F
Complementary color
Monochromatic Colors of #91110F
Black with #91110F
Text Example
Text Example
White with #91110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91110F; }
p { color: rgb(145,17,15); }
H1.HeaderClassName
{
color: #91110F;
}
.AnyTagClassName
{
color: #91110F;
}
</style>
background-color css
<style>
a { background-color: #91110F; }
a { background-color: rgb(145,17,15); }
div.DivClassName
{
background-color: #91110F;
}
.BgClassName
{
background-color: #91110F;
}
</style>
border-color css
<style>
span { border-color: #91110F; }
span { border-color: rgb(145,17,15); }
td.TdClassName
{
border-color: #91110F;
}
.TagClassName
{
border-color: #91110F;
}
</style>