Shades of Strikemaster #826473
Tints of Strikemaster #826473
RGB
CMYK
RGB Variations
Color information
#826473 (or 0x826473) is known color: Strikemaster. HEX triplet: 82, 64 and 73. RGB value is (130,100,115). Sum of RGB (Red+Green+Blue) = 130+100+115=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826473 is #7D9B8C. Grayscale: #6E6E6E. Windows color (decimal): -8231821 or 7562370. OLE color: 7562370.
HSL color Cylindrical-coordinate representation of color #826473: hue angle of 330º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #826473 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 115 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.49 |
| HSL | 330º | 0.13% | 0.45% | - |
| HSV(B) | 330º | 0.23% | 0.51% | - |
| XYZ | 16.86 | 15.1 | 18.25 | - |
| YUV | 110.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 115 | 0 | 0.23 | 0.12 | 0.49 | 330 | 0.13 | 0.45 |
| Hex | 82 | 64 | 73 | 0 | 17 | C | 31 | 14A | D | 2D |
| Octal | 202 | 144 | 163 | 0 | 27 | 14 | 61 | 512 | 15 | 55 |
| Binary | 10000010 | 1100100 | 1110011 | 0 | 10111 | 1100 | 110001 | 101001010 | 1101 | 101101 |
Color Harmonies of #826473
Complementary color
Monochromatic Colors of #826473
Black with #826473
Text Example
Text Example
White with #826473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826473; }
p { color: rgb(130,100,115); }
H1.HeaderClassName
{
color: #826473;
}
.AnyTagClassName
{
color: #826473;
}
</style>
background-color css
<style>
a { background-color: #826473; }
a { background-color: rgb(130,100,115); }
div.DivClassName
{
background-color: #826473;
}
.BgClassName
{
background-color: #826473;
}
</style>
border-color css
<style>
span { border-color: #826473; }
span { border-color: rgb(130,100,115); }
td.TdClassName
{
border-color: #826473;
}
.TagClassName
{
border-color: #826473;
}
</style>