Shades of Falu Red #93150F
Tints of Falu Red #93150F
RGB
CMYK
RGB Variations
Color information
#93150F (or 0x93150F) is known color: Falu Red. HEX triplet: 93, 15 and 0F. RGB value is (147,21,15). Sum of RGB (Red+Green+Blue) = 147+21+15=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #93150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93150F is #6CEAF0. Grayscale: #3A3A3A. Windows color (decimal): -7138033 or 988563. OLE color: 988563.
HSL color Cylindrical-coordinate representation of color #93150F: hue angle of 2.73º 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 #93150F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 15 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.42 |
| HSL | 2.73º | 0.81% | 0.32% | - |
| HSV(B) | 2.73º | 0.9% | 0.58% | - |
| XYZ | 12.39 | 6.77 | 1.11 | - |
| YUV | 57.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 15 | 0 | 0.86 | 0.90 | 0.42 | 2.73 | 0.81 | 0.32 |
| Hex | 93 | 15 | F | 0 | 56 | 5A | 2A | 3 | 51 | 20 |
| Octal | 223 | 25 | 17 | 0 | 126 | 132 | 52 | 3 | 121 | 40 |
| Binary | 10010011 | 10101 | 1111 | 0 | 1010110 | 1011010 | 101010 | 11 | 1010001 | 100000 |
Color Harmonies of #93150F
Complementary color
Monochromatic Colors of #93150F
Black with #93150F
Text Example
Text Example
White with #93150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93150F; }
p { color: rgb(147,21,15); }
H1.HeaderClassName
{
color: #93150F;
}
.AnyTagClassName
{
color: #93150F;
}
</style>
background-color css
<style>
a { background-color: #93150F; }
a { background-color: rgb(147,21,15); }
div.DivClassName
{
background-color: #93150F;
}
.BgClassName
{
background-color: #93150F;
}
</style>
border-color css
<style>
span { border-color: #93150F; }
span { border-color: rgb(147,21,15); }
td.TdClassName
{
border-color: #93150F;
}
.TagClassName
{
border-color: #93150F;
}
</style>