Shades of Matrix #8B4B40
Tints of Matrix #8B4B40
RGB
CMYK
RGB Variations
Color information
#8B4B40 (or 0x8B4B40) is known color: Matrix. HEX triplet: 8B, 4B and 40. RGB value is (139,75,64). Sum of RGB (Red+Green+Blue) = 139+75+64=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4B40 is #74B4BF. Grayscale: #5C5C5C. Windows color (decimal): -7648448 or 4213643. OLE color: 4213643.
HSL color Cylindrical-coordinate representation of color #8B4B40: hue angle of 8.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4B40 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 75 | 64 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.45 |
| HSL | 8.8º | 0.37% | 0.4% | - |
| HSV(B) | 8.8º | 0.54% | 0.55% | - |
| XYZ | 14.09 | 10.89 | 6.21 | - |
| YUV | 92.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 64 | 0 | 0.46 | 0.54 | 0.45 | 8.8 | 0.37 | 0.4 |
| Hex | 8B | 4B | 40 | 0 | 2E | 36 | 2D | 9 | 25 | 28 |
| Octal | 213 | 113 | 100 | 0 | 56 | 66 | 55 | 11 | 45 | 50 |
| Binary | 10001011 | 1001011 | 1000000 | 0 | 101110 | 110110 | 101101 | 1001 | 100101 | 101000 |
Color Harmonies of #8B4B40
Complementary color
Monochromatic Colors of #8B4B40
Black with #8B4B40
Text Example
Text Example
White with #8B4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4B40; }
p { color: rgb(139,75,64); }
H1.HeaderClassName
{
color: #8B4B40;
}
.AnyTagClassName
{
color: #8B4B40;
}
</style>
background-color css
<style>
a { background-color: #8B4B40; }
a { background-color: rgb(139,75,64); }
div.DivClassName
{
background-color: #8B4B40;
}
.BgClassName
{
background-color: #8B4B40;
}
</style>
border-color css
<style>
span { border-color: #8B4B40; }
span { border-color: rgb(139,75,64); }
td.TdClassName
{
border-color: #8B4B40;
}
.TagClassName
{
border-color: #8B4B40;
}
</style>