Shades of Strikemaster #836175
Tints of Strikemaster #836175
RGB
CMYK
RGB Variations
Color information
#836175 (or 0x836175) is known color: Strikemaster. HEX triplet: 83, 61 and 75. RGB value is (131,97,117). Sum of RGB (Red+Green+Blue) = 131+97+117=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #836175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836175 is #7C9E8A. Grayscale: #6D6D6D. Windows color (decimal): -8167051 or 7692675. OLE color: 7692675.
HSL color Cylindrical-coordinate representation of color #836175: hue angle of 324.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836175 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 117 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.49 |
| HSL | 324.71º | 0.15% | 0.45% | - |
| HSV(B) | 324.71º | 0.26% | 0.51% | - |
| XYZ | 16.85 | 14.66 | 18.77 | - |
| YUV | 109.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 117 | 0 | 0.26 | 0.11 | 0.49 | 324.71 | 0.15 | 0.45 |
| Hex | 83 | 61 | 75 | 0 | 1A | B | 31 | 145 | F | 2D |
| Octal | 203 | 141 | 165 | 0 | 32 | 13 | 61 | 505 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1110101 | 0 | 11010 | 1011 | 110001 | 101000101 | 1111 | 101101 |
Color Harmonies of #836175
Complementary color
Monochromatic Colors of #836175
Black with #836175
Text Example
Text Example
White with #836175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836175; }
p { color: rgb(131,97,117); }
H1.HeaderClassName
{
color: #836175;
}
.AnyTagClassName
{
color: #836175;
}
</style>
background-color css
<style>
a { background-color: #836175; }
a { background-color: rgb(131,97,117); }
div.DivClassName
{
background-color: #836175;
}
.BgClassName
{
background-color: #836175;
}
</style>
border-color css
<style>
span { border-color: #836175; }
span { border-color: rgb(131,97,117); }
td.TdClassName
{
border-color: #836175;
}
.TagClassName
{
border-color: #836175;
}
</style>