Shades of Falu Red #91140E
Tints of Falu Red #91140E
RGB
CMYK
RGB Variations
Color information
#91140E (or 0x91140E) is known color: Falu Red. HEX triplet: 91, 14 and 0E. RGB value is (145,20,14). Sum of RGB (Red+Green+Blue) = 145+20+14=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91140E is #6EEBF1. Grayscale: #383838. Windows color (decimal): -7269362 or 922769. OLE color: 922769.
HSL color Cylindrical-coordinate representation of color #91140E: hue angle of 2.75º 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 #91140E is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 14 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.43 |
| HSL | 2.75º | 0.82% | 0.31% | - |
| HSV(B) | 2.75º | 0.9% | 0.57% | - |
| XYZ | 12.01 | 6.55 | 1.05 | - |
| YUV | 56.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 14 | 0 | 0.86 | 0.90 | 0.43 | 2.75 | 0.82 | 0.31 |
| Hex | 91 | 14 | E | 0 | 56 | 5A | 2B | 3 | 52 | 1F |
| Octal | 221 | 24 | 16 | 0 | 126 | 132 | 53 | 3 | 122 | 37 |
| Binary | 10010001 | 10100 | 1110 | 0 | 1010110 | 1011010 | 101011 | 11 | 1010010 | 11111 |
Color Harmonies of #91140E
Complementary color
Monochromatic Colors of #91140E
Black with #91140E
Text Example
Text Example
White with #91140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91140E; }
p { color: rgb(145,20,14); }
H1.HeaderClassName
{
color: #91140E;
}
.AnyTagClassName
{
color: #91140E;
}
</style>
background-color css
<style>
a { background-color: #91140E; }
a { background-color: rgb(145,20,14); }
div.DivClassName
{
background-color: #91140E;
}
.BgClassName
{
background-color: #91140E;
}
</style>
border-color css
<style>
span { border-color: #91140E; }
span { border-color: rgb(145,20,14); }
td.TdClassName
{
border-color: #91140E;
}
.TagClassName
{
border-color: #91140E;
}
</style>