Shades of Matrix #8A423E
Tints of Matrix #8A423E
RGB
CMYK
RGB Variations
Color information
#8A423E (or 0x8A423E) is known color: Matrix. HEX triplet: 8A, 42 and 3E. RGB value is (138,66,62). Sum of RGB (Red+Green+Blue) = 138+66+62=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A423E is #75BDC1. Grayscale: #575757. Windows color (decimal): -7716290 or 4080266. OLE color: 4080266.
HSL color Cylindrical-coordinate representation of color #8A423E: hue angle of 3.16º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A423E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 66 | 62 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.46 |
| HSL | 3.16º | 0.38% | 0.39% | - |
| HSV(B) | 3.16º | 0.55% | 0.54% | - |
| XYZ | 13.3 | 9.65 | 5.72 | - |
| YUV | 87.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 62 | 0 | 0.52 | 0.55 | 0.46 | 3.16 | 0.38 | 0.39 |
| Hex | 8A | 42 | 3E | 0 | 34 | 37 | 2E | 3 | 26 | 27 |
| Octal | 212 | 102 | 76 | 0 | 64 | 67 | 56 | 3 | 46 | 47 |
| Binary | 10001010 | 1000010 | 111110 | 0 | 110100 | 110111 | 101110 | 11 | 100110 | 100111 |
Color Harmonies of #8A423E
Complementary color
Monochromatic Colors of #8A423E
Black with #8A423E
Text Example
Text Example
White with #8A423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A423E; }
p { color: rgb(138,66,62); }
H1.HeaderClassName
{
color: #8A423E;
}
.AnyTagClassName
{
color: #8A423E;
}
</style>
background-color css
<style>
a { background-color: #8A423E; }
a { background-color: rgb(138,66,62); }
div.DivClassName
{
background-color: #8A423E;
}
.BgClassName
{
background-color: #8A423E;
}
</style>
border-color css
<style>
span { border-color: #8A423E; }
span { border-color: rgb(138,66,62); }
td.TdClassName
{
border-color: #8A423E;
}
.TagClassName
{
border-color: #8A423E;
}
</style>