Shades of Falu Red #851E1B
Tints of Falu Red #851E1B
RGB
CMYK
RGB Variations
Color information
#851E1B (or 0x851E1B) is known color: Falu Red. HEX triplet: 85, 1E and 1B. RGB value is (133,30,27). Sum of RGB (Red+Green+Blue) = 133+30+27=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851E1B is #7AE1E4. Grayscale: #3C3C3C. Windows color (decimal): -8053221 or 1777285. OLE color: 1777285.
HSL color Cylindrical-coordinate representation of color #851E1B: hue angle of 1.7º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851E1B is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 27 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.48 |
| HSL | 1.7º | 0.66% | 0.31% | - |
| HSV(B) | 1.7º | 0.8% | 0.52% | - |
| XYZ | 10.33 | 5.99 | 1.65 | - |
| YUV | 60.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 27 | 0 | 0.77 | 0.80 | 0.48 | 1.7 | 0.66 | 0.31 |
| Hex | 85 | 1E | 1B | 0 | 4D | 50 | 30 | 2 | 42 | 1F |
| Octal | 205 | 36 | 33 | 0 | 115 | 120 | 60 | 2 | 102 | 37 |
| Binary | 10000101 | 11110 | 11011 | 0 | 1001101 | 1010000 | 110000 | 10 | 1000010 | 11111 |
Color Harmonies of #851E1B
Complementary color
Monochromatic Colors of #851E1B
Black with #851E1B
Text Example
Text Example
White with #851E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E1B; }
p { color: rgb(133,30,27); }
H1.HeaderClassName
{
color: #851E1B;
}
.AnyTagClassName
{
color: #851E1B;
}
</style>
background-color css
<style>
a { background-color: #851E1B; }
a { background-color: rgb(133,30,27); }
div.DivClassName
{
background-color: #851E1B;
}
.BgClassName
{
background-color: #851E1B;
}
</style>
border-color css
<style>
span { border-color: #851E1B; }
span { border-color: rgb(133,30,27); }
td.TdClassName
{
border-color: #851E1B;
}
.TagClassName
{
border-color: #851E1B;
}
</style>