Shades of Matrix #914A43
Tints of Matrix #914A43
RGB
CMYK
RGB Variations
Color information
#914A43 (or 0x914A43) is known color: Matrix. HEX triplet: 91, 4A and 43. RGB value is (145,74,67). Sum of RGB (Red+Green+Blue) = 145+74+67=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #914A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A43 is #6EB5BC. Grayscale: #5E5E5E. Windows color (decimal): -7255485 or 4410001. OLE color: 4410001.
HSL color Cylindrical-coordinate representation of color #914A43: hue angle of 5.38º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914A43 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 67 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.43 |
| HSL | 5.38º | 0.37% | 0.42% | - |
| HSV(B) | 5.38º | 0.54% | 0.57% | - |
| XYZ | 15.14 | 11.32 | 6.7 | - |
| YUV | 94.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 67 | 0 | 0.49 | 0.54 | 0.43 | 5.38 | 0.37 | 0.42 |
| Hex | 91 | 4A | 43 | 0 | 31 | 36 | 2B | 5 | 25 | 2A |
| Octal | 221 | 112 | 103 | 0 | 61 | 66 | 53 | 5 | 45 | 52 |
| Binary | 10010001 | 1001010 | 1000011 | 0 | 110001 | 110110 | 101011 | 101 | 100101 | 101010 |
Color Harmonies of #914A43
Complementary color
Monochromatic Colors of #914A43
Black with #914A43
Text Example
Text Example
White with #914A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A43; }
p { color: rgb(145,74,67); }
H1.HeaderClassName
{
color: #914A43;
}
.AnyTagClassName
{
color: #914A43;
}
</style>
background-color css
<style>
a { background-color: #914A43; }
a { background-color: rgb(145,74,67); }
div.DivClassName
{
background-color: #914A43;
}
.BgClassName
{
background-color: #914A43;
}
</style>
border-color css
<style>
span { border-color: #914A43; }
span { border-color: rgb(145,74,67); }
td.TdClassName
{
border-color: #914A43;
}
.TagClassName
{
border-color: #914A43;
}
</style>