Shades of Falu Red #91130D
Tints of Falu Red #91130D
RGB
CMYK
RGB Variations
Color information
#91130D (or 0x91130D) is known color: Falu Red. HEX triplet: 91, 13 and 0D. RGB value is (145,19,13). Sum of RGB (Red+Green+Blue) = 145+19+13=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91130D is #6EECF2. Grayscale: #383838. Windows color (decimal): -7269619 or 856977. OLE color: 856977.
HSL color Cylindrical-coordinate representation of color #91130D: hue angle of 2.73º 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 #91130D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 13 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.43 |
| HSL | 2.73º | 0.84% | 0.31% | - |
| HSV(B) | 2.73º | 0.91% | 0.57% | - |
| XYZ | 11.98 | 6.51 | 1.01 | - |
| YUV | 55.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 13 | 0 | 0.87 | 0.91 | 0.43 | 2.73 | 0.84 | 0.31 |
| Hex | 91 | 13 | D | 0 | 57 | 5B | 2B | 3 | 54 | 1F |
| Octal | 221 | 23 | 15 | 0 | 127 | 133 | 53 | 3 | 124 | 37 |
| Binary | 10010001 | 10011 | 1101 | 0 | 1010111 | 1011011 | 101011 | 11 | 1010100 | 11111 |
Color Harmonies of #91130D
Complementary color
Monochromatic Colors of #91130D
Black with #91130D
Text Example
Text Example
White with #91130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91130D; }
p { color: rgb(145,19,13); }
H1.HeaderClassName
{
color: #91130D;
}
.AnyTagClassName
{
color: #91130D;
}
</style>
background-color css
<style>
a { background-color: #91130D; }
a { background-color: rgb(145,19,13); }
div.DivClassName
{
background-color: #91130D;
}
.BgClassName
{
background-color: #91130D;
}
</style>
border-color css
<style>
span { border-color: #91130D; }
span { border-color: rgb(145,19,13); }
td.TdClassName
{
border-color: #91130D;
}
.TagClassName
{
border-color: #91130D;
}
</style>