Shades of Matrix #874543
Tints of Matrix #874543
RGB
CMYK
RGB Variations
Color information
#874543 (or 0x874543) is known color: Matrix. HEX triplet: 87, 45 and 43. RGB value is (135,69,67). Sum of RGB (Red+Green+Blue) = 135+69+67=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874543 is #78BABC. Grayscale: #585858. Windows color (decimal): -7912125 or 4408711. OLE color: 4408711.
HSL color Cylindrical-coordinate representation of color #874543: hue angle of 1.76º 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 #874543 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 67 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.47 |
| HSL | 1.76º | 0.34% | 0.4% | - |
| HSV(B) | 1.76º | 0.5% | 0.53% | - |
| XYZ | 13.13 | 9.81 | 6.51 | - |
| YUV | 88.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 67 | 0 | 0.49 | 0.50 | 0.47 | 1.76 | 0.34 | 0.4 |
| Hex | 87 | 45 | 43 | 0 | 31 | 32 | 2F | 2 | 22 | 28 |
| Octal | 207 | 105 | 103 | 0 | 61 | 62 | 57 | 2 | 42 | 50 |
| Binary | 10000111 | 1000101 | 1000011 | 0 | 110001 | 110010 | 101111 | 10 | 100010 | 101000 |
Color Harmonies of #874543
Complementary color
Monochromatic Colors of #874543
Black with #874543
Text Example
Text Example
White with #874543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874543; }
p { color: rgb(135,69,67); }
H1.HeaderClassName
{
color: #874543;
}
.AnyTagClassName
{
color: #874543;
}
</style>
background-color css
<style>
a { background-color: #874543; }
a { background-color: rgb(135,69,67); }
div.DivClassName
{
background-color: #874543;
}
.BgClassName
{
background-color: #874543;
}
</style>
border-color css
<style>
span { border-color: #874543; }
span { border-color: rgb(135,69,67); }
td.TdClassName
{
border-color: #874543;
}
.TagClassName
{
border-color: #874543;
}
</style>