Shades of Matrix #924A43
Tints of Matrix #924A43
RGB
CMYK
RGB Variations
Color information
#924A43 (or 0x924A43) is known color: Matrix. HEX triplet: 92, 4A and 43. RGB value is (146,74,67). Sum of RGB (Red+Green+Blue) = 146+74+67=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #924A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A43 is #6DB5BC. Grayscale: #5E5E5E. Windows color (decimal): -7189949 or 4410002. OLE color: 4410002.
HSL color Cylindrical-coordinate representation of color #924A43: hue angle of 5.32º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #924A43 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 67 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.43 |
| HSL | 5.32º | 0.37% | 0.42% | - |
| HSV(B) | 5.32º | 0.54% | 0.57% | - |
| XYZ | 15.32 | 11.41 | 6.71 | - |
| YUV | 94.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 67 | 0 | 0.49 | 0.54 | 0.43 | 5.32 | 0.37 | 0.42 |
| Hex | 92 | 4A | 43 | 0 | 31 | 36 | 2B | 5 | 25 | 2A |
| Octal | 222 | 112 | 103 | 0 | 61 | 66 | 53 | 5 | 45 | 52 |
| Binary | 10010010 | 1001010 | 1000011 | 0 | 110001 | 110110 | 101011 | 101 | 100101 | 101010 |
Color Harmonies of #924A43
Complementary color
Monochromatic Colors of #924A43
Black with #924A43
Text Example
Text Example
White with #924A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A43; }
p { color: rgb(146,74,67); }
H1.HeaderClassName
{
color: #924A43;
}
.AnyTagClassName
{
color: #924A43;
}
</style>
background-color css
<style>
a { background-color: #924A43; }
a { background-color: rgb(146,74,67); }
div.DivClassName
{
background-color: #924A43;
}
.BgClassName
{
background-color: #924A43;
}
</style>
border-color css
<style>
span { border-color: #924A43; }
span { border-color: rgb(146,74,67); }
td.TdClassName
{
border-color: #924A43;
}
.TagClassName
{
border-color: #924A43;
}
</style>