Shades of Falu Red #93130C
Tints of Falu Red #93130C
RGB
CMYK
RGB Variations
Color information
#93130C (or 0x93130C) is known color: Falu Red. HEX triplet: 93, 13 and 0C. RGB value is (147,19,12). Sum of RGB (Red+Green+Blue) = 147+19+12=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #93130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93130C is #6CECF3. Grayscale: #383838. Windows color (decimal): -7138548 or 791443. OLE color: 791443.
HSL color Cylindrical-coordinate representation of color #93130C: hue angle of 3.11º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93130C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 12 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.42 |
| HSL | 3.11º | 0.85% | 0.31% | - |
| HSV(B) | 3.11º | 0.92% | 0.58% | - |
| XYZ | 12.33 | 6.7 | 0.99 | - |
| YUV | 56.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 12 | 0 | 0.87 | 0.92 | 0.42 | 3.11 | 0.85 | 0.31 |
| Hex | 93 | 13 | C | 0 | 57 | 5C | 2A | 3 | 55 | 1F |
| Octal | 223 | 23 | 14 | 0 | 127 | 134 | 52 | 3 | 125 | 37 |
| Binary | 10010011 | 10011 | 1100 | 0 | 1010111 | 1011100 | 101010 | 11 | 1010101 | 11111 |
Color Harmonies of #93130C
Complementary color
Monochromatic Colors of #93130C
Black with #93130C
Text Example
Text Example
White with #93130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93130C; }
p { color: rgb(147,19,12); }
H1.HeaderClassName
{
color: #93130C;
}
.AnyTagClassName
{
color: #93130C;
}
</style>
background-color css
<style>
a { background-color: #93130C; }
a { background-color: rgb(147,19,12); }
div.DivClassName
{
background-color: #93130C;
}
.BgClassName
{
background-color: #93130C;
}
</style>
border-color css
<style>
span { border-color: #93130C; }
span { border-color: rgb(147,19,12); }
td.TdClassName
{
border-color: #93130C;
}
.TagClassName
{
border-color: #93130C;
}
</style>