Shades of Matrix #884141
Tints of Matrix #884141
RGB
CMYK
RGB Variations
Color information
#884141 (or 0x884141) is known color: Matrix. HEX triplet: 88, 41 and 41. RGB value is (136,65,65). Sum of RGB (Red+Green+Blue) = 136+65+65=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #884141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884141 is #77BEBE. Grayscale: #565656. Windows color (decimal): -7847615 or 4276616. OLE color: 4276616.
HSL color Cylindrical-coordinate representation of color #884141: hue angle of 0º 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 #884141 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 65 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.47 |
| HSL | 0º | 0.35% | 0.39% | - |
| HSV(B) | 0º | 0.52% | 0.53% | - |
| XYZ | 13 | 9.4 | 6.13 | - |
| YUV | 86.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 65 | 0 | 0.52 | 0.52 | 0.47 | 0 | 0.35 | 0.39 |
| Hex | 88 | 41 | 41 | 0 | 34 | 34 | 2F | 0 | 23 | 27 |
| Octal | 210 | 101 | 101 | 0 | 64 | 64 | 57 | 0 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1000001 | 0 | 110100 | 110100 | 101111 | 0 | 100011 | 100111 |
Color Harmonies of #884141
Complementary color
Monochromatic Colors of #884141
Black with #884141
Text Example
Text Example
White with #884141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884141; }
p { color: rgb(136,65,65); }
H1.HeaderClassName
{
color: #884141;
}
.AnyTagClassName
{
color: #884141;
}
</style>
background-color css
<style>
a { background-color: #884141; }
a { background-color: rgb(136,65,65); }
div.DivClassName
{
background-color: #884141;
}
.BgClassName
{
background-color: #884141;
}
</style>
border-color css
<style>
span { border-color: #884141; }
span { border-color: rgb(136,65,65); }
td.TdClassName
{
border-color: #884141;
}
.TagClassName
{
border-color: #884141;
}
</style>