Shades of Falu Red #991310
Tints of Falu Red #991310
RGB
CMYK
RGB Variations
Color information
#991310 (or 0x991310) is known color: Falu Red. HEX triplet: 99, 13 and 10. RGB value is (153,19,16). Sum of RGB (Red+Green+Blue) = 153+19+16=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #991310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991310 is #66ECEF. Grayscale: #3A3A3A. Windows color (decimal): -6745328 or 1053593. OLE color: 1053593.
HSL color Cylindrical-coordinate representation of color #991310: hue angle of 1.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991310 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 16 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.4 |
| HSL | 1.31º | 0.81% | 0.33% | - |
| HSV(B) | 1.31º | 0.9% | 0.6% | - |
| XYZ | 13.46 | 7.28 | 1.18 | - |
| YUV | 58.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 16 | 0 | 0.88 | 0.90 | 0.4 | 1.31 | 0.81 | 0.33 |
| Hex | 99 | 13 | 10 | 0 | 58 | 5A | 28 | 1 | 51 | 21 |
| Octal | 231 | 23 | 20 | 0 | 130 | 132 | 50 | 1 | 121 | 41 |
| Binary | 10011001 | 10011 | 10000 | 0 | 1011000 | 1011010 | 101000 | 1 | 1010001 | 100001 |
Color Harmonies of #991310
Complementary color
Monochromatic Colors of #991310
Black with #991310
Text Example
Text Example
White with #991310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991310; }
p { color: rgb(153,19,16); }
H1.HeaderClassName
{
color: #991310;
}
.AnyTagClassName
{
color: #991310;
}
</style>
background-color css
<style>
a { background-color: #991310; }
a { background-color: rgb(153,19,16); }
div.DivClassName
{
background-color: #991310;
}
.BgClassName
{
background-color: #991310;
}
</style>
border-color css
<style>
span { border-color: #991310; }
span { border-color: rgb(153,19,16); }
td.TdClassName
{
border-color: #991310;
}
.TagClassName
{
border-color: #991310;
}
</style>