Shades of Falu Red #85150D
Tints of Falu Red #85150D
RGB
CMYK
RGB Variations
Color information
#85150D (or 0x85150D) is known color: Falu Red. HEX triplet: 85, 15 and 0D. RGB value is (133,21,13). Sum of RGB (Red+Green+Blue) = 133+21+13=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85150D is #7AEAF2. Grayscale: #353535. Windows color (decimal): -8055539 or 857477. OLE color: 857477.
HSL color Cylindrical-coordinate representation of color #85150D: hue angle of 4º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85150D is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 13 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.48 |
| HSL | 4º | 0.82% | 0.29% | - |
| HSV(B) | 4º | 0.9% | 0.52% | - |
| XYZ | 10.01 | 5.55 | 0.92 | - |
| YUV | 53.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 13 | 0 | 0.84 | 0.90 | 0.48 | 4 | 0.82 | 0.29 |
| Hex | 85 | 15 | D | 0 | 54 | 5A | 30 | 4 | 52 | 1D |
| Octal | 205 | 25 | 15 | 0 | 124 | 132 | 60 | 4 | 122 | 35 |
| Binary | 10000101 | 10101 | 1101 | 0 | 1010100 | 1011010 | 110000 | 100 | 1010010 | 11101 |
Color Harmonies of #85150D
Complementary color
Monochromatic Colors of #85150D
Black with #85150D
Text Example
Text Example
White with #85150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85150D; }
p { color: rgb(133,21,13); }
H1.HeaderClassName
{
color: #85150D;
}
.AnyTagClassName
{
color: #85150D;
}
</style>
background-color css
<style>
a { background-color: #85150D; }
a { background-color: rgb(133,21,13); }
div.DivClassName
{
background-color: #85150D;
}
.BgClassName
{
background-color: #85150D;
}
</style>
border-color css
<style>
span { border-color: #85150D; }
span { border-color: rgb(133,21,13); }
td.TdClassName
{
border-color: #85150D;
}
.TagClassName
{
border-color: #85150D;
}
</style>