Shades of Matrix #8F4641
Tints of Matrix #8F4641
RGB
CMYK
RGB Variations
Color information
#8F4641 (or 0x8F4641) is known color: Matrix. HEX triplet: 8F, 46 and 41. RGB value is (143,70,65). Sum of RGB (Red+Green+Blue) = 143+70+65=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4641 is #70B9BE. Grayscale: #5B5B5B. Windows color (decimal): -7387583 or 4277903. OLE color: 4277903.
HSL color Cylindrical-coordinate representation of color #8F4641: hue angle of 3.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4641 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 65 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.44 |
| HSL | 3.85º | 0.38% | 0.41% | - |
| HSV(B) | 3.85º | 0.55% | 0.56% | - |
| XYZ | 14.47 | 10.6 | 6.28 | - |
| YUV | 91.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 65 | 0 | 0.51 | 0.55 | 0.44 | 3.85 | 0.38 | 0.41 |
| Hex | 8F | 46 | 41 | 0 | 33 | 37 | 2C | 4 | 26 | 29 |
| Octal | 217 | 106 | 101 | 0 | 63 | 67 | 54 | 4 | 46 | 51 |
| Binary | 10001111 | 1000110 | 1000001 | 0 | 110011 | 110111 | 101100 | 100 | 100110 | 101001 |
Color Harmonies of #8F4641
Complementary color
Monochromatic Colors of #8F4641
Black with #8F4641
Text Example
Text Example
White with #8F4641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4641; }
p { color: rgb(143,70,65); }
H1.HeaderClassName
{
color: #8F4641;
}
.AnyTagClassName
{
color: #8F4641;
}
</style>
background-color css
<style>
a { background-color: #8F4641; }
a { background-color: rgb(143,70,65); }
div.DivClassName
{
background-color: #8F4641;
}
.BgClassName
{
background-color: #8F4641;
}
</style>
border-color css
<style>
span { border-color: #8F4641; }
span { border-color: rgb(143,70,65); }
td.TdClassName
{
border-color: #8F4641;
}
.TagClassName
{
border-color: #8F4641;
}
</style>