Shades of Matrix #824843
Tints of Matrix #824843
RGB
CMYK
RGB Variations
Color information
#824843 (or 0x824843) is known color: Matrix. HEX triplet: 82, 48 and 43. RGB value is (130,72,67). Sum of RGB (Red+Green+Blue) = 130+72+67=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824843 is #7DB7BC. Grayscale: #585858. Windows color (decimal): -8239037 or 4409474. OLE color: 4409474.
HSL color Cylindrical-coordinate representation of color #824843: hue angle of 4.76º degrees, saturation: 0.32, 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 #824843 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 67 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.49 |
| HSL | 4.76º | 0.32% | 0.39% | - |
| HSV(B) | 4.76º | 0.48% | 0.51% | - |
| XYZ | 12.54 | 9.79 | 6.54 | - |
| YUV | 88.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 67 | 0 | 0.45 | 0.48 | 0.49 | 4.76 | 0.32 | 0.39 |
| Hex | 82 | 48 | 43 | 0 | 2D | 30 | 31 | 5 | 20 | 27 |
| Octal | 202 | 110 | 103 | 0 | 55 | 60 | 61 | 5 | 40 | 47 |
| Binary | 10000010 | 1001000 | 1000011 | 0 | 101101 | 110000 | 110001 | 101 | 100000 | 100111 |
Color Harmonies of #824843
Complementary color
Monochromatic Colors of #824843
Black with #824843
Text Example
Text Example
White with #824843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824843; }
p { color: rgb(130,72,67); }
H1.HeaderClassName
{
color: #824843;
}
.AnyTagClassName
{
color: #824843;
}
</style>
background-color css
<style>
a { background-color: #824843; }
a { background-color: rgb(130,72,67); }
div.DivClassName
{
background-color: #824843;
}
.BgClassName
{
background-color: #824843;
}
</style>
border-color css
<style>
span { border-color: #824843; }
span { border-color: rgb(130,72,67); }
td.TdClassName
{
border-color: #824843;
}
.TagClassName
{
border-color: #824843;
}
</style>