Shades of Matrix #88463E
Tints of Matrix #88463E
RGB
CMYK
RGB Variations
Color information
#88463E (or 0x88463E) is known color: Matrix. HEX triplet: 88, 46 and 3E. RGB value is (136,70,62). Sum of RGB (Red+Green+Blue) = 136+70+62=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88463E is #77B9C1. Grayscale: #585858. Windows color (decimal): -7846338 or 4081288. OLE color: 4081288.
HSL color Cylindrical-coordinate representation of color #88463E: hue angle of 6.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88463E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 62 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.47 |
| HSL | 6.49º | 0.37% | 0.39% | - |
| HSV(B) | 6.49º | 0.54% | 0.53% | - |
| XYZ | 13.21 | 9.96 | 5.78 | - |
| YUV | 88.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 62 | 0 | 0.49 | 0.54 | 0.47 | 6.49 | 0.37 | 0.39 |
| Hex | 88 | 46 | 3E | 0 | 31 | 36 | 2F | 6 | 25 | 27 |
| Octal | 210 | 106 | 76 | 0 | 61 | 66 | 57 | 6 | 45 | 47 |
| Binary | 10001000 | 1000110 | 111110 | 0 | 110001 | 110110 | 101111 | 110 | 100101 | 100111 |
Color Harmonies of #88463E
Complementary color
Monochromatic Colors of #88463E
Black with #88463E
Text Example
Text Example
White with #88463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88463E; }
p { color: rgb(136,70,62); }
H1.HeaderClassName
{
color: #88463E;
}
.AnyTagClassName
{
color: #88463E;
}
</style>
background-color css
<style>
a { background-color: #88463E; }
a { background-color: rgb(136,70,62); }
div.DivClassName
{
background-color: #88463E;
}
.BgClassName
{
background-color: #88463E;
}
</style>
border-color css
<style>
span { border-color: #88463E; }
span { border-color: rgb(136,70,62); }
td.TdClassName
{
border-color: #88463E;
}
.TagClassName
{
border-color: #88463E;
}
</style>