Shades of Falu Red #85190F
Tints of Falu Red #85190F
RGB
CMYK
RGB Variations
Color information
#85190F (or 0x85190F) is known color: Falu Red. HEX triplet: 85, 19 and 0F. RGB value is (133,25,15). Sum of RGB (Red+Green+Blue) = 133+25+15=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #85190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190F is #7AE6F0. Grayscale: #383838. Windows color (decimal): -8054513 or 989573. OLE color: 989573.
HSL color Cylindrical-coordinate representation of color #85190F: hue angle of 5.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85190F is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 15 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.48 |
| HSL | 5.08º | 0.8% | 0.29% | - |
| HSV(B) | 5.08º | 0.89% | 0.52% | - |
| XYZ | 10.11 | 5.72 | 1.02 | - |
| YUV | 56.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 15 | 0 | 0.81 | 0.89 | 0.48 | 5.08 | 0.8 | 0.29 |
| Hex | 85 | 19 | F | 0 | 51 | 59 | 30 | 5 | 50 | 1D |
| Octal | 205 | 31 | 17 | 0 | 121 | 131 | 60 | 5 | 120 | 35 |
| Binary | 10000101 | 11001 | 1111 | 0 | 1010001 | 1011001 | 110000 | 101 | 1010000 | 11101 |
Color Harmonies of #85190F
Complementary color
Monochromatic Colors of #85190F
Black with #85190F
Text Example
Text Example
White with #85190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85190F; }
p { color: rgb(133,25,15); }
H1.HeaderClassName
{
color: #85190F;
}
.AnyTagClassName
{
color: #85190F;
}
</style>
background-color css
<style>
a { background-color: #85190F; }
a { background-color: rgb(133,25,15); }
div.DivClassName
{
background-color: #85190F;
}
.BgClassName
{
background-color: #85190F;
}
</style>
border-color css
<style>
span { border-color: #85190F; }
span { border-color: rgb(133,25,15); }
td.TdClassName
{
border-color: #85190F;
}
.TagClassName
{
border-color: #85190F;
}
</style>