Shades of Strikemaster #826375
Tints of Strikemaster #826375
RGB
CMYK
RGB Variations
Color information
#826375 (or 0x826375) is known color: Strikemaster. HEX triplet: 82, 63 and 75. RGB value is (130,99,117). Sum of RGB (Red+Green+Blue) = 130+99+117=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826375 is #7D9C8A. Grayscale: #6E6E6E. Windows color (decimal): -8232075 or 7693186. OLE color: 7693186.
HSL color Cylindrical-coordinate representation of color #826375: hue angle of 325.16º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826375 is Cyan = 0, Magento = 0.24, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 117 | - |
| CMYK | 0 | 0.24 | 0.1 | 0.49 |
| HSL | 325.16º | 0.14% | 0.45% | - |
| HSV(B) | 325.16º | 0.24% | 0.51% | - |
| XYZ | 16.88 | 14.95 | 18.83 | - |
| YUV | 110.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 117 | 0 | 0.24 | 0.1 | 0.49 | 325.16 | 0.14 | 0.45 |
| Hex | 82 | 63 | 75 | 0 | 18 | A | 31 | 145 | E | 2D |
| Octal | 202 | 143 | 165 | 0 | 30 | 12 | 61 | 505 | 16 | 55 |
| Binary | 10000010 | 1100011 | 1110101 | 0 | 11000 | 1010 | 110001 | 101000101 | 1110 | 101101 |
Color Harmonies of #826375
Complementary color
Monochromatic Colors of #826375
Black with #826375
Text Example
Text Example
White with #826375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826375; }
p { color: rgb(130,99,117); }
H1.HeaderClassName
{
color: #826375;
}
.AnyTagClassName
{
color: #826375;
}
</style>
background-color css
<style>
a { background-color: #826375; }
a { background-color: rgb(130,99,117); }
div.DivClassName
{
background-color: #826375;
}
.BgClassName
{
background-color: #826375;
}
</style>
border-color css
<style>
span { border-color: #826375; }
span { border-color: rgb(130,99,117); }
td.TdClassName
{
border-color: #826375;
}
.TagClassName
{
border-color: #826375;
}
</style>