Shades of Matrix #854444
Tints of Matrix #854444
RGB
CMYK
RGB Variations
Color information
#854444 (or 0x854444) is known color: Matrix. HEX triplet: 85, 44 and 44. RGB value is (133,68,68). Sum of RGB (Red+Green+Blue) = 133+68+68=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854444 is #7ABBBB. Grayscale: #575757. Windows color (decimal): -8043452 or 4473989. OLE color: 4473989.
HSL color Cylindrical-coordinate representation of color #854444: hue angle of 0º 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 #854444 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 68 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.48 |
| HSL | 0º | 0.32% | 0.39% | - |
| HSV(B) | 0º | 0.49% | 0.52% | - |
| XYZ | 12.78 | 9.54 | 6.64 | - |
| YUV | 87.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 68 | 0 | 0.49 | 0.49 | 0.48 | 0 | 0.32 | 0.39 |
| Hex | 85 | 44 | 44 | 0 | 31 | 31 | 30 | 0 | 20 | 27 |
| Octal | 205 | 104 | 104 | 0 | 61 | 61 | 60 | 0 | 40 | 47 |
| Binary | 10000101 | 1000100 | 1000100 | 0 | 110001 | 110001 | 110000 | 0 | 100000 | 100111 |
Color Harmonies of #854444
Complementary color
Monochromatic Colors of #854444
Black with #854444
Text Example
Text Example
White with #854444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854444; }
p { color: rgb(133,68,68); }
H1.HeaderClassName
{
color: #854444;
}
.AnyTagClassName
{
color: #854444;
}
</style>
background-color css
<style>
a { background-color: #854444; }
a { background-color: rgb(133,68,68); }
div.DivClassName
{
background-color: #854444;
}
.BgClassName
{
background-color: #854444;
}
</style>
border-color css
<style>
span { border-color: #854444; }
span { border-color: rgb(133,68,68); }
td.TdClassName
{
border-color: #854444;
}
.TagClassName
{
border-color: #854444;
}
</style>