Shades of Matrix #884242
Tints of Matrix #884242
RGB
CMYK
RGB Variations
Color information
#884242 (or 0x884242) is known color: Matrix. HEX triplet: 88, 42 and 42. RGB value is (136,66,66). Sum of RGB (Red+Green+Blue) = 136+66+66=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884242 is #77BDBD. Grayscale: #575757. Windows color (decimal): -7847358 or 4342408. OLE color: 4342408.
HSL color Cylindrical-coordinate representation of color #884242: hue angle of 0º degrees, saturation: 0.35, 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 #884242 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 66 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.47 |
| HSL | 0º | 0.35% | 0.4% | - |
| HSV(B) | 0º | 0.51% | 0.53% | - |
| XYZ | 13.08 | 9.52 | 6.3 | - |
| YUV | 86.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 66 | 0 | 0.51 | 0.51 | 0.47 | 0 | 0.35 | 0.4 |
| Hex | 88 | 42 | 42 | 0 | 33 | 33 | 2F | 0 | 23 | 28 |
| Octal | 210 | 102 | 102 | 0 | 63 | 63 | 57 | 0 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1000010 | 0 | 110011 | 110011 | 101111 | 0 | 100011 | 101000 |
Color Harmonies of #884242
Complementary color
Monochromatic Colors of #884242
Black with #884242
Text Example
Text Example
White with #884242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884242; }
p { color: rgb(136,66,66); }
H1.HeaderClassName
{
color: #884242;
}
.AnyTagClassName
{
color: #884242;
}
</style>
background-color css
<style>
a { background-color: #884242; }
a { background-color: rgb(136,66,66); }
div.DivClassName
{
background-color: #884242;
}
.BgClassName
{
background-color: #884242;
}
</style>
border-color css
<style>
span { border-color: #884242; }
span { border-color: rgb(136,66,66); }
td.TdClassName
{
border-color: #884242;
}
.TagClassName
{
border-color: #884242;
}
</style>