Shades of Matrix #884741
Tints of Matrix #884741
RGB
CMYK
RGB Variations
Color information
#884741 (or 0x884741) is known color: Matrix. HEX triplet: 88, 47 and 41. RGB value is (136,71,65). Sum of RGB (Red+Green+Blue) = 136+71+65=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884741 is #77B8BE. Grayscale: #595959. Windows color (decimal): -7846079 or 4278152. OLE color: 4278152.
HSL color Cylindrical-coordinate representation of color #884741: hue angle of 5.07º 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 #884741 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 65 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.47 |
| HSL | 5.07º | 0.35% | 0.39% | - |
| HSV(B) | 5.07º | 0.52% | 0.53% | - |
| XYZ | 13.36 | 10.12 | 6.25 | - |
| YUV | 89.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 65 | 0 | 0.48 | 0.52 | 0.47 | 5.07 | 0.35 | 0.39 |
| Hex | 88 | 47 | 41 | 0 | 30 | 34 | 2F | 5 | 23 | 27 |
| Octal | 210 | 107 | 101 | 0 | 60 | 64 | 57 | 5 | 43 | 47 |
| Binary | 10001000 | 1000111 | 1000001 | 0 | 110000 | 110100 | 101111 | 101 | 100011 | 100111 |
Color Harmonies of #884741
Complementary color
Monochromatic Colors of #884741
Black with #884741
Text Example
Text Example
White with #884741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884741; }
p { color: rgb(136,71,65); }
H1.HeaderClassName
{
color: #884741;
}
.AnyTagClassName
{
color: #884741;
}
</style>
background-color css
<style>
a { background-color: #884741; }
a { background-color: rgb(136,71,65); }
div.DivClassName
{
background-color: #884741;
}
.BgClassName
{
background-color: #884741;
}
</style>
border-color css
<style>
span { border-color: #884741; }
span { border-color: rgb(136,71,65); }
td.TdClassName
{
border-color: #884741;
}
.TagClassName
{
border-color: #884741;
}
</style>