Shades of Matrix #874745
Tints of Matrix #874745
RGB
CMYK
RGB Variations
Color information
#874745 (or 0x874745) is known color: Matrix. HEX triplet: 87, 47 and 45. RGB value is (135,71,69). Sum of RGB (Red+Green+Blue) = 135+71+69=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874745 is #78B8BA. Grayscale: #595959. Windows color (decimal): -7911611 or 4540295. OLE color: 4540295.
HSL color Cylindrical-coordinate representation of color #874745: hue angle of 1.82º 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 #874745 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 71 | 69 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.47 |
| HSL | 1.82º | 0.32% | 0.4% | - |
| HSV(B) | 1.82º | 0.49% | 0.53% | - |
| XYZ | 13.32 | 10.09 | 6.88 | - |
| YUV | 89.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 69 | 0 | 0.47 | 0.49 | 0.47 | 1.82 | 0.32 | 0.4 |
| Hex | 87 | 47 | 45 | 0 | 2F | 31 | 2F | 2 | 20 | 28 |
| Octal | 207 | 107 | 105 | 0 | 57 | 61 | 57 | 2 | 40 | 50 |
| Binary | 10000111 | 1000111 | 1000101 | 0 | 101111 | 110001 | 101111 | 10 | 100000 | 101000 |
Color Harmonies of #874745
Complementary color
Monochromatic Colors of #874745
Black with #874745
Text Example
Text Example
White with #874745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874745; }
p { color: rgb(135,71,69); }
H1.HeaderClassName
{
color: #874745;
}
.AnyTagClassName
{
color: #874745;
}
</style>
background-color css
<style>
a { background-color: #874745; }
a { background-color: rgb(135,71,69); }
div.DivClassName
{
background-color: #874745;
}
.BgClassName
{
background-color: #874745;
}
</style>
border-color css
<style>
span { border-color: #874745; }
span { border-color: rgb(135,71,69); }
td.TdClassName
{
border-color: #874745;
}
.TagClassName
{
border-color: #874745;
}
</style>