Shades of Matrix #874444
Tints of Matrix #874444
RGB
CMYK
RGB Variations
Color information
#874444 (or 0x874444) is known color: Matrix. HEX triplet: 87, 44 and 44. RGB value is (135,68,68). Sum of RGB (Red+Green+Blue) = 135+68+68=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874444 is #78BBBB. Grayscale: #585858. Windows color (decimal): -7912380 or 4473991. OLE color: 4473991.
HSL color Cylindrical-coordinate representation of color #874444: hue angle of 0º degrees, saturation: 0.33, 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 #874444 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 68 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.47 |
| HSL | 0º | 0.33% | 0.4% | - |
| HSV(B) | 0º | 0.5% | 0.53% | - |
| XYZ | 13.1 | 9.7 | 6.65 | - |
| YUV | 88.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 68 | 0 | 0.50 | 0.50 | 0.47 | 0 | 0.33 | 0.4 |
| Hex | 87 | 44 | 44 | 0 | 32 | 32 | 2F | 0 | 21 | 28 |
| Octal | 207 | 104 | 104 | 0 | 62 | 62 | 57 | 0 | 41 | 50 |
| Binary | 10000111 | 1000100 | 1000100 | 0 | 110010 | 110010 | 101111 | 0 | 100001 | 101000 |
Color Harmonies of #874444
Complementary color
Monochromatic Colors of #874444
Black with #874444
Text Example
Text Example
White with #874444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874444; }
p { color: rgb(135,68,68); }
H1.HeaderClassName
{
color: #874444;
}
.AnyTagClassName
{
color: #874444;
}
</style>
background-color css
<style>
a { background-color: #874444; }
a { background-color: rgb(135,68,68); }
div.DivClassName
{
background-color: #874444;
}
.BgClassName
{
background-color: #874444;
}
</style>
border-color css
<style>
span { border-color: #874444; }
span { border-color: rgb(135,68,68); }
td.TdClassName
{
border-color: #874444;
}
.TagClassName
{
border-color: #874444;
}
</style>