Shades of Matrix #874843
Tints of Matrix #874843
RGB
CMYK
RGB Variations
Color information
#874843 (or 0x874843) is known color: Matrix. HEX triplet: 87, 48 and 43. RGB value is (135,72,67). Sum of RGB (Red+Green+Blue) = 135+72+67=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874843 is #78B7BC. Grayscale: #5A5A5A. Windows color (decimal): -7911357 or 4409479. OLE color: 4409479.
HSL color Cylindrical-coordinate representation of color #874843: hue angle of 4.41º 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 #874843 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 67 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.47 |
| HSL | 4.41º | 0.34% | 0.4% | - |
| HSV(B) | 4.41º | 0.5% | 0.53% | - |
| XYZ | 13.32 | 10.19 | 6.58 | - |
| YUV | 90.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 67 | 0 | 0.47 | 0.50 | 0.47 | 4.41 | 0.34 | 0.4 |
| Hex | 87 | 48 | 43 | 0 | 2F | 32 | 2F | 4 | 22 | 28 |
| Octal | 207 | 110 | 103 | 0 | 57 | 62 | 57 | 4 | 42 | 50 |
| Binary | 10000111 | 1001000 | 1000011 | 0 | 101111 | 110010 | 101111 | 100 | 100010 | 101000 |
Color Harmonies of #874843
Complementary color
Monochromatic Colors of #874843
Black with #874843
Text Example
Text Example
White with #874843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874843; }
p { color: rgb(135,72,67); }
H1.HeaderClassName
{
color: #874843;
}
.AnyTagClassName
{
color: #874843;
}
</style>
background-color css
<style>
a { background-color: #874843; }
a { background-color: rgb(135,72,67); }
div.DivClassName
{
background-color: #874843;
}
.BgClassName
{
background-color: #874843;
}
</style>
border-color css
<style>
span { border-color: #874843; }
span { border-color: rgb(135,72,67); }
td.TdClassName
{
border-color: #874843;
}
.TagClassName
{
border-color: #874843;
}
</style>