Shades of Matrix #924949
Tints of Matrix #924949
RGB
CMYK
RGB Variations
Color information
#924949 (or 0x924949) is known color: Matrix. HEX triplet: 92, 49 and 49. RGB value is (146,73,73). Sum of RGB (Red+Green+Blue) = 146+73+73=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #924949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924949 is #6DB6B6. Grayscale: #5E5E5E. Windows color (decimal): -7190199 or 4802962. OLE color: 4802962.
HSL color Cylindrical-coordinate representation of color #924949: hue angle of 0º 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 #924949 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 73 | 73 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.43 |
| HSL | 0º | 0.33% | 0.43% | - |
| HSV(B) | 0º | 0.5% | 0.57% | - |
| XYZ | 15.44 | 11.36 | 7.68 | - |
| YUV | 94.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 73 | 0 | 0.5 | 0.5 | 0.43 | 0 | 0.33 | 0.43 |
| Hex | 92 | 49 | 49 | 0 | 32 | 32 | 2B | 0 | 21 | 2B |
| Octal | 222 | 111 | 111 | 0 | 62 | 62 | 53 | 0 | 41 | 53 |
| Binary | 10010010 | 1001001 | 1001001 | 0 | 110010 | 110010 | 101011 | 0 | 100001 | 101011 |
Color Harmonies of #924949
Complementary color
Monochromatic Colors of #924949
Black with #924949
Text Example
Text Example
White with #924949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924949; }
p { color: rgb(146,73,73); }
H1.HeaderClassName
{
color: #924949;
}
.AnyTagClassName
{
color: #924949;
}
</style>
background-color css
<style>
a { background-color: #924949; }
a { background-color: rgb(146,73,73); }
div.DivClassName
{
background-color: #924949;
}
.BgClassName
{
background-color: #924949;
}
</style>
border-color css
<style>
span { border-color: #924949; }
span { border-color: rgb(146,73,73); }
td.TdClassName
{
border-color: #924949;
}
.TagClassName
{
border-color: #924949;
}
</style>