Shades of Matrix #824844
Tints of Matrix #824844
RGB
CMYK
RGB Variations
Color information
#824844 (or 0x824844) is known color: Matrix. HEX triplet: 82, 48 and 44. RGB value is (130,72,68). Sum of RGB (Red+Green+Blue) = 130+72+68=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824844 is #7DB7BB. Grayscale: #585858. Windows color (decimal): -8239036 or 4475010. OLE color: 4475010.
HSL color Cylindrical-coordinate representation of color #824844: hue angle of 3.87º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824844 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 68 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.49 |
| HSL | 3.87º | 0.31% | 0.39% | - |
| HSV(B) | 3.87º | 0.48% | 0.51% | - |
| XYZ | 12.57 | 9.8 | 6.7 | - |
| YUV | 88.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 68 | 0 | 0.45 | 0.48 | 0.49 | 3.87 | 0.31 | 0.39 |
| Hex | 82 | 48 | 44 | 0 | 2D | 30 | 31 | 4 | 1F | 27 |
| Octal | 202 | 110 | 104 | 0 | 55 | 60 | 61 | 4 | 37 | 47 |
| Binary | 10000010 | 1001000 | 1000100 | 0 | 101101 | 110000 | 110001 | 100 | 11111 | 100111 |
Color Harmonies of #824844
Complementary color
Monochromatic Colors of #824844
Black with #824844
Text Example
Text Example
White with #824844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824844; }
p { color: rgb(130,72,68); }
H1.HeaderClassName
{
color: #824844;
}
.AnyTagClassName
{
color: #824844;
}
</style>
background-color css
<style>
a { background-color: #824844; }
a { background-color: rgb(130,72,68); }
div.DivClassName
{
background-color: #824844;
}
.BgClassName
{
background-color: #824844;
}
</style>
border-color css
<style>
span { border-color: #824844; }
span { border-color: rgb(130,72,68); }
td.TdClassName
{
border-color: #824844;
}
.TagClassName
{
border-color: #824844;
}
</style>