Shades of Falu Red #931010
Tints of Falu Red #931010
RGB
CMYK
RGB Variations
Color information
#931010 (or 0x931010) is known color: Falu Red. HEX triplet: 93, 10 and 10. RGB value is (147,16,16). Sum of RGB (Red+Green+Blue) = 147+16+16=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #931010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931010 is #6CEFEF. Grayscale: #373737. Windows color (decimal): -7139312 or 1052819. OLE color: 1052819.
HSL color Cylindrical-coordinate representation of color #931010: hue angle of 0º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931010 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 16 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.42 |
| HSL | 0º | 0.8% | 0.32% | - |
| HSV(B) | 0º | 0.89% | 0.58% | - |
| XYZ | 12.31 | 6.61 | 1.12 | - |
| YUV | 55.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 16 | 0 | 0.89 | 0.89 | 0.42 | 0 | 0.8 | 0.32 |
| Hex | 93 | 10 | 10 | 0 | 59 | 59 | 2A | 0 | 50 | 20 |
| Octal | 223 | 20 | 20 | 0 | 131 | 131 | 52 | 0 | 120 | 40 |
| Binary | 10010011 | 10000 | 10000 | 0 | 1011001 | 1011001 | 101010 | 0 | 1010000 | 100000 |
Color Harmonies of #931010
Complementary color
Monochromatic Colors of #931010
Black with #931010
Text Example
Text Example
White with #931010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931010; }
p { color: rgb(147,16,16); }
H1.HeaderClassName
{
color: #931010;
}
.AnyTagClassName
{
color: #931010;
}
</style>
background-color css
<style>
a { background-color: #931010; }
a { background-color: rgb(147,16,16); }
div.DivClassName
{
background-color: #931010;
}
.BgClassName
{
background-color: #931010;
}
</style>
border-color css
<style>
span { border-color: #931010; }
span { border-color: rgb(147,16,16); }
td.TdClassName
{
border-color: #931010;
}
.TagClassName
{
border-color: #931010;
}
</style>