Shades of Matrix #884A43
Tints of Matrix #884A43
RGB
CMYK
RGB Variations
Color information
#884A43 (or 0x884A43) is known color: Matrix. HEX triplet: 88, 4A and 43. RGB value is (136,74,67). Sum of RGB (Red+Green+Blue) = 136+74+67=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #884A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A43 is #77B5BC. Grayscale: #5B5B5B. Windows color (decimal): -7845309 or 4409992. OLE color: 4409992.
HSL color Cylindrical-coordinate representation of color #884A43: hue angle of 6.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884A43 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 67 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.47 |
| HSL | 6.09º | 0.34% | 0.4% | - |
| HSV(B) | 6.09º | 0.51% | 0.53% | - |
| XYZ | 13.62 | 10.54 | 6.63 | - |
| YUV | 91.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 67 | 0 | 0.46 | 0.51 | 0.47 | 6.09 | 0.34 | 0.4 |
| Hex | 88 | 4A | 43 | 0 | 2E | 33 | 2F | 6 | 22 | 28 |
| Octal | 210 | 112 | 103 | 0 | 56 | 63 | 57 | 6 | 42 | 50 |
| Binary | 10001000 | 1001010 | 1000011 | 0 | 101110 | 110011 | 101111 | 110 | 100010 | 101000 |
Color Harmonies of #884A43
Complementary color
Monochromatic Colors of #884A43
Black with #884A43
Text Example
Text Example
White with #884A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A43; }
p { color: rgb(136,74,67); }
H1.HeaderClassName
{
color: #884A43;
}
.AnyTagClassName
{
color: #884A43;
}
</style>
background-color css
<style>
a { background-color: #884A43; }
a { background-color: rgb(136,74,67); }
div.DivClassName
{
background-color: #884A43;
}
.BgClassName
{
background-color: #884A43;
}
</style>
border-color css
<style>
span { border-color: #884A43; }
span { border-color: rgb(136,74,67); }
td.TdClassName
{
border-color: #884A43;
}
.TagClassName
{
border-color: #884A43;
}
</style>