Shades of Matrix #874443
Tints of Matrix #874443
RGB
CMYK
RGB Variations
Color information
#874443 (or 0x874443) is known color: Matrix. HEX triplet: 87, 44 and 43. RGB value is (135,68,67). Sum of RGB (Red+Green+Blue) = 135+68+67=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874443 is #78BBBC. Grayscale: #575757. Windows color (decimal): -7912381 or 4408455. OLE color: 4408455.
HSL color Cylindrical-coordinate representation of color #874443: hue angle of 0.88º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874443 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 67 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.47 |
| HSL | 0.88º | 0.34% | 0.4% | - |
| HSV(B) | 0.88º | 0.5% | 0.53% | - |
| XYZ | 13.07 | 9.69 | 6.49 | - |
| YUV | 87.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 67 | 0 | 0.50 | 0.50 | 0.47 | 0.88 | 0.34 | 0.4 |
| Hex | 87 | 44 | 43 | 0 | 32 | 32 | 2F | 1 | 22 | 28 |
| Octal | 207 | 104 | 103 | 0 | 62 | 62 | 57 | 1 | 42 | 50 |
| Binary | 10000111 | 1000100 | 1000011 | 0 | 110010 | 110010 | 101111 | 1 | 100010 | 101000 |
Color Harmonies of #874443
Complementary color
Monochromatic Colors of #874443
Black with #874443
Text Example
Text Example
White with #874443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874443; }
p { color: rgb(135,68,67); }
H1.HeaderClassName
{
color: #874443;
}
.AnyTagClassName
{
color: #874443;
}
</style>
background-color css
<style>
a { background-color: #874443; }
a { background-color: rgb(135,68,67); }
div.DivClassName
{
background-color: #874443;
}
.BgClassName
{
background-color: #874443;
}
</style>
border-color css
<style>
span { border-color: #874443; }
span { border-color: rgb(135,68,67); }
td.TdClassName
{
border-color: #874443;
}
.TagClassName
{
border-color: #874443;
}
</style>