Shades of Matrix #914847
Tints of Matrix #914847
RGB
CMYK
RGB Variations
Color information
#914847 (or 0x914847) is known color: Matrix. HEX triplet: 91, 48 and 47. RGB value is (145,72,71). Sum of RGB (Red+Green+Blue) = 145+72+71=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #914847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914847 is #6EB7B8. Grayscale: #5D5D5D. Windows color (decimal): -7255993 or 4671633. OLE color: 4671633.
HSL color Cylindrical-coordinate representation of color #914847: hue angle of 0.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914847 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 71 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.43 |
| HSL | 0.81º | 0.34% | 0.42% | - |
| HSV(B) | 0.81º | 0.51% | 0.57% | - |
| XYZ | 15.13 | 11.11 | 7.31 | - |
| YUV | 93.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 71 | 0 | 0.50 | 0.51 | 0.43 | 0.81 | 0.34 | 0.42 |
| Hex | 91 | 48 | 47 | 0 | 32 | 33 | 2B | 1 | 22 | 2A |
| Octal | 221 | 110 | 107 | 0 | 62 | 63 | 53 | 1 | 42 | 52 |
| Binary | 10010001 | 1001000 | 1000111 | 0 | 110010 | 110011 | 101011 | 1 | 100010 | 101010 |
Color Harmonies of #914847
Complementary color
Monochromatic Colors of #914847
Black with #914847
Text Example
Text Example
White with #914847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914847; }
p { color: rgb(145,72,71); }
H1.HeaderClassName
{
color: #914847;
}
.AnyTagClassName
{
color: #914847;
}
</style>
background-color css
<style>
a { background-color: #914847; }
a { background-color: rgb(145,72,71); }
div.DivClassName
{
background-color: #914847;
}
.BgClassName
{
background-color: #914847;
}
</style>
border-color css
<style>
span { border-color: #914847; }
span { border-color: rgb(145,72,71); }
td.TdClassName
{
border-color: #914847;
}
.TagClassName
{
border-color: #914847;
}
</style>