Shades of Strikemaster #836173
Tints of Strikemaster #836173
RGB
CMYK
RGB Variations
Color information
#836173 (or 0x836173) is known color: Strikemaster. HEX triplet: 83, 61 and 73. RGB value is (131,97,115). Sum of RGB (Red+Green+Blue) = 131+97+115=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #836173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836173 is #7C9E8C. Grayscale: #6D6D6D. Windows color (decimal): -8167053 or 7561603. OLE color: 7561603.
HSL color Cylindrical-coordinate representation of color #836173: hue angle of 328.24º 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 #836173 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 115 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.49 |
| HSL | 328.24º | 0.15% | 0.45% | - |
| HSV(B) | 328.24º | 0.26% | 0.51% | - |
| XYZ | 16.73 | 14.61 | 18.16 | - |
| YUV | 109.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 115 | 0 | 0.26 | 0.12 | 0.49 | 328.24 | 0.15 | 0.45 |
| Hex | 83 | 61 | 73 | 0 | 1A | C | 31 | 148 | F | 2D |
| Octal | 203 | 141 | 163 | 0 | 32 | 14 | 61 | 510 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1110011 | 0 | 11010 | 1100 | 110001 | 101001000 | 1111 | 101101 |
Color Harmonies of #836173
Complementary color
Monochromatic Colors of #836173
Black with #836173
Text Example
Text Example
White with #836173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836173; }
p { color: rgb(131,97,115); }
H1.HeaderClassName
{
color: #836173;
}
.AnyTagClassName
{
color: #836173;
}
</style>
background-color css
<style>
a { background-color: #836173; }
a { background-color: rgb(131,97,115); }
div.DivClassName
{
background-color: #836173;
}
.BgClassName
{
background-color: #836173;
}
</style>
border-color css
<style>
span { border-color: #836173; }
span { border-color: rgb(131,97,115); }
td.TdClassName
{
border-color: #836173;
}
.TagClassName
{
border-color: #836173;
}
</style>