Shades of Matrix #8B4843
Tints of Matrix #8B4843
RGB
CMYK
RGB Variations
Color information
#8B4843 (or 0x8B4843) is known color: Matrix. HEX triplet: 8B, 48 and 43. RGB value is (139,72,67). Sum of RGB (Red+Green+Blue) = 139+72+67=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4843 is #74B7BC. Grayscale: #5B5B5B. Windows color (decimal): -7649213 or 4409483. OLE color: 4409483.
HSL color Cylindrical-coordinate representation of color #8B4843: hue angle of 4.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4843 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 67 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.45 |
| HSL | 4.17º | 0.35% | 0.4% | - |
| HSV(B) | 4.17º | 0.52% | 0.55% | - |
| XYZ | 13.98 | 10.53 | 6.61 | - |
| YUV | 91.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 67 | 0 | 0.48 | 0.52 | 0.45 | 4.17 | 0.35 | 0.4 |
| Hex | 8B | 48 | 43 | 0 | 30 | 34 | 2D | 4 | 23 | 28 |
| Octal | 213 | 110 | 103 | 0 | 60 | 64 | 55 | 4 | 43 | 50 |
| Binary | 10001011 | 1001000 | 1000011 | 0 | 110000 | 110100 | 101101 | 100 | 100011 | 101000 |
Color Harmonies of #8B4843
Complementary color
Monochromatic Colors of #8B4843
Black with #8B4843
Text Example
Text Example
White with #8B4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4843; }
p { color: rgb(139,72,67); }
H1.HeaderClassName
{
color: #8B4843;
}
.AnyTagClassName
{
color: #8B4843;
}
</style>
background-color css
<style>
a { background-color: #8B4843; }
a { background-color: rgb(139,72,67); }
div.DivClassName
{
background-color: #8B4843;
}
.BgClassName
{
background-color: #8B4843;
}
</style>
border-color css
<style>
span { border-color: #8B4843; }
span { border-color: rgb(139,72,67); }
td.TdClassName
{
border-color: #8B4843;
}
.TagClassName
{
border-color: #8B4843;
}
</style>