Shades of Matrix #8A433F
Tints of Matrix #8A433F
RGB
CMYK
RGB Variations
Color information
#8A433F (or 0x8A433F) is known color: Matrix. HEX triplet: 8A, 43 and 3F. RGB value is (138,67,63). Sum of RGB (Red+Green+Blue) = 138+67+63=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A433F is #75BCC0. Grayscale: #575757. Windows color (decimal): -7716033 or 4146058. OLE color: 4146058.
HSL color Cylindrical-coordinate representation of color #8A433F: hue angle of 3.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A433F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 67 | 63 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.46 |
| HSL | 3.2º | 0.37% | 0.39% | - |
| HSV(B) | 3.2º | 0.54% | 0.54% | - |
| XYZ | 13.39 | 9.78 | 5.88 | - |
| YUV | 87.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 63 | 0 | 0.51 | 0.54 | 0.46 | 3.2 | 0.37 | 0.39 |
| Hex | 8A | 43 | 3F | 0 | 33 | 36 | 2E | 3 | 25 | 27 |
| Octal | 212 | 103 | 77 | 0 | 63 | 66 | 56 | 3 | 45 | 47 |
| Binary | 10001010 | 1000011 | 111111 | 0 | 110011 | 110110 | 101110 | 11 | 100101 | 100111 |
Color Harmonies of #8A433F
Complementary color
Monochromatic Colors of #8A433F
Black with #8A433F
Text Example
Text Example
White with #8A433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A433F; }
p { color: rgb(138,67,63); }
H1.HeaderClassName
{
color: #8A433F;
}
.AnyTagClassName
{
color: #8A433F;
}
</style>
background-color css
<style>
a { background-color: #8A433F; }
a { background-color: rgb(138,67,63); }
div.DivClassName
{
background-color: #8A433F;
}
.BgClassName
{
background-color: #8A433F;
}
</style>
border-color css
<style>
span { border-color: #8A433F; }
span { border-color: rgb(138,67,63); }
td.TdClassName
{
border-color: #8A433F;
}
.TagClassName
{
border-color: #8A433F;
}
</style>