Shades of Matrix #854841
Tints of Matrix #854841
RGB
CMYK
RGB Variations
Color information
#854841 (or 0x854841) is known color: Matrix. HEX triplet: 85, 48 and 41. RGB value is (133,72,65). Sum of RGB (Red+Green+Blue) = 133+72+65=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854841 is #7AB7BE. Grayscale: #595959. Windows color (decimal): -8042431 or 4278405. OLE color: 4278405.
HSL color Cylindrical-coordinate representation of color #854841: hue angle of 6.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854841 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 65 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.48 |
| HSL | 6.18º | 0.34% | 0.39% | - |
| HSV(B) | 6.18º | 0.51% | 0.52% | - |
| XYZ | 12.94 | 10 | 6.25 | - |
| YUV | 89.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 65 | 0 | 0.46 | 0.51 | 0.48 | 6.18 | 0.34 | 0.39 |
| Hex | 85 | 48 | 41 | 0 | 2E | 33 | 30 | 6 | 22 | 27 |
| Octal | 205 | 110 | 101 | 0 | 56 | 63 | 60 | 6 | 42 | 47 |
| Binary | 10000101 | 1001000 | 1000001 | 0 | 101110 | 110011 | 110000 | 110 | 100010 | 100111 |
Color Harmonies of #854841
Complementary color
Monochromatic Colors of #854841
Black with #854841
Text Example
Text Example
White with #854841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854841; }
p { color: rgb(133,72,65); }
H1.HeaderClassName
{
color: #854841;
}
.AnyTagClassName
{
color: #854841;
}
</style>
background-color css
<style>
a { background-color: #854841; }
a { background-color: rgb(133,72,65); }
div.DivClassName
{
background-color: #854841;
}
.BgClassName
{
background-color: #854841;
}
</style>
border-color css
<style>
span { border-color: #854841; }
span { border-color: rgb(133,72,65); }
td.TdClassName
{
border-color: #854841;
}
.TagClassName
{
border-color: #854841;
}
</style>