Shades of Matrix #88483F
Tints of Matrix #88483F
RGB
CMYK
RGB Variations
Color information
#88483F (or 0x88483F) is known color: Matrix. HEX triplet: 88, 48 and 3F. RGB value is (136,72,63). Sum of RGB (Red+Green+Blue) = 136+72+63=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88483F is #77B7C0. Grayscale: #5A5A5A. Windows color (decimal): -7845825 or 4147336. OLE color: 4147336.
HSL color Cylindrical-coordinate representation of color #88483F: hue angle of 7.4º 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 #88483F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 63 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.47 |
| HSL | 7.4º | 0.37% | 0.39% | - |
| HSV(B) | 7.4º | 0.54% | 0.53% | - |
| XYZ | 13.37 | 10.23 | 5.97 | - |
| YUV | 90.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 63 | 0 | 0.47 | 0.54 | 0.47 | 7.4 | 0.37 | 0.39 |
| Hex | 88 | 48 | 3F | 0 | 2F | 36 | 2F | 7 | 25 | 27 |
| Octal | 210 | 110 | 77 | 0 | 57 | 66 | 57 | 7 | 45 | 47 |
| Binary | 10001000 | 1001000 | 111111 | 0 | 101111 | 110110 | 101111 | 111 | 100101 | 100111 |
Color Harmonies of #88483F
Complementary color
Monochromatic Colors of #88483F
Black with #88483F
Text Example
Text Example
White with #88483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88483F; }
p { color: rgb(136,72,63); }
H1.HeaderClassName
{
color: #88483F;
}
.AnyTagClassName
{
color: #88483F;
}
</style>
background-color css
<style>
a { background-color: #88483F; }
a { background-color: rgb(136,72,63); }
div.DivClassName
{
background-color: #88483F;
}
.BgClassName
{
background-color: #88483F;
}
</style>
border-color css
<style>
span { border-color: #88483F; }
span { border-color: rgb(136,72,63); }
td.TdClassName
{
border-color: #88483F;
}
.TagClassName
{
border-color: #88483F;
}
</style>