Shades of Matrix #8B4842
Tints of Matrix #8B4842
RGB
CMYK
RGB Variations
Color information
#8B4842 (or 0x8B4842) is known color: Matrix. HEX triplet: 8B, 48 and 42. RGB value is (139,72,66). Sum of RGB (Red+Green+Blue) = 139+72+66=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4842 is #74B7BD. Grayscale: #5B5B5B. Windows color (decimal): -7649214 or 4343947. OLE color: 4343947.
HSL color Cylindrical-coordinate representation of color #8B4842: hue angle of 4.93º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4842 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 66 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.45 |
| HSL | 4.93º | 0.36% | 0.4% | - |
| HSV(B) | 4.93º | 0.53% | 0.55% | - |
| XYZ | 13.95 | 10.52 | 6.45 | - |
| YUV | 91.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 66 | 0 | 0.48 | 0.53 | 0.45 | 4.93 | 0.36 | 0.4 |
| Hex | 8B | 48 | 42 | 0 | 30 | 35 | 2D | 5 | 24 | 28 |
| Octal | 213 | 110 | 102 | 0 | 60 | 65 | 55 | 5 | 44 | 50 |
| Binary | 10001011 | 1001000 | 1000010 | 0 | 110000 | 110101 | 101101 | 101 | 100100 | 101000 |
Color Harmonies of #8B4842
Complementary color
Monochromatic Colors of #8B4842
Black with #8B4842
Text Example
Text Example
White with #8B4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4842; }
p { color: rgb(139,72,66); }
H1.HeaderClassName
{
color: #8B4842;
}
.AnyTagClassName
{
color: #8B4842;
}
</style>
background-color css
<style>
a { background-color: #8B4842; }
a { background-color: rgb(139,72,66); }
div.DivClassName
{
background-color: #8B4842;
}
.BgClassName
{
background-color: #8B4842;
}
</style>
border-color css
<style>
span { border-color: #8B4842; }
span { border-color: rgb(139,72,66); }
td.TdClassName
{
border-color: #8B4842;
}
.TagClassName
{
border-color: #8B4842;
}
</style>