Shades of Matrix #874441
Tints of Matrix #874441
RGB
CMYK
RGB Variations
Color information
#874441 (or 0x874441) is known color: Matrix. HEX triplet: 87, 44 and 41. RGB value is (135,68,65). Sum of RGB (Red+Green+Blue) = 135+68+65=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #874441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874441 is #78BBBE. Grayscale: #575757. Windows color (decimal): -7912383 or 4277383. OLE color: 4277383.
HSL color Cylindrical-coordinate representation of color #874441: hue angle of 2.57º 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 #874441 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 65 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.47 |
| HSL | 2.57º | 0.35% | 0.39% | - |
| HSV(B) | 2.57º | 0.52% | 0.53% | - |
| XYZ | 13.01 | 9.67 | 6.18 | - |
| YUV | 87.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 65 | 0 | 0.50 | 0.52 | 0.47 | 2.57 | 0.35 | 0.39 |
| Hex | 87 | 44 | 41 | 0 | 32 | 34 | 2F | 3 | 23 | 27 |
| Octal | 207 | 104 | 101 | 0 | 62 | 64 | 57 | 3 | 43 | 47 |
| Binary | 10000111 | 1000100 | 1000001 | 0 | 110010 | 110100 | 101111 | 11 | 100011 | 100111 |
Color Harmonies of #874441
Complementary color
Monochromatic Colors of #874441
Black with #874441
Text Example
Text Example
White with #874441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874441; }
p { color: rgb(135,68,65); }
H1.HeaderClassName
{
color: #874441;
}
.AnyTagClassName
{
color: #874441;
}
</style>
background-color css
<style>
a { background-color: #874441; }
a { background-color: rgb(135,68,65); }
div.DivClassName
{
background-color: #874441;
}
.BgClassName
{
background-color: #874441;
}
</style>
border-color css
<style>
span { border-color: #874441; }
span { border-color: rgb(135,68,65); }
td.TdClassName
{
border-color: #874441;
}
.TagClassName
{
border-color: #874441;
}
</style>