Shades of Strikemaster #93717F
Tints of Strikemaster #93717F
RGB
CMYK
RGB Variations
Color information
#93717F (or 0x93717F) is known color: Strikemaster. HEX triplet: 93, 71 and 7F. RGB value is (147,113,127). Sum of RGB (Red+Green+Blue) = 147+113+127=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93717F is #6C8E80. Grayscale: #7C7C7C. Windows color (decimal): -7114369 or 8352147. OLE color: 8352147.
HSL color Cylindrical-coordinate representation of color #93717F: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93717F is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 127 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.42 |
| HSL | 335.29º | 0.14% | 0.51% | - |
| HSV(B) | 335.29º | 0.23% | 0.58% | - |
| XYZ | 21.77 | 19.55 | 22.7 | - |
| YUV | 124.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 127 | 0 | 0.23 | 0.14 | 0.42 | 335.29 | 0.14 | 0.51 |
| Hex | 93 | 71 | 7F | 0 | 17 | E | 2A | 14F | E | 33 |
| Octal | 223 | 161 | 177 | 0 | 27 | 16 | 52 | 517 | 16 | 63 |
| Binary | 10010011 | 1110001 | 1111111 | 0 | 10111 | 1110 | 101010 | 101001111 | 1110 | 110011 |
Color Harmonies of #93717F
Complementary color
Monochromatic Colors of #93717F
Black with #93717F
Text Example
Text Example
White with #93717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93717F; }
p { color: rgb(147,113,127); }
H1.HeaderClassName
{
color: #93717F;
}
.AnyTagClassName
{
color: #93717F;
}
</style>
background-color css
<style>
a { background-color: #93717F; }
a { background-color: rgb(147,113,127); }
div.DivClassName
{
background-color: #93717F;
}
.BgClassName
{
background-color: #93717F;
}
</style>
border-color css
<style>
span { border-color: #93717F; }
span { border-color: rgb(147,113,127); }
td.TdClassName
{
border-color: #93717F;
}
.TagClassName
{
border-color: #93717F;
}
</style>