Shades of Matrix #884B44
Tints of Matrix #884B44
RGB
CMYK
RGB Variations
Color information
#884B44 (or 0x884B44) is known color: Matrix. HEX triplet: 88, 4B and 44. RGB value is (136,75,68). Sum of RGB (Red+Green+Blue) = 136+75+68=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #884B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B44 is #77B4BB. Grayscale: #5C5C5C. Windows color (decimal): -7845052 or 4475784. OLE color: 4475784.
HSL color Cylindrical-coordinate representation of color #884B44: hue angle of 6.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884B44 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 68 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.47 |
| HSL | 6.18º | 0.33% | 0.4% | - |
| HSV(B) | 6.18º | 0.5% | 0.53% | - |
| XYZ | 13.71 | 10.68 | 6.81 | - |
| YUV | 92.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 68 | 0 | 0.45 | 0.50 | 0.47 | 6.18 | 0.33 | 0.4 |
| Hex | 88 | 4B | 44 | 0 | 2D | 32 | 2F | 6 | 21 | 28 |
| Octal | 210 | 113 | 104 | 0 | 55 | 62 | 57 | 6 | 41 | 50 |
| Binary | 10001000 | 1001011 | 1000100 | 0 | 101101 | 110010 | 101111 | 110 | 100001 | 101000 |
Color Harmonies of #884B44
Complementary color
Monochromatic Colors of #884B44
Black with #884B44
Text Example
Text Example
White with #884B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B44; }
p { color: rgb(136,75,68); }
H1.HeaderClassName
{
color: #884B44;
}
.AnyTagClassName
{
color: #884B44;
}
</style>
background-color css
<style>
a { background-color: #884B44; }
a { background-color: rgb(136,75,68); }
div.DivClassName
{
background-color: #884B44;
}
.BgClassName
{
background-color: #884B44;
}
</style>
border-color css
<style>
span { border-color: #884B44; }
span { border-color: rgb(136,75,68); }
td.TdClassName
{
border-color: #884B44;
}
.TagClassName
{
border-color: #884B44;
}
</style>