Shades of Matrix #884646
Tints of Matrix #884646
RGB
CMYK
RGB Variations
Color information
#884646 (or 0x884646) is known color: Matrix. HEX triplet: 88, 46 and 46. RGB value is (136,70,70). Sum of RGB (Red+Green+Blue) = 136+70+70=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884646 is #77B9B9. Grayscale: #595959. Windows color (decimal): -7846330 or 4605576. OLE color: 4605576.
HSL color Cylindrical-coordinate representation of color #884646: hue angle of 0º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884646 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 70 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.47 |
| HSL | 0º | 0.32% | 0.4% | - |
| HSV(B) | 0º | 0.49% | 0.53% | - |
| XYZ | 13.45 | 10.06 | 7.03 | - |
| YUV | 89.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 70 | 0 | 0.49 | 0.49 | 0.47 | 0 | 0.32 | 0.4 |
| Hex | 88 | 46 | 46 | 0 | 31 | 31 | 2F | 0 | 20 | 28 |
| Octal | 210 | 106 | 106 | 0 | 61 | 61 | 57 | 0 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1000110 | 0 | 110001 | 110001 | 101111 | 0 | 100000 | 101000 |
Color Harmonies of #884646
Complementary color
Monochromatic Colors of #884646
Black with #884646
Text Example
Text Example
White with #884646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884646; }
p { color: rgb(136,70,70); }
H1.HeaderClassName
{
color: #884646;
}
.AnyTagClassName
{
color: #884646;
}
</style>
background-color css
<style>
a { background-color: #884646; }
a { background-color: rgb(136,70,70); }
div.DivClassName
{
background-color: #884646;
}
.BgClassName
{
background-color: #884646;
}
</style>
border-color css
<style>
span { border-color: #884646; }
span { border-color: rgb(136,70,70); }
td.TdClassName
{
border-color: #884646;
}
.TagClassName
{
border-color: #884646;
}
</style>