Shades of Falu Red #93110F
Tints of Falu Red #93110F
RGB
CMYK
RGB Variations
Color information
#93110F (or 0x93110F) is known color: Falu Red. HEX triplet: 93, 11 and 0F. RGB value is (147,17,15). Sum of RGB (Red+Green+Blue) = 147+17+15=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #93110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93110F is #6CEEF0. Grayscale: #373737. Windows color (decimal): -7139057 or 987539. OLE color: 987539.
HSL color Cylindrical-coordinate representation of color #93110F: hue angle of 0.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93110F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 15 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.42 |
| HSL | 0.91º | 0.81% | 0.32% | - |
| HSV(B) | 0.91º | 0.9% | 0.58% | - |
| XYZ | 12.32 | 6.64 | 1.08 | - |
| YUV | 55.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 15 | 0 | 0.88 | 0.90 | 0.42 | 0.91 | 0.81 | 0.32 |
| Hex | 93 | 11 | F | 0 | 58 | 5A | 2A | 1 | 51 | 20 |
| Octal | 223 | 21 | 17 | 0 | 130 | 132 | 52 | 1 | 121 | 40 |
| Binary | 10010011 | 10001 | 1111 | 0 | 1011000 | 1011010 | 101010 | 1 | 1010001 | 100000 |
Color Harmonies of #93110F
Complementary color
Monochromatic Colors of #93110F
Black with #93110F
Text Example
Text Example
White with #93110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93110F; }
p { color: rgb(147,17,15); }
H1.HeaderClassName
{
color: #93110F;
}
.AnyTagClassName
{
color: #93110F;
}
</style>
background-color css
<style>
a { background-color: #93110F; }
a { background-color: rgb(147,17,15); }
div.DivClassName
{
background-color: #93110F;
}
.BgClassName
{
background-color: #93110F;
}
</style>
border-color css
<style>
span { border-color: #93110F; }
span { border-color: rgb(147,17,15); }
td.TdClassName
{
border-color: #93110F;
}
.TagClassName
{
border-color: #93110F;
}
</style>