Shades of Matrix #924C48
Tints of Matrix #924C48
RGB
CMYK
RGB Variations
Color information
#924C48 (or 0x924C48) is known color: Matrix. HEX triplet: 92, 4C and 48. RGB value is (146,76,72). Sum of RGB (Red+Green+Blue) = 146+76+72=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #924C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C48 is #6DB3B7. Grayscale: #606060. Windows color (decimal): -7189432 or 4738194. OLE color: 4738194.
HSL color Cylindrical-coordinate representation of color #924C48: hue angle of 3.24º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924C48 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 72 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.43 |
| HSL | 3.24º | 0.34% | 0.43% | - |
| HSV(B) | 3.24º | 0.51% | 0.57% | - |
| XYZ | 15.61 | 11.75 | 7.58 | - |
| YUV | 96.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 72 | 0 | 0.48 | 0.51 | 0.43 | 3.24 | 0.34 | 0.43 |
| Hex | 92 | 4C | 48 | 0 | 30 | 33 | 2B | 3 | 22 | 2B |
| Octal | 222 | 114 | 110 | 0 | 60 | 63 | 53 | 3 | 42 | 53 |
| Binary | 10010010 | 1001100 | 1001000 | 0 | 110000 | 110011 | 101011 | 11 | 100010 | 101011 |
Color Harmonies of #924C48
Complementary color
Monochromatic Colors of #924C48
Black with #924C48
Text Example
Text Example
White with #924C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C48; }
p { color: rgb(146,76,72); }
H1.HeaderClassName
{
color: #924C48;
}
.AnyTagClassName
{
color: #924C48;
}
</style>
background-color css
<style>
a { background-color: #924C48; }
a { background-color: rgb(146,76,72); }
div.DivClassName
{
background-color: #924C48;
}
.BgClassName
{
background-color: #924C48;
}
</style>
border-color css
<style>
span { border-color: #924C48; }
span { border-color: rgb(146,76,72); }
td.TdClassName
{
border-color: #924C48;
}
.TagClassName
{
border-color: #924C48;
}
</style>