Shades of Matrix #874241
Tints of Matrix #874241
RGB
CMYK
RGB Variations
Color information
#874241 (or 0x874241) is known color: Matrix. HEX triplet: 87, 42 and 41. RGB value is (135,66,65). Sum of RGB (Red+Green+Blue) = 135+66+65=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874241 is #78BDBE. Grayscale: #565656. Windows color (decimal): -7912895 or 4276871. OLE color: 4276871.
HSL color Cylindrical-coordinate representation of color #874241: hue angle of 0.86º 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 #874241 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 65 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.47 |
| HSL | 0.86º | 0.35% | 0.39% | - |
| HSV(B) | 0.86º | 0.52% | 0.53% | - |
| XYZ | 12.89 | 9.43 | 6.14 | - |
| YUV | 86.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 65 | 0 | 0.51 | 0.52 | 0.47 | 0.86 | 0.35 | 0.39 |
| Hex | 87 | 42 | 41 | 0 | 33 | 34 | 2F | 1 | 23 | 27 |
| Octal | 207 | 102 | 101 | 0 | 63 | 64 | 57 | 1 | 43 | 47 |
| Binary | 10000111 | 1000010 | 1000001 | 0 | 110011 | 110100 | 101111 | 1 | 100011 | 100111 |
Color Harmonies of #874241
Complementary color
Monochromatic Colors of #874241
Black with #874241
Text Example
Text Example
White with #874241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874241; }
p { color: rgb(135,66,65); }
H1.HeaderClassName
{
color: #874241;
}
.AnyTagClassName
{
color: #874241;
}
</style>
background-color css
<style>
a { background-color: #874241; }
a { background-color: rgb(135,66,65); }
div.DivClassName
{
background-color: #874241;
}
.BgClassName
{
background-color: #874241;
}
</style>
border-color css
<style>
span { border-color: #874241; }
span { border-color: rgb(135,66,65); }
td.TdClassName
{
border-color: #874241;
}
.TagClassName
{
border-color: #874241;
}
</style>