Shades of Strikemaster #93647B
Tints of Strikemaster #93647B
RGB
CMYK
RGB Variations
Color information
#93647B (or 0x93647B) is known color: Strikemaster. HEX triplet: 93, 64 and 7B. RGB value is (147,100,123). Sum of RGB (Red+Green+Blue) = 147+100+123=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647B is #6C9B84. Grayscale: #747474. Windows color (decimal): -7117701 or 8086675. OLE color: 8086675.
HSL color Cylindrical-coordinate representation of color #93647B: hue angle of 330.64º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93647B is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 123 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.42 |
| HSL | 330.64º | 0.19% | 0.48% | - |
| HSV(B) | 330.64º | 0.32% | 0.58% | - |
| XYZ | 20.16 | 16.75 | 20.91 | - |
| YUV | 116.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 123 | 0 | 0.32 | 0.16 | 0.42 | 330.64 | 0.19 | 0.48 |
| Hex | 93 | 64 | 7B | 0 | 20 | 10 | 2A | 14B | 13 | 30 |
| Octal | 223 | 144 | 173 | 0 | 40 | 20 | 52 | 513 | 23 | 60 |
| Binary | 10010011 | 1100100 | 1111011 | 0 | 100000 | 10000 | 101010 | 101001011 | 10011 | 110000 |
Color Harmonies of #93647B
Complementary color
Monochromatic Colors of #93647B
Black with #93647B
Text Example
Text Example
White with #93647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93647B; }
p { color: rgb(147,100,123); }
H1.HeaderClassName
{
color: #93647B;
}
.AnyTagClassName
{
color: #93647B;
}
</style>
background-color css
<style>
a { background-color: #93647B; }
a { background-color: rgb(147,100,123); }
div.DivClassName
{
background-color: #93647B;
}
.BgClassName
{
background-color: #93647B;
}
</style>
border-color css
<style>
span { border-color: #93647B; }
span { border-color: rgb(147,100,123); }
td.TdClassName
{
border-color: #93647B;
}
.TagClassName
{
border-color: #93647B;
}
</style>