Shades of Matrix #924848
Tints of Matrix #924848
RGB
CMYK
RGB Variations
Color information
#924848 (or 0x924848) is known color: Matrix. HEX triplet: 92, 48 and 48. RGB value is (146,72,72). Sum of RGB (Red+Green+Blue) = 146+72+72=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #924848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924848 is #6DB7B7. Grayscale: #5E5E5E. Windows color (decimal): -7190456 or 4737170. OLE color: 4737170.
HSL color Cylindrical-coordinate representation of color #924848: hue angle of 0º 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 #924848 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 72 | 72 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.43 |
| HSL | 0º | 0.34% | 0.43% | - |
| HSV(B) | 0º | 0.51% | 0.57% | - |
| XYZ | 15.34 | 11.21 | 7.49 | - |
| YUV | 94.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 72 | 0 | 0.51 | 0.51 | 0.43 | 0 | 0.34 | 0.43 |
| Hex | 92 | 48 | 48 | 0 | 33 | 33 | 2B | 0 | 22 | 2B |
| Octal | 222 | 110 | 110 | 0 | 63 | 63 | 53 | 0 | 42 | 53 |
| Binary | 10010010 | 1001000 | 1001000 | 0 | 110011 | 110011 | 101011 | 0 | 100010 | 101011 |
Color Harmonies of #924848
Complementary color
Monochromatic Colors of #924848
Black with #924848
Text Example
Text Example
White with #924848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924848; }
p { color: rgb(146,72,72); }
H1.HeaderClassName
{
color: #924848;
}
.AnyTagClassName
{
color: #924848;
}
</style>
background-color css
<style>
a { background-color: #924848; }
a { background-color: rgb(146,72,72); }
div.DivClassName
{
background-color: #924848;
}
.BgClassName
{
background-color: #924848;
}
</style>
border-color css
<style>
span { border-color: #924848; }
span { border-color: rgb(146,72,72); }
td.TdClassName
{
border-color: #924848;
}
.TagClassName
{
border-color: #924848;
}
</style>