Shades of Matrix #8C443F
Tints of Matrix #8C443F
RGB
CMYK
RGB Variations
Color information
#8C443F (or 0x8C443F) is known color: Matrix. HEX triplet: 8C, 44 and 3F. RGB value is (140,68,63). Sum of RGB (Red+Green+Blue) = 140+68+63=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C443F is #73BBC0. Grayscale: #595959. Windows color (decimal): -7584705 or 4146316. OLE color: 4146316.
HSL color Cylindrical-coordinate representation of color #8C443F: hue angle of 3.9º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C443F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 63 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.45 |
| HSL | 3.9º | 0.38% | 0.4% | - |
| HSV(B) | 3.9º | 0.55% | 0.55% | - |
| XYZ | 13.78 | 10.07 | 5.92 | - |
| YUV | 88.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 63 | 0 | 0.51 | 0.55 | 0.45 | 3.9 | 0.38 | 0.4 |
| Hex | 8C | 44 | 3F | 0 | 33 | 37 | 2D | 4 | 26 | 28 |
| Octal | 214 | 104 | 77 | 0 | 63 | 67 | 55 | 4 | 46 | 50 |
| Binary | 10001100 | 1000100 | 111111 | 0 | 110011 | 110111 | 101101 | 100 | 100110 | 101000 |
Color Harmonies of #8C443F
Complementary color
Monochromatic Colors of #8C443F
Black with #8C443F
Text Example
Text Example
White with #8C443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C443F; }
p { color: rgb(140,68,63); }
H1.HeaderClassName
{
color: #8C443F;
}
.AnyTagClassName
{
color: #8C443F;
}
</style>
background-color css
<style>
a { background-color: #8C443F; }
a { background-color: rgb(140,68,63); }
div.DivClassName
{
background-color: #8C443F;
}
.BgClassName
{
background-color: #8C443F;
}
</style>
border-color css
<style>
span { border-color: #8C443F; }
span { border-color: rgb(140,68,63); }
td.TdClassName
{
border-color: #8C443F;
}
.TagClassName
{
border-color: #8C443F;
}
</style>