Shades of Matrix #874644
Tints of Matrix #874644
RGB
CMYK
RGB Variations
Color information
#874644 (or 0x874644) is known color: Matrix. HEX triplet: 87, 46 and 44. RGB value is (135,70,68). Sum of RGB (Red+Green+Blue) = 135+70+68=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874644 is #78B9BB. Grayscale: #595959. Windows color (decimal): -7911868 or 4474503. OLE color: 4474503.
HSL color Cylindrical-coordinate representation of color #874644: hue angle of 1.79º degrees, saturation: 0.33, 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 #874644 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 68 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.47 |
| HSL | 1.79º | 0.33% | 0.4% | - |
| HSV(B) | 1.79º | 0.5% | 0.53% | - |
| XYZ | 13.23 | 9.95 | 6.69 | - |
| YUV | 89.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 68 | 0 | 0.48 | 0.50 | 0.47 | 1.79 | 0.33 | 0.4 |
| Hex | 87 | 46 | 44 | 0 | 30 | 32 | 2F | 2 | 21 | 28 |
| Octal | 207 | 106 | 104 | 0 | 60 | 62 | 57 | 2 | 41 | 50 |
| Binary | 10000111 | 1000110 | 1000100 | 0 | 110000 | 110010 | 101111 | 10 | 100001 | 101000 |
Color Harmonies of #874644
Complementary color
Monochromatic Colors of #874644
Black with #874644
Text Example
Text Example
White with #874644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874644; }
p { color: rgb(135,70,68); }
H1.HeaderClassName
{
color: #874644;
}
.AnyTagClassName
{
color: #874644;
}
</style>
background-color css
<style>
a { background-color: #874644; }
a { background-color: rgb(135,70,68); }
div.DivClassName
{
background-color: #874644;
}
.BgClassName
{
background-color: #874644;
}
</style>
border-color css
<style>
span { border-color: #874644; }
span { border-color: rgb(135,70,68); }
td.TdClassName
{
border-color: #874644;
}
.TagClassName
{
border-color: #874644;
}
</style>