Shades of Falu Red #91200D
Tints of Falu Red #91200D
RGB
CMYK
RGB Variations
Color information
#91200D (or 0x91200D) is known color: Falu Red. HEX triplet: 91, 20 and 0D. RGB value is (145,32,13). Sum of RGB (Red+Green+Blue) = 145+32+13=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91200D is #6EDFF2. Grayscale: #3F3F3F. Windows color (decimal): -7266291 or 860305. OLE color: 860305.
HSL color Cylindrical-coordinate representation of color #91200D: hue angle of 8.64º 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 #91200D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 13 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.43 |
| HSL | 8.64º | 0.84% | 0.31% | - |
| HSV(B) | 8.64º | 0.91% | 0.57% | - |
| XYZ | 12.27 | 7.08 | 1.1 | - |
| YUV | 63.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 13 | 0 | 0.78 | 0.91 | 0.43 | 8.64 | 0.84 | 0.31 |
| Hex | 91 | 20 | D | 0 | 4E | 5B | 2B | 9 | 54 | 1F |
| Octal | 221 | 40 | 15 | 0 | 116 | 133 | 53 | 11 | 124 | 37 |
| Binary | 10010001 | 100000 | 1101 | 0 | 1001110 | 1011011 | 101011 | 1001 | 1010100 | 11111 |
Color Harmonies of #91200D
Complementary color
Monochromatic Colors of #91200D
Black with #91200D
Text Example
Text Example
White with #91200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91200D; }
p { color: rgb(145,32,13); }
H1.HeaderClassName
{
color: #91200D;
}
.AnyTagClassName
{
color: #91200D;
}
</style>
background-color css
<style>
a { background-color: #91200D; }
a { background-color: rgb(145,32,13); }
div.DivClassName
{
background-color: #91200D;
}
.BgClassName
{
background-color: #91200D;
}
</style>
border-color css
<style>
span { border-color: #91200D; }
span { border-color: rgb(145,32,13); }
td.TdClassName
{
border-color: #91200D;
}
.TagClassName
{
border-color: #91200D;
}
</style>