Shades of Matrix #87463F
Tints of Matrix #87463F
RGB
CMYK
RGB Variations
Color information
#87463F (or 0x87463F) is known color: Matrix. HEX triplet: 87, 46 and 3F. RGB value is (135,70,63). Sum of RGB (Red+Green+Blue) = 135+70+63=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87463F is #78B9C0. Grayscale: #585858. Windows color (decimal): -7911873 or 4146823. OLE color: 4146823.
HSL color Cylindrical-coordinate representation of color #87463F: hue angle of 5.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87463F is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 63 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.47 |
| HSL | 5.83º | 0.36% | 0.39% | - |
| HSV(B) | 5.83º | 0.53% | 0.53% | - |
| XYZ | 13.08 | 9.89 | 5.92 | - |
| YUV | 88.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 63 | 0 | 0.48 | 0.53 | 0.47 | 5.83 | 0.36 | 0.39 |
| Hex | 87 | 46 | 3F | 0 | 30 | 35 | 2F | 6 | 24 | 27 |
| Octal | 207 | 106 | 77 | 0 | 60 | 65 | 57 | 6 | 44 | 47 |
| Binary | 10000111 | 1000110 | 111111 | 0 | 110000 | 110101 | 101111 | 110 | 100100 | 100111 |
Color Harmonies of #87463F
Complementary color
Monochromatic Colors of #87463F
Black with #87463F
Text Example
Text Example
White with #87463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87463F; }
p { color: rgb(135,70,63); }
H1.HeaderClassName
{
color: #87463F;
}
.AnyTagClassName
{
color: #87463F;
}
</style>
background-color css
<style>
a { background-color: #87463F; }
a { background-color: rgb(135,70,63); }
div.DivClassName
{
background-color: #87463F;
}
.BgClassName
{
background-color: #87463F;
}
</style>
border-color css
<style>
span { border-color: #87463F; }
span { border-color: rgb(135,70,63); }
td.TdClassName
{
border-color: #87463F;
}
.TagClassName
{
border-color: #87463F;
}
</style>