Shades of Matrix #884742
Tints of Matrix #884742
RGB
CMYK
RGB Variations
Color information
#884742 (or 0x884742) is known color: Matrix. HEX triplet: 88, 47 and 42. RGB value is (136,71,66). Sum of RGB (Red+Green+Blue) = 136+71+66=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884742 is #77B8BD. Grayscale: #595959. Windows color (decimal): -7846078 or 4343688. OLE color: 4343688.
HSL color Cylindrical-coordinate representation of color #884742: hue angle of 4.29º 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 #884742 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 66 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.47 |
| HSL | 4.29º | 0.35% | 0.4% | - |
| HSV(B) | 4.29º | 0.51% | 0.53% | - |
| XYZ | 13.39 | 10.13 | 6.4 | - |
| YUV | 89.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 66 | 0 | 0.48 | 0.51 | 0.47 | 4.29 | 0.35 | 0.4 |
| Hex | 88 | 47 | 42 | 0 | 30 | 33 | 2F | 4 | 23 | 28 |
| Octal | 210 | 107 | 102 | 0 | 60 | 63 | 57 | 4 | 43 | 50 |
| Binary | 10001000 | 1000111 | 1000010 | 0 | 110000 | 110011 | 101111 | 100 | 100011 | 101000 |
Color Harmonies of #884742
Complementary color
Monochromatic Colors of #884742
Black with #884742
Text Example
Text Example
White with #884742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884742; }
p { color: rgb(136,71,66); }
H1.HeaderClassName
{
color: #884742;
}
.AnyTagClassName
{
color: #884742;
}
</style>
background-color css
<style>
a { background-color: #884742; }
a { background-color: rgb(136,71,66); }
div.DivClassName
{
background-color: #884742;
}
.BgClassName
{
background-color: #884742;
}
</style>
border-color css
<style>
span { border-color: #884742; }
span { border-color: rgb(136,71,66); }
td.TdClassName
{
border-color: #884742;
}
.TagClassName
{
border-color: #884742;
}
</style>