Shades of Matrix #914745
Tints of Matrix #914745
RGB
CMYK
RGB Variations
Color information
#914745 (or 0x914745) is known color: Matrix. HEX triplet: 91, 47 and 45. RGB value is (145,71,69). Sum of RGB (Red+Green+Blue) = 145+71+69=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #914745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914745 is #6EB8BA. Grayscale: #5C5C5C. Windows color (decimal): -7256251 or 4540305. OLE color: 4540305.
HSL color Cylindrical-coordinate representation of color #914745: hue angle of 1.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914745 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 69 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.43 |
| HSL | 1.58º | 0.36% | 0.42% | - |
| HSV(B) | 1.58º | 0.52% | 0.57% | - |
| XYZ | 15 | 10.96 | 6.95 | - |
| YUV | 92.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 69 | 0 | 0.51 | 0.52 | 0.43 | 1.58 | 0.36 | 0.42 |
| Hex | 91 | 47 | 45 | 0 | 33 | 34 | 2B | 2 | 24 | 2A |
| Octal | 221 | 107 | 105 | 0 | 63 | 64 | 53 | 2 | 44 | 52 |
| Binary | 10010001 | 1000111 | 1000101 | 0 | 110011 | 110100 | 101011 | 10 | 100100 | 101010 |
Color Harmonies of #914745
Complementary color
Monochromatic Colors of #914745
Black with #914745
Text Example
Text Example
White with #914745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914745; }
p { color: rgb(145,71,69); }
H1.HeaderClassName
{
color: #914745;
}
.AnyTagClassName
{
color: #914745;
}
</style>
background-color css
<style>
a { background-color: #914745; }
a { background-color: rgb(145,71,69); }
div.DivClassName
{
background-color: #914745;
}
.BgClassName
{
background-color: #914745;
}
</style>
border-color css
<style>
span { border-color: #914745; }
span { border-color: rgb(145,71,69); }
td.TdClassName
{
border-color: #914745;
}
.TagClassName
{
border-color: #914745;
}
</style>