Shades of Matrix #924A45
Tints of Matrix #924A45
RGB
CMYK
RGB Variations
Color information
#924A45 (or 0x924A45) is known color: Matrix. HEX triplet: 92, 4A and 45. RGB value is (146,74,69). Sum of RGB (Red+Green+Blue) = 146+74+69=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #924A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A45 is #6DB5BA. Grayscale: #5F5F5F. Windows color (decimal): -7189947 or 4541074. OLE color: 4541074.
HSL color Cylindrical-coordinate representation of color #924A45: hue angle of 3.9º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #924A45 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 69 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.43 |
| HSL | 3.9º | 0.36% | 0.42% | - |
| HSV(B) | 3.9º | 0.53% | 0.57% | - |
| XYZ | 15.38 | 11.44 | 7.03 | - |
| YUV | 94.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 69 | 0 | 0.49 | 0.53 | 0.43 | 3.9 | 0.36 | 0.42 |
| Hex | 92 | 4A | 45 | 0 | 31 | 35 | 2B | 4 | 24 | 2A |
| Octal | 222 | 112 | 105 | 0 | 61 | 65 | 53 | 4 | 44 | 52 |
| Binary | 10010010 | 1001010 | 1000101 | 0 | 110001 | 110101 | 101011 | 100 | 100100 | 101010 |
Color Harmonies of #924A45
Complementary color
Monochromatic Colors of #924A45
Black with #924A45
Text Example
Text Example
White with #924A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A45; }
p { color: rgb(146,74,69); }
H1.HeaderClassName
{
color: #924A45;
}
.AnyTagClassName
{
color: #924A45;
}
</style>
background-color css
<style>
a { background-color: #924A45; }
a { background-color: rgb(146,74,69); }
div.DivClassName
{
background-color: #924A45;
}
.BgClassName
{
background-color: #924A45;
}
</style>
border-color css
<style>
span { border-color: #924A45; }
span { border-color: rgb(146,74,69); }
td.TdClassName
{
border-color: #924A45;
}
.TagClassName
{
border-color: #924A45;
}
</style>