Shades of Falu Red #91190E
Tints of Falu Red #91190E
RGB
CMYK
RGB Variations
Color information
#91190E (or 0x91190E) is known color: Falu Red. HEX triplet: 91, 19 and 0E. RGB value is (145,25,14). Sum of RGB (Red+Green+Blue) = 145+25+14=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #91190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91190E is #6EE6F1. Grayscale: #3B3B3B. Windows color (decimal): -7268082 or 924049. OLE color: 924049.
HSL color Cylindrical-coordinate representation of color #91190E: hue angle of 5.04º degrees, saturation: 0.82, 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 #91190E is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 14 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.43 |
| HSL | 5.04º | 0.82% | 0.31% | - |
| HSV(B) | 5.04º | 0.9% | 0.57% | - |
| XYZ | 12.1 | 6.75 | 1.08 | - |
| YUV | 59.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 14 | 0 | 0.83 | 0.90 | 0.43 | 5.04 | 0.82 | 0.31 |
| Hex | 91 | 19 | E | 0 | 53 | 5A | 2B | 5 | 52 | 1F |
| Octal | 221 | 31 | 16 | 0 | 123 | 132 | 53 | 5 | 122 | 37 |
| Binary | 10010001 | 11001 | 1110 | 0 | 1010011 | 1011010 | 101011 | 101 | 1010010 | 11111 |
Color Harmonies of #91190E
Complementary color
Monochromatic Colors of #91190E
Black with #91190E
Text Example
Text Example
White with #91190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91190E; }
p { color: rgb(145,25,14); }
H1.HeaderClassName
{
color: #91190E;
}
.AnyTagClassName
{
color: #91190E;
}
</style>
background-color css
<style>
a { background-color: #91190E; }
a { background-color: rgb(145,25,14); }
div.DivClassName
{
background-color: #91190E;
}
.BgClassName
{
background-color: #91190E;
}
</style>
border-color css
<style>
span { border-color: #91190E; }
span { border-color: rgb(145,25,14); }
td.TdClassName
{
border-color: #91190E;
}
.TagClassName
{
border-color: #91190E;
}
</style>