Shades of Falu Red #872603
Tints of Falu Red #872603
RGB
CMYK
RGB Variations
Color information
#872603 (or 0x872603) is known color: Falu Red. HEX triplet: 87, 26 and 03. RGB value is (135,38,3). Sum of RGB (Red+Green+Blue) = 135+38+3=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #872603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872603 is #78D9FC. Grayscale: #3F3F3F. Windows color (decimal): -7920125 or 206471. OLE color: 206471.
HSL color Cylindrical-coordinate representation of color #872603: hue angle of 15.91º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #872603 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.47 |
| HSL | 15.91º | 0.96% | 0.27% | - |
| HSV(B) | 15.91º | 0.98% | 0.53% | - |
| XYZ | 10.7 | 6.54 | 0.79 | - |
| YUV | 63.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 3 | 0 | 0.72 | 0.98 | 0.47 | 15.91 | 0.96 | 0.27 |
| Hex | 87 | 26 | 3 | 0 | 48 | 62 | 2F | 10 | 60 | 1B |
| Octal | 207 | 46 | 3 | 0 | 110 | 142 | 57 | 20 | 140 | 33 |
| Binary | 10000111 | 100110 | 11 | 0 | 1001000 | 1100010 | 101111 | 10000 | 1100000 | 11011 |
Color Harmonies of #872603
Complementary color
Monochromatic Colors of #872603
Black with #872603
Text Example
Text Example
White with #872603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872603; }
p { color: rgb(135,38,3); }
H1.HeaderClassName
{
color: #872603;
}
.AnyTagClassName
{
color: #872603;
}
</style>
background-color css
<style>
a { background-color: #872603; }
a { background-color: rgb(135,38,3); }
div.DivClassName
{
background-color: #872603;
}
.BgClassName
{
background-color: #872603;
}
</style>
border-color css
<style>
span { border-color: #872603; }
span { border-color: rgb(135,38,3); }
td.TdClassName
{
border-color: #872603;
}
.TagClassName
{
border-color: #872603;
}
</style>