Shades of Falu Red #852102
Tints of Falu Red #852102
RGB
CMYK
RGB Variations
Color information
#852102 (or 0x852102) is known color: Falu Red. HEX triplet: 85, 21 and 02. RGB value is (133,33,2). Sum of RGB (Red+Green+Blue) = 133+33+2=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #852102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852102 is #7ADEFD. Grayscale: #3B3B3B. Windows color (decimal): -8052478 or 139653. OLE color: 139653.
HSL color Cylindrical-coordinate representation of color #852102: hue angle of 14.2º 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 #852102 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 2 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.48 |
| HSL | 14.2º | 0.97% | 0.26% | - |
| HSV(B) | 14.2º | 0.98% | 0.52% | - |
| XYZ | 10.23 | 6.08 | 0.69 | - |
| YUV | 59.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 2 | 0 | 0.75 | 0.98 | 0.48 | 14.2 | 0.97 | 0.26 |
| Hex | 85 | 21 | 2 | 0 | 4B | 62 | 30 | E | 61 | 1A |
| Octal | 205 | 41 | 2 | 0 | 113 | 142 | 60 | 16 | 141 | 32 |
| Binary | 10000101 | 100001 | 10 | 0 | 1001011 | 1100010 | 110000 | 1110 | 1100001 | 11010 |
Color Harmonies of #852102
Complementary color
Monochromatic Colors of #852102
Black with #852102
Text Example
Text Example
White with #852102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852102; }
p { color: rgb(133,33,2); }
H1.HeaderClassName
{
color: #852102;
}
.AnyTagClassName
{
color: #852102;
}
</style>
background-color css
<style>
a { background-color: #852102; }
a { background-color: rgb(133,33,2); }
div.DivClassName
{
background-color: #852102;
}
.BgClassName
{
background-color: #852102;
}
</style>
border-color css
<style>
span { border-color: #852102; }
span { border-color: rgb(133,33,2); }
td.TdClassName
{
border-color: #852102;
}
.TagClassName
{
border-color: #852102;
}
</style>