Shades of Strikemaster #826275
Tints of Strikemaster #826275
RGB
CMYK
RGB Variations
Color information
#826275 (or 0x826275) is known color: Strikemaster. HEX triplet: 82, 62 and 75. RGB value is (130,98,117). Sum of RGB (Red+Green+Blue) = 130+98+117=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826275 is #7D9D8A. Grayscale: #6D6D6D. Windows color (decimal): -8232331 or 7692930. OLE color: 7692930.
HSL color Cylindrical-coordinate representation of color #826275: hue angle of 324.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826275 is Cyan = 0, Magento = 0.25, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 117 | - |
| CMYK | 0 | 0.25 | 0.1 | 0.49 |
| HSL | 324.38º | 0.14% | 0.45% | - |
| HSV(B) | 324.38º | 0.25% | 0.51% | - |
| XYZ | 16.78 | 14.77 | 18.8 | - |
| YUV | 109.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 117 | 0 | 0.25 | 0.1 | 0.49 | 324.38 | 0.14 | 0.45 |
| Hex | 82 | 62 | 75 | 0 | 19 | A | 31 | 144 | E | 2D |
| Octal | 202 | 142 | 165 | 0 | 31 | 12 | 61 | 504 | 16 | 55 |
| Binary | 10000010 | 1100010 | 1110101 | 0 | 11001 | 1010 | 110001 | 101000100 | 1110 | 101101 |
Color Harmonies of #826275
Complementary color
Monochromatic Colors of #826275
Black with #826275
Text Example
Text Example
White with #826275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826275; }
p { color: rgb(130,98,117); }
H1.HeaderClassName
{
color: #826275;
}
.AnyTagClassName
{
color: #826275;
}
</style>
background-color css
<style>
a { background-color: #826275; }
a { background-color: rgb(130,98,117); }
div.DivClassName
{
background-color: #826275;
}
.BgClassName
{
background-color: #826275;
}
</style>
border-color css
<style>
span { border-color: #826275; }
span { border-color: rgb(130,98,117); }
td.TdClassName
{
border-color: #826275;
}
.TagClassName
{
border-color: #826275;
}
</style>