Shades of Falu Red #93190F
Tints of Falu Red #93190F
RGB
CMYK
RGB Variations
Color information
#93190F (or 0x93190F) is known color: Falu Red. HEX triplet: 93, 19 and 0F. RGB value is (147,25,15). Sum of RGB (Red+Green+Blue) = 147+25+15=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #93190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93190F is #6CE6F0. Grayscale: #3C3C3C. Windows color (decimal): -7137009 or 989587. OLE color: 989587.
HSL color Cylindrical-coordinate representation of color #93190F: hue angle of 4.55º 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 #93190F is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 15 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.42 |
| HSL | 4.55º | 0.81% | 0.32% | - |
| HSV(B) | 4.55º | 0.9% | 0.58% | - |
| XYZ | 12.47 | 6.93 | 1.13 | - |
| YUV | 60.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 15 | 0 | 0.83 | 0.90 | 0.42 | 4.55 | 0.81 | 0.32 |
| Hex | 93 | 19 | F | 0 | 53 | 5A | 2A | 5 | 51 | 20 |
| Octal | 223 | 31 | 17 | 0 | 123 | 132 | 52 | 5 | 121 | 40 |
| Binary | 10010011 | 11001 | 1111 | 0 | 1010011 | 1011010 | 101010 | 101 | 1010001 | 100000 |
Color Harmonies of #93190F
Complementary color
Monochromatic Colors of #93190F
Black with #93190F
Text Example
Text Example
White with #93190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93190F; }
p { color: rgb(147,25,15); }
H1.HeaderClassName
{
color: #93190F;
}
.AnyTagClassName
{
color: #93190F;
}
</style>
background-color css
<style>
a { background-color: #93190F; }
a { background-color: rgb(147,25,15); }
div.DivClassName
{
background-color: #93190F;
}
.BgClassName
{
background-color: #93190F;
}
</style>
border-color css
<style>
span { border-color: #93190F; }
span { border-color: rgb(147,25,15); }
td.TdClassName
{
border-color: #93190F;
}
.TagClassName
{
border-color: #93190F;
}
</style>