Shades of Falu Red #852003
Tints of Falu Red #852003
RGB
CMYK
RGB Variations
Color information
#852003 (or 0x852003) is known color: Falu Red. HEX triplet: 85, 20 and 03. RGB value is (133,32,3). Sum of RGB (Red+Green+Blue) = 133+32+3=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #852003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852003 is #7ADFFC. Grayscale: #3B3B3B. Windows color (decimal): -8052733 or 204933. OLE color: 204933.
HSL color Cylindrical-coordinate representation of color #852003: hue angle of 13.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852003 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.48 |
| HSL | 13.38º | 0.96% | 0.27% | - |
| HSV(B) | 13.38º | 0.98% | 0.52% | - |
| XYZ | 10.21 | 6.03 | 0.71 | - |
| YUV | 58.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 3 | 0 | 0.76 | 0.98 | 0.48 | 13.38 | 0.96 | 0.27 |
| Hex | 85 | 20 | 3 | 0 | 4C | 62 | 30 | D | 60 | 1B |
| Octal | 205 | 40 | 3 | 0 | 114 | 142 | 60 | 15 | 140 | 33 |
| Binary | 10000101 | 100000 | 11 | 0 | 1001100 | 1100010 | 110000 | 1101 | 1100000 | 11011 |
Color Harmonies of #852003
Complementary color
Monochromatic Colors of #852003
Black with #852003
Text Example
Text Example
White with #852003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852003; }
p { color: rgb(133,32,3); }
H1.HeaderClassName
{
color: #852003;
}
.AnyTagClassName
{
color: #852003;
}
</style>
background-color css
<style>
a { background-color: #852003; }
a { background-color: rgb(133,32,3); }
div.DivClassName
{
background-color: #852003;
}
.BgClassName
{
background-color: #852003;
}
</style>
border-color css
<style>
span { border-color: #852003; }
span { border-color: rgb(133,32,3); }
td.TdClassName
{
border-color: #852003;
}
.TagClassName
{
border-color: #852003;
}
</style>