Shades of Matrix #8A4841
Tints of Matrix #8A4841
RGB
CMYK
RGB Variations
Color information
#8A4841 (or 0x8A4841) is known color: Matrix. HEX triplet: 8A, 48 and 41. RGB value is (138,72,65). Sum of RGB (Red+Green+Blue) = 138+72+65=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4841 is #75B7BE. Grayscale: #5B5B5B. Windows color (decimal): -7714751 or 4278410. OLE color: 4278410.
HSL color Cylindrical-coordinate representation of color #8A4841: hue angle of 5.75º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4841 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 65 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.46 |
| HSL | 5.75º | 0.36% | 0.4% | - |
| HSV(B) | 5.75º | 0.53% | 0.54% | - |
| XYZ | 13.75 | 10.42 | 6.29 | - |
| YUV | 90.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 65 | 0 | 0.48 | 0.53 | 0.46 | 5.75 | 0.36 | 0.4 |
| Hex | 8A | 48 | 41 | 0 | 30 | 35 | 2E | 6 | 24 | 28 |
| Octal | 212 | 110 | 101 | 0 | 60 | 65 | 56 | 6 | 44 | 50 |
| Binary | 10001010 | 1001000 | 1000001 | 0 | 110000 | 110101 | 101110 | 110 | 100100 | 101000 |
Color Harmonies of #8A4841
Complementary color
Monochromatic Colors of #8A4841
Black with #8A4841
Text Example
Text Example
White with #8A4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4841; }
p { color: rgb(138,72,65); }
H1.HeaderClassName
{
color: #8A4841;
}
.AnyTagClassName
{
color: #8A4841;
}
</style>
background-color css
<style>
a { background-color: #8A4841; }
a { background-color: rgb(138,72,65); }
div.DivClassName
{
background-color: #8A4841;
}
.BgClassName
{
background-color: #8A4841;
}
</style>
border-color css
<style>
span { border-color: #8A4841; }
span { border-color: rgb(138,72,65); }
td.TdClassName
{
border-color: #8A4841;
}
.TagClassName
{
border-color: #8A4841;
}
</style>