Shades of Falu Red #911808
Tints of Falu Red #911808
RGB
CMYK
RGB Variations
Color information
#911808 (or 0x911808) is known color: Falu Red. HEX triplet: 91, 18 and 08. RGB value is (145,24,8). Sum of RGB (Red+Green+Blue) = 145+24+8=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #911808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911808 is #6EE7F7. Grayscale: #3A3A3A. Windows color (decimal): -7268344 or 530577. OLE color: 530577.
HSL color Cylindrical-coordinate representation of color #911808: hue angle of 7.01º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #911808 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 8 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.43 |
| HSL | 7.01º | 0.9% | 0.3% | - |
| HSV(B) | 7.01º | 0.94% | 0.57% | - |
| XYZ | 12.05 | 6.69 | 0.89 | - |
| YUV | 58.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 8 | 0 | 0.83 | 0.94 | 0.43 | 7.01 | 0.9 | 0.3 |
| Hex | 91 | 18 | 8 | 0 | 53 | 5E | 2B | 7 | 5A | 1E |
| Octal | 221 | 30 | 10 | 0 | 123 | 136 | 53 | 7 | 132 | 36 |
| Binary | 10010001 | 11000 | 1000 | 0 | 1010011 | 1011110 | 101011 | 111 | 1011010 | 11110 |
Color Harmonies of #911808
Complementary color
Monochromatic Colors of #911808
Black with #911808
Text Example
Text Example
White with #911808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911808; }
p { color: rgb(145,24,8); }
H1.HeaderClassName
{
color: #911808;
}
.AnyTagClassName
{
color: #911808;
}
</style>
background-color css
<style>
a { background-color: #911808; }
a { background-color: rgb(145,24,8); }
div.DivClassName
{
background-color: #911808;
}
.BgClassName
{
background-color: #911808;
}
</style>
border-color css
<style>
span { border-color: #911808; }
span { border-color: rgb(145,24,8); }
td.TdClassName
{
border-color: #911808;
}
.TagClassName
{
border-color: #911808;
}
</style>