Shades of Falu Red #911A0C
Tints of Falu Red #911A0C
RGB
CMYK
RGB Variations
Color information
#911A0C (or 0x911A0C) is known color: Falu Red. HEX triplet: 91, 1A and 0C. RGB value is (145,26,12). Sum of RGB (Red+Green+Blue) = 145+26+12=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #911A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911A0C is #6EE5F3. Grayscale: #3C3C3C. Windows color (decimal): -7267828 or 793233. OLE color: 793233.
HSL color Cylindrical-coordinate representation of color #911A0C: hue angle of 6.32º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #911A0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 12 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.43 |
| HSL | 6.32º | 0.85% | 0.31% | - |
| HSV(B) | 6.32º | 0.92% | 0.57% | - |
| XYZ | 12.11 | 6.79 | 1.02 | - |
| YUV | 59.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 12 | 0 | 0.82 | 0.92 | 0.43 | 6.32 | 0.85 | 0.31 |
| Hex | 91 | 1A | C | 0 | 52 | 5C | 2B | 6 | 55 | 1F |
| Octal | 221 | 32 | 14 | 0 | 122 | 134 | 53 | 6 | 125 | 37 |
| Binary | 10010001 | 11010 | 1100 | 0 | 1010010 | 1011100 | 101011 | 110 | 1010101 | 11111 |
Color Harmonies of #911A0C
Complementary color
Monochromatic Colors of #911A0C
Black with #911A0C
Text Example
Text Example
White with #911A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A0C; }
p { color: rgb(145,26,12); }
H1.HeaderClassName
{
color: #911A0C;
}
.AnyTagClassName
{
color: #911A0C;
}
</style>
background-color css
<style>
a { background-color: #911A0C; }
a { background-color: rgb(145,26,12); }
div.DivClassName
{
background-color: #911A0C;
}
.BgClassName
{
background-color: #911A0C;
}
</style>
border-color css
<style>
span { border-color: #911A0C; }
span { border-color: rgb(145,26,12); }
td.TdClassName
{
border-color: #911A0C;
}
.TagClassName
{
border-color: #911A0C;
}
</style>