Shades of Strikemaster #836373
Tints of Strikemaster #836373
RGB
CMYK
RGB Variations
Color information
#836373 (or 0x836373) is known color: Strikemaster. HEX triplet: 83, 63 and 73. RGB value is (131,99,115). Sum of RGB (Red+Green+Blue) = 131+99+115=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #836373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836373 is #7C9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8166541 or 7562115. OLE color: 7562115.
HSL color Cylindrical-coordinate representation of color #836373: hue angle of 330º 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 #836373 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 115 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.49 |
| HSL | 330º | 0.14% | 0.45% | - |
| HSV(B) | 330º | 0.24% | 0.51% | - |
| XYZ | 16.92 | 14.99 | 18.22 | - |
| YUV | 110.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 115 | 0 | 0.24 | 0.12 | 0.49 | 330 | 0.14 | 0.45 |
| Hex | 83 | 63 | 73 | 0 | 18 | C | 31 | 14A | E | 2D |
| Octal | 203 | 143 | 163 | 0 | 30 | 14 | 61 | 512 | 16 | 55 |
| Binary | 10000011 | 1100011 | 1110011 | 0 | 11000 | 1100 | 110001 | 101001010 | 1110 | 101101 |
Color Harmonies of #836373
Complementary color
Monochromatic Colors of #836373
Black with #836373
Text Example
Text Example
White with #836373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836373; }
p { color: rgb(131,99,115); }
H1.HeaderClassName
{
color: #836373;
}
.AnyTagClassName
{
color: #836373;
}
</style>
background-color css
<style>
a { background-color: #836373; }
a { background-color: rgb(131,99,115); }
div.DivClassName
{
background-color: #836373;
}
.BgClassName
{
background-color: #836373;
}
</style>
border-color css
<style>
span { border-color: #836373; }
span { border-color: rgb(131,99,115); }
td.TdClassName
{
border-color: #836373;
}
.TagClassName
{
border-color: #836373;
}
</style>