Shades of Matrix #884241
Tints of Matrix #884241
RGB
CMYK
RGB Variations
Color information
#884241 (or 0x884241) is known color: Matrix. HEX triplet: 88, 42 and 41. RGB value is (136,66,65). Sum of RGB (Red+Green+Blue) = 136+66+65=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #884241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884241 is #77BDBE. Grayscale: #565656. Windows color (decimal): -7847359 or 4276872. OLE color: 4276872.
HSL color Cylindrical-coordinate representation of color #884241: hue angle of 0.85º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884241 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 65 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.47 |
| HSL | 0.85º | 0.35% | 0.39% | - |
| HSV(B) | 0.85º | 0.52% | 0.53% | - |
| XYZ | 13.06 | 9.51 | 6.15 | - |
| YUV | 86.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 65 | 0 | 0.51 | 0.52 | 0.47 | 0.85 | 0.35 | 0.39 |
| Hex | 88 | 42 | 41 | 0 | 33 | 34 | 2F | 1 | 23 | 27 |
| Octal | 210 | 102 | 101 | 0 | 63 | 64 | 57 | 1 | 43 | 47 |
| Binary | 10001000 | 1000010 | 1000001 | 0 | 110011 | 110100 | 101111 | 1 | 100011 | 100111 |
Color Harmonies of #884241
Complementary color
Monochromatic Colors of #884241
Black with #884241
Text Example
Text Example
White with #884241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884241; }
p { color: rgb(136,66,65); }
H1.HeaderClassName
{
color: #884241;
}
.AnyTagClassName
{
color: #884241;
}
</style>
background-color css
<style>
a { background-color: #884241; }
a { background-color: rgb(136,66,65); }
div.DivClassName
{
background-color: #884241;
}
.BgClassName
{
background-color: #884241;
}
</style>
border-color css
<style>
span { border-color: #884241; }
span { border-color: rgb(136,66,65); }
td.TdClassName
{
border-color: #884241;
}
.TagClassName
{
border-color: #884241;
}
</style>