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