Shades of Falu Red #872703
Tints of Falu Red #872703
RGB
CMYK
RGB Variations
Color information
#872703 (or 0x872703) is known color: Falu Red. HEX triplet: 87, 27 and 03. RGB value is (135,39,3). Sum of RGB (Red+Green+Blue) = 135+39+3=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #872703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872703 is #78D8FC. Grayscale: #3F3F3F. Windows color (decimal): -7919869 or 206727. OLE color: 206727.
HSL color Cylindrical-coordinate representation of color #872703: hue angle of 16.36º 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 #872703 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.47 |
| HSL | 16.36º | 0.96% | 0.27% | - |
| HSV(B) | 16.36º | 0.98% | 0.53% | - |
| XYZ | 10.73 | 6.61 | 0.8 | - |
| YUV | 63.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 3 | 0 | 0.71 | 0.98 | 0.47 | 16.36 | 0.96 | 0.27 |
| Hex | 87 | 27 | 3 | 0 | 47 | 62 | 2F | 10 | 60 | 1B |
| Octal | 207 | 47 | 3 | 0 | 107 | 142 | 57 | 20 | 140 | 33 |
| Binary | 10000111 | 100111 | 11 | 0 | 1000111 | 1100010 | 101111 | 10000 | 1100000 | 11011 |
Color Harmonies of #872703
Complementary color
Monochromatic Colors of #872703
Black with #872703
Text Example
Text Example
White with #872703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872703; }
p { color: rgb(135,39,3); }
H1.HeaderClassName
{
color: #872703;
}
.AnyTagClassName
{
color: #872703;
}
</style>
background-color css
<style>
a { background-color: #872703; }
a { background-color: rgb(135,39,3); }
div.DivClassName
{
background-color: #872703;
}
.BgClassName
{
background-color: #872703;
}
</style>
border-color css
<style>
span { border-color: #872703; }
span { border-color: rgb(135,39,3); }
td.TdClassName
{
border-color: #872703;
}
.TagClassName
{
border-color: #872703;
}
</style>