Shades of Falu Red #85180F
Tints of Falu Red #85180F
RGB
CMYK
RGB Variations
Color information
#85180F (or 0x85180F) is known color: Falu Red. HEX triplet: 85, 18 and 0F. RGB value is (133,24,15). Sum of RGB (Red+Green+Blue) = 133+24+15=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #85180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85180F is #7AE7F0. Grayscale: #373737. Windows color (decimal): -8054769 or 989317. OLE color: 989317.
HSL color Cylindrical-coordinate representation of color #85180F: hue angle of 4.58º 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 #85180F is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 15 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.48 |
| HSL | 4.58º | 0.8% | 0.29% | - |
| HSV(B) | 4.58º | 0.89% | 0.52% | - |
| XYZ | 10.09 | 5.67 | 1.02 | - |
| YUV | 55.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 15 | 0 | 0.82 | 0.89 | 0.48 | 4.58 | 0.8 | 0.29 |
| Hex | 85 | 18 | F | 0 | 52 | 59 | 30 | 5 | 50 | 1D |
| Octal | 205 | 30 | 17 | 0 | 122 | 131 | 60 | 5 | 120 | 35 |
| Binary | 10000101 | 11000 | 1111 | 0 | 1010010 | 1011001 | 110000 | 101 | 1010000 | 11101 |
Color Harmonies of #85180F
Complementary color
Monochromatic Colors of #85180F
Black with #85180F
Text Example
Text Example
White with #85180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85180F; }
p { color: rgb(133,24,15); }
H1.HeaderClassName
{
color: #85180F;
}
.AnyTagClassName
{
color: #85180F;
}
</style>
background-color css
<style>
a { background-color: #85180F; }
a { background-color: rgb(133,24,15); }
div.DivClassName
{
background-color: #85180F;
}
.BgClassName
{
background-color: #85180F;
}
</style>
border-color css
<style>
span { border-color: #85180F; }
span { border-color: rgb(133,24,15); }
td.TdClassName
{
border-color: #85180F;
}
.TagClassName
{
border-color: #85180F;
}
</style>