Shades of Strikemaster #826573
Tints of Strikemaster #826573
RGB
CMYK
RGB Variations
Color information
#826573 (or 0x826573) is known color: Strikemaster. HEX triplet: 82, 65 and 73. RGB value is (130,101,115). Sum of RGB (Red+Green+Blue) = 130+101+115=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826573 is #7D9A8C. Grayscale: #6F6F6F. Windows color (decimal): -8231565 or 7562626. OLE color: 7562626.
HSL color Cylindrical-coordinate representation of color #826573: hue angle of 331.03º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826573 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 115 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.49 |
| HSL | 331.03º | 0.13% | 0.45% | - |
| HSV(B) | 331.03º | 0.22% | 0.51% | - |
| XYZ | 16.95 | 15.29 | 18.28 | - |
| YUV | 111.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 115 | 0 | 0.22 | 0.12 | 0.49 | 331.03 | 0.13 | 0.45 |
| Hex | 82 | 65 | 73 | 0 | 16 | C | 31 | 14B | D | 2D |
| Octal | 202 | 145 | 163 | 0 | 26 | 14 | 61 | 513 | 15 | 55 |
| Binary | 10000010 | 1100101 | 1110011 | 0 | 10110 | 1100 | 110001 | 101001011 | 1101 | 101101 |
Color Harmonies of #826573
Complementary color
Monochromatic Colors of #826573
Black with #826573
Text Example
Text Example
White with #826573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826573; }
p { color: rgb(130,101,115); }
H1.HeaderClassName
{
color: #826573;
}
.AnyTagClassName
{
color: #826573;
}
</style>
background-color css
<style>
a { background-color: #826573; }
a { background-color: rgb(130,101,115); }
div.DivClassName
{
background-color: #826573;
}
.BgClassName
{
background-color: #826573;
}
</style>
border-color css
<style>
span { border-color: #826573; }
span { border-color: rgb(130,101,115); }
td.TdClassName
{
border-color: #826573;
}
.TagClassName
{
border-color: #826573;
}
</style>