Shades of Strikemaster #836275
Tints of Strikemaster #836275
RGB
CMYK
RGB Variations
Color information
#836275 (or 0x836275) is known color: Strikemaster. HEX triplet: 83, 62 and 75. RGB value is (131,98,117). Sum of RGB (Red+Green+Blue) = 131+98+117=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836275 is #7C9D8A. Grayscale: #6D6D6D. Windows color (decimal): -8166795 or 7692931. OLE color: 7692931.
HSL color Cylindrical-coordinate representation of color #836275: hue angle of 325.45º 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 #836275 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 98 | 117 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.49 |
| HSL | 325.45º | 0.14% | 0.45% | - |
| HSV(B) | 325.45º | 0.25% | 0.51% | - |
| XYZ | 16.94 | 14.85 | 18.8 | - |
| YUV | 110.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 117 | 0 | 0.25 | 0.11 | 0.49 | 325.45 | 0.14 | 0.45 |
| Hex | 83 | 62 | 75 | 0 | 19 | B | 31 | 145 | E | 2D |
| Octal | 203 | 142 | 165 | 0 | 31 | 13 | 61 | 505 | 16 | 55 |
| Binary | 10000011 | 1100010 | 1110101 | 0 | 11001 | 1011 | 110001 | 101000101 | 1110 | 101101 |
Color Harmonies of #836275
Complementary color
Monochromatic Colors of #836275
Black with #836275
Text Example
Text Example
White with #836275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836275; }
p { color: rgb(131,98,117); }
H1.HeaderClassName
{
color: #836275;
}
.AnyTagClassName
{
color: #836275;
}
</style>
background-color css
<style>
a { background-color: #836275; }
a { background-color: rgb(131,98,117); }
div.DivClassName
{
background-color: #836275;
}
.BgClassName
{
background-color: #836275;
}
</style>
border-color css
<style>
span { border-color: #836275; }
span { border-color: rgb(131,98,117); }
td.TdClassName
{
border-color: #836275;
}
.TagClassName
{
border-color: #836275;
}
</style>