Shades of Matrix #8F4544
Tints of Matrix #8F4544
RGB
CMYK
RGB Variations
Color information
#8F4544 (or 0x8F4544) is known color: Matrix. HEX triplet: 8F, 45 and 44. RGB value is (143,69,68). Sum of RGB (Red+Green+Blue) = 143+69+68=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4544 is #70BABB. Grayscale: #5B5B5B. Windows color (decimal): -7387836 or 4474255. OLE color: 4474255.
HSL color Cylindrical-coordinate representation of color #8F4544: hue angle of 0.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4544 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 68 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.44 |
| HSL | 0.8º | 0.36% | 0.41% | - |
| HSV(B) | 0.8º | 0.52% | 0.56% | - |
| XYZ | 14.5 | 10.51 | 6.73 | - |
| YUV | 91.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 68 | 0 | 0.52 | 0.52 | 0.44 | 0.8 | 0.36 | 0.41 |
| Hex | 8F | 45 | 44 | 0 | 34 | 34 | 2C | 1 | 24 | 29 |
| Octal | 217 | 105 | 104 | 0 | 64 | 64 | 54 | 1 | 44 | 51 |
| Binary | 10001111 | 1000101 | 1000100 | 0 | 110100 | 110100 | 101100 | 1 | 100100 | 101001 |
Color Harmonies of #8F4544
Complementary color
Monochromatic Colors of #8F4544
Black with #8F4544
Text Example
Text Example
White with #8F4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4544; }
p { color: rgb(143,69,68); }
H1.HeaderClassName
{
color: #8F4544;
}
.AnyTagClassName
{
color: #8F4544;
}
</style>
background-color css
<style>
a { background-color: #8F4544; }
a { background-color: rgb(143,69,68); }
div.DivClassName
{
background-color: #8F4544;
}
.BgClassName
{
background-color: #8F4544;
}
</style>
border-color css
<style>
span { border-color: #8F4544; }
span { border-color: rgb(143,69,68); }
td.TdClassName
{
border-color: #8F4544;
}
.TagClassName
{
border-color: #8F4544;
}
</style>