Shades of Falu Red #851313
Tints of Falu Red #851313
RGB
CMYK
RGB Variations
Color information
#851313 (or 0x851313) is known color: Falu Red. HEX triplet: 85, 13 and 13. RGB value is (133,19,19). Sum of RGB (Red+Green+Blue) = 133+19+19=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851313 is #7AECEC. Grayscale: #353535. Windows color (decimal): -8056045 or 1250181. OLE color: 1250181.
HSL color Cylindrical-coordinate representation of color #851313: hue angle of 0º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851313 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 19 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.48 |
| HSL | 0º | 0.75% | 0.3% | - |
| HSV(B) | 0º | 0.86% | 0.52% | - |
| XYZ | 10.02 | 5.5 | 1.15 | - |
| YUV | 53.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 19 | 0 | 0.86 | 0.86 | 0.48 | 0 | 0.75 | 0.3 |
| Hex | 85 | 13 | 13 | 0 | 56 | 56 | 30 | 0 | 4B | 1E |
| Octal | 205 | 23 | 23 | 0 | 126 | 126 | 60 | 0 | 113 | 36 |
| Binary | 10000101 | 10011 | 10011 | 0 | 1010110 | 1010110 | 110000 | 0 | 1001011 | 11110 |
Color Harmonies of #851313
Complementary color
Monochromatic Colors of #851313
Black with #851313
Text Example
Text Example
White with #851313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851313; }
p { color: rgb(133,19,19); }
H1.HeaderClassName
{
color: #851313;
}
.AnyTagClassName
{
color: #851313;
}
</style>
background-color css
<style>
a { background-color: #851313; }
a { background-color: rgb(133,19,19); }
div.DivClassName
{
background-color: #851313;
}
.BgClassName
{
background-color: #851313;
}
</style>
border-color css
<style>
span { border-color: #851313; }
span { border-color: rgb(133,19,19); }
td.TdClassName
{
border-color: #851313;
}
.TagClassName
{
border-color: #851313;
}
</style>