Shades of Matrix #924A42
Tints of Matrix #924A42
RGB
CMYK
RGB Variations
Color information
#924A42 (or 0x924A42) is known color: Matrix. HEX triplet: 92, 4A and 42. RGB value is (146,74,66). Sum of RGB (Red+Green+Blue) = 146+74+66=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #924A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A42 is #6DB5BD. Grayscale: #5E5E5E. Windows color (decimal): -7189950 or 4344466. OLE color: 4344466.
HSL color Cylindrical-coordinate representation of color #924A42: hue angle of 6º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924A42 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 66 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.43 |
| HSL | 6º | 0.38% | 0.42% | - |
| HSV(B) | 6º | 0.55% | 0.57% | - |
| XYZ | 15.29 | 11.4 | 6.55 | - |
| YUV | 94.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 66 | 0 | 0.49 | 0.55 | 0.43 | 6 | 0.38 | 0.42 |
| Hex | 92 | 4A | 42 | 0 | 31 | 37 | 2B | 6 | 26 | 2A |
| Octal | 222 | 112 | 102 | 0 | 61 | 67 | 53 | 6 | 46 | 52 |
| Binary | 10010010 | 1001010 | 1000010 | 0 | 110001 | 110111 | 101011 | 110 | 100110 | 101010 |
Color Harmonies of #924A42
Complementary color
Monochromatic Colors of #924A42
Black with #924A42
Text Example
Text Example
White with #924A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A42; }
p { color: rgb(146,74,66); }
H1.HeaderClassName
{
color: #924A42;
}
.AnyTagClassName
{
color: #924A42;
}
</style>
background-color css
<style>
a { background-color: #924A42; }
a { background-color: rgb(146,74,66); }
div.DivClassName
{
background-color: #924A42;
}
.BgClassName
{
background-color: #924A42;
}
</style>
border-color css
<style>
span { border-color: #924A42; }
span { border-color: rgb(146,74,66); }
td.TdClassName
{
border-color: #924A42;
}
.TagClassName
{
border-color: #924A42;
}
</style>