Shades of Matrix #854544
Tints of Matrix #854544
RGB
CMYK
RGB Variations
Color information
#854544 (or 0x854544) is known color: Matrix. HEX triplet: 85, 45 and 44. RGB value is (133,69,68). Sum of RGB (Red+Green+Blue) = 133+69+68=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854544 is #7ABABB. Grayscale: #585858. Windows color (decimal): -8043196 or 4474245. OLE color: 4474245.
HSL color Cylindrical-coordinate representation of color #854544: hue angle of 0.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854544 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 68 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.48 |
| HSL | 0.92º | 0.32% | 0.39% | - |
| HSV(B) | 0.92º | 0.49% | 0.52% | - |
| XYZ | 12.84 | 9.66 | 6.66 | - |
| YUV | 88.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 68 | 0 | 0.48 | 0.49 | 0.48 | 0.92 | 0.32 | 0.39 |
| Hex | 85 | 45 | 44 | 0 | 30 | 31 | 30 | 1 | 20 | 27 |
| Octal | 205 | 105 | 104 | 0 | 60 | 61 | 60 | 1 | 40 | 47 |
| Binary | 10000101 | 1000101 | 1000100 | 0 | 110000 | 110001 | 110000 | 1 | 100000 | 100111 |
Color Harmonies of #854544
Complementary color
Monochromatic Colors of #854544
Black with #854544
Text Example
Text Example
White with #854544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854544; }
p { color: rgb(133,69,68); }
H1.HeaderClassName
{
color: #854544;
}
.AnyTagClassName
{
color: #854544;
}
</style>
background-color css
<style>
a { background-color: #854544; }
a { background-color: rgb(133,69,68); }
div.DivClassName
{
background-color: #854544;
}
.BgClassName
{
background-color: #854544;
}
</style>
border-color css
<style>
span { border-color: #854544; }
span { border-color: rgb(133,69,68); }
td.TdClassName
{
border-color: #854544;
}
.TagClassName
{
border-color: #854544;
}
</style>