Shades of Matrix #924A49
Tints of Matrix #924A49
RGB
CMYK
RGB Variations
Color information
#924A49 (or 0x924A49) is known color: Matrix. HEX triplet: 92, 4A and 49. RGB value is (146,74,73). Sum of RGB (Red+Green+Blue) = 146+74+73=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #924A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A49 is #6DB5B6. Grayscale: #5F5F5F. Windows color (decimal): -7189943 or 4803218. OLE color: 4803218.
HSL color Cylindrical-coordinate representation of color #924A49: hue angle of 0.82º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924A49 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 73 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.43 |
| HSL | 0.82º | 0.33% | 0.43% | - |
| HSV(B) | 0.82º | 0.5% | 0.57% | - |
| XYZ | 15.51 | 11.49 | 7.7 | - |
| YUV | 95.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 73 | 0 | 0.49 | 0.5 | 0.43 | 0.82 | 0.33 | 0.43 |
| Hex | 92 | 4A | 49 | 0 | 31 | 32 | 2B | 1 | 21 | 2B |
| Octal | 222 | 112 | 111 | 0 | 61 | 62 | 53 | 1 | 41 | 53 |
| Binary | 10010010 | 1001010 | 1001001 | 0 | 110001 | 110010 | 101011 | 1 | 100001 | 101011 |
Color Harmonies of #924A49
Complementary color
Monochromatic Colors of #924A49
Black with #924A49
Text Example
Text Example
White with #924A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A49; }
p { color: rgb(146,74,73); }
H1.HeaderClassName
{
color: #924A49;
}
.AnyTagClassName
{
color: #924A49;
}
</style>
background-color css
<style>
a { background-color: #924A49; }
a { background-color: rgb(146,74,73); }
div.DivClassName
{
background-color: #924A49;
}
.BgClassName
{
background-color: #924A49;
}
</style>
border-color css
<style>
span { border-color: #924A49; }
span { border-color: rgb(146,74,73); }
td.TdClassName
{
border-color: #924A49;
}
.TagClassName
{
border-color: #924A49;
}
</style>