Shades of Strikemaster #83717B
Tints of Strikemaster #83717B
RGB
CMYK
RGB Variations
Color information
#83717B (or 0x83717B) is known color: Strikemaster. HEX triplet: 83, 71 and 7B. RGB value is (131,113,123). Sum of RGB (Red+Green+Blue) = 131+113+123=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #83717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717B is #7C8E84. Grayscale: #777777. Windows color (decimal): -8162949 or 8089987. OLE color: 8089987.
HSL color Cylindrical-coordinate representation of color #83717B: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83717B is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 123 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.49 |
| HSL | 326.67º | 0.07% | 0.48% | - |
| HSV(B) | 326.67º | 0.14% | 0.51% | - |
| XYZ | 18.84 | 18.07 | 21.23 | - |
| YUV | 119.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 123 | 0 | 0.14 | 0.06 | 0.49 | 326.67 | 0.07 | 0.48 |
| Hex | 83 | 71 | 7B | 0 | E | 6 | 31 | 147 | 7 | 30 |
| Octal | 203 | 161 | 173 | 0 | 16 | 6 | 61 | 507 | 7 | 60 |
| Binary | 10000011 | 1110001 | 1111011 | 0 | 1110 | 110 | 110001 | 101000111 | 111 | 110000 |
Color Harmonies of #83717B
Complementary color
Monochromatic Colors of #83717B
Black with #83717B
Text Example
Text Example
White with #83717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83717B; }
p { color: rgb(131,113,123); }
H1.HeaderClassName
{
color: #83717B;
}
.AnyTagClassName
{
color: #83717B;
}
</style>
background-color css
<style>
a { background-color: #83717B; }
a { background-color: rgb(131,113,123); }
div.DivClassName
{
background-color: #83717B;
}
.BgClassName
{
background-color: #83717B;
}
</style>
border-color css
<style>
span { border-color: #83717B; }
span { border-color: rgb(131,113,123); }
td.TdClassName
{
border-color: #83717B;
}
.TagClassName
{
border-color: #83717B;
}
</style>