Shades of Falu Red #851E0F
Tints of Falu Red #851E0F
RGB
CMYK
RGB Variations
Color information
#851E0F (or 0x851E0F) is known color: Falu Red. HEX triplet: 85, 1E and 0F. RGB value is (133,30,15). Sum of RGB (Red+Green+Blue) = 133+30+15=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #851E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E0F is #7AE1F0. Grayscale: #3B3B3B. Windows color (decimal): -8053233 or 990853. OLE color: 990853.
HSL color Cylindrical-coordinate representation of color #851E0F: hue angle of 7.63º 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 #851E0F is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 15 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.48 |
| HSL | 7.63º | 0.8% | 0.29% | - |
| HSV(B) | 7.63º | 0.89% | 0.52% | - |
| XYZ | 10.22 | 5.95 | 1.06 | - |
| YUV | 59.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 15 | 0 | 0.77 | 0.89 | 0.48 | 7.63 | 0.8 | 0.29 |
| Hex | 85 | 1E | F | 0 | 4D | 59 | 30 | 8 | 50 | 1D |
| Octal | 205 | 36 | 17 | 0 | 115 | 131 | 60 | 10 | 120 | 35 |
| Binary | 10000101 | 11110 | 1111 | 0 | 1001101 | 1011001 | 110000 | 1000 | 1010000 | 11101 |
Color Harmonies of #851E0F
Complementary color
Monochromatic Colors of #851E0F
Black with #851E0F
Text Example
Text Example
White with #851E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E0F; }
p { color: rgb(133,30,15); }
H1.HeaderClassName
{
color: #851E0F;
}
.AnyTagClassName
{
color: #851E0F;
}
</style>
background-color css
<style>
a { background-color: #851E0F; }
a { background-color: rgb(133,30,15); }
div.DivClassName
{
background-color: #851E0F;
}
.BgClassName
{
background-color: #851E0F;
}
</style>
border-color css
<style>
span { border-color: #851E0F; }
span { border-color: rgb(133,30,15); }
td.TdClassName
{
border-color: #851E0F;
}
.TagClassName
{
border-color: #851E0F;
}
</style>