Shades of Matrix #8D483D
Tints of Matrix #8D483D
RGB
CMYK
RGB Variations
Color information
#8D483D (or 0x8D483D) is known color: Matrix. HEX triplet: 8D, 48 and 3D. RGB value is (141,72,61). Sum of RGB (Red+Green+Blue) = 141+72+61=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D483D is #72B7C2. Grayscale: #5B5B5B. Windows color (decimal): -7518147 or 4016269. OLE color: 4016269.
HSL color Cylindrical-coordinate representation of color #8D483D: hue angle of 8.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D483D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 61 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.45 |
| HSL | 8.25º | 0.4% | 0.4% | - |
| HSV(B) | 8.25º | 0.57% | 0.55% | - |
| XYZ | 14.14 | 10.63 | 5.72 | - |
| YUV | 91.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 61 | 0 | 0.49 | 0.57 | 0.45 | 8.25 | 0.4 | 0.4 |
| Hex | 8D | 48 | 3D | 0 | 31 | 39 | 2D | 8 | 28 | 28 |
| Octal | 215 | 110 | 75 | 0 | 61 | 71 | 55 | 10 | 50 | 50 |
| Binary | 10001101 | 1001000 | 111101 | 0 | 110001 | 111001 | 101101 | 1000 | 101000 | 101000 |
Color Harmonies of #8D483D
Complementary color
Monochromatic Colors of #8D483D
Black with #8D483D
Text Example
Text Example
White with #8D483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D483D; }
p { color: rgb(141,72,61); }
H1.HeaderClassName
{
color: #8D483D;
}
.AnyTagClassName
{
color: #8D483D;
}
</style>
background-color css
<style>
a { background-color: #8D483D; }
a { background-color: rgb(141,72,61); }
div.DivClassName
{
background-color: #8D483D;
}
.BgClassName
{
background-color: #8D483D;
}
</style>
border-color css
<style>
span { border-color: #8D483D; }
span { border-color: rgb(141,72,61); }
td.TdClassName
{
border-color: #8D483D;
}
.TagClassName
{
border-color: #8D483D;
}
</style>