Shades of Falu Red #911A12
Tints of Falu Red #911A12
RGB
CMYK
RGB Variations
Color information
#911A12 (or 0x911A12) is known color: Falu Red. HEX triplet: 91, 1A and 12. RGB value is (145,26,18). Sum of RGB (Red+Green+Blue) = 145+26+18=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #911A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911A12 is #6EE5ED. Grayscale: #3C3C3C. Windows color (decimal): -7267822 or 1186449. OLE color: 1186449.
HSL color Cylindrical-coordinate representation of color #911A12: hue angle of 3.78º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911A12 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 18 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.43 |
| HSL | 3.78º | 0.78% | 0.32% | - |
| HSV(B) | 3.78º | 0.88% | 0.57% | - |
| XYZ | 12.16 | 6.8 | 1.24 | - |
| YUV | 60.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 18 | 0 | 0.82 | 0.88 | 0.43 | 3.78 | 0.78 | 0.32 |
| Hex | 91 | 1A | 12 | 0 | 52 | 58 | 2B | 4 | 4E | 20 |
| Octal | 221 | 32 | 22 | 0 | 122 | 130 | 53 | 4 | 116 | 40 |
| Binary | 10010001 | 11010 | 10010 | 0 | 1010010 | 1011000 | 101011 | 100 | 1001110 | 100000 |
Color Harmonies of #911A12
Complementary color
Monochromatic Colors of #911A12
Black with #911A12
Text Example
Text Example
White with #911A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A12; }
p { color: rgb(145,26,18); }
H1.HeaderClassName
{
color: #911A12;
}
.AnyTagClassName
{
color: #911A12;
}
</style>
background-color css
<style>
a { background-color: #911A12; }
a { background-color: rgb(145,26,18); }
div.DivClassName
{
background-color: #911A12;
}
.BgClassName
{
background-color: #911A12;
}
</style>
border-color css
<style>
span { border-color: #911A12; }
span { border-color: rgb(145,26,18); }
td.TdClassName
{
border-color: #911A12;
}
.TagClassName
{
border-color: #911A12;
}
</style>