Shades of Falu Red #851A02
Tints of Falu Red #851A02
RGB
CMYK
RGB Variations
Color information
#851A02 (or 0x851A02) is known color: Falu Red. HEX triplet: 85, 1A and 02. RGB value is (133,26,2). Sum of RGB (Red+Green+Blue) = 133+26+2=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #851A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A02 is #7AE5FD. Grayscale: #373737. Windows color (decimal): -8054270 or 137861. OLE color: 137861.
HSL color Cylindrical-coordinate representation of color #851A02: hue angle of 10.99º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851A02 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 2 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.48 |
| HSL | 10.99º | 0.97% | 0.26% | - |
| HSV(B) | 10.99º | 0.98% | 0.52% | - |
| XYZ | 10.05 | 5.73 | 0.63 | - |
| YUV | 55.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 2 | 0 | 0.80 | 0.98 | 0.48 | 10.99 | 0.97 | 0.26 |
| Hex | 85 | 1A | 2 | 0 | 50 | 62 | 30 | B | 61 | 1A |
| Octal | 205 | 32 | 2 | 0 | 120 | 142 | 60 | 13 | 141 | 32 |
| Binary | 10000101 | 11010 | 10 | 0 | 1010000 | 1100010 | 110000 | 1011 | 1100001 | 11010 |
Color Harmonies of #851A02
Complementary color
Monochromatic Colors of #851A02
Black with #851A02
Text Example
Text Example
White with #851A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A02; }
p { color: rgb(133,26,2); }
H1.HeaderClassName
{
color: #851A02;
}
.AnyTagClassName
{
color: #851A02;
}
</style>
background-color css
<style>
a { background-color: #851A02; }
a { background-color: rgb(133,26,2); }
div.DivClassName
{
background-color: #851A02;
}
.BgClassName
{
background-color: #851A02;
}
</style>
border-color css
<style>
span { border-color: #851A02; }
span { border-color: rgb(133,26,2); }
td.TdClassName
{
border-color: #851A02;
}
.TagClassName
{
border-color: #851A02;
}
</style>