Shades of Falu Red #91120D
Tints of Falu Red #91120D
RGB
CMYK
RGB Variations
Color information
#91120D (or 0x91120D) is known color: Falu Red. HEX triplet: 91, 12 and 0D. RGB value is (145,18,13). Sum of RGB (Red+Green+Blue) = 145+18+13=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #91120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91120D is #6EEDF2. Grayscale: #373737. Windows color (decimal): -7269875 or 856721. OLE color: 856721.
HSL color Cylindrical-coordinate representation of color #91120D: hue angle of 2.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91120D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 13 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.43 |
| HSL | 2.27º | 0.84% | 0.31% | - |
| HSV(B) | 2.27º | 0.91% | 0.57% | - |
| XYZ | 11.97 | 6.48 | 1 | - |
| YUV | 55.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 13 | 0 | 0.88 | 0.91 | 0.43 | 2.27 | 0.84 | 0.31 |
| Hex | 91 | 12 | D | 0 | 58 | 5B | 2B | 2 | 54 | 1F |
| Octal | 221 | 22 | 15 | 0 | 130 | 133 | 53 | 2 | 124 | 37 |
| Binary | 10010001 | 10010 | 1101 | 0 | 1011000 | 1011011 | 101011 | 10 | 1010100 | 11111 |
Color Harmonies of #91120D
Complementary color
Monochromatic Colors of #91120D
Black with #91120D
Text Example
Text Example
White with #91120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91120D; }
p { color: rgb(145,18,13); }
H1.HeaderClassName
{
color: #91120D;
}
.AnyTagClassName
{
color: #91120D;
}
</style>
background-color css
<style>
a { background-color: #91120D; }
a { background-color: rgb(145,18,13); }
div.DivClassName
{
background-color: #91120D;
}
.BgClassName
{
background-color: #91120D;
}
</style>
border-color css
<style>
span { border-color: #91120D; }
span { border-color: rgb(145,18,13); }
td.TdClassName
{
border-color: #91120D;
}
.TagClassName
{
border-color: #91120D;
}
</style>