Shades of Strikemaster #93647D
Tints of Strikemaster #93647D
RGB
CMYK
RGB Variations
Color information
#93647D (or 0x93647D) is known color: Strikemaster. HEX triplet: 93, 64 and 7D. RGB value is (147,100,125). Sum of RGB (Red+Green+Blue) = 147+100+125=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647D is #6C9B82. Grayscale: #747474. Windows color (decimal): -7117699 or 8217747. OLE color: 8217747.
HSL color Cylindrical-coordinate representation of color #93647D: hue angle of 328.09º 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 #93647D is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 125 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.42 |
| HSL | 328.09º | 0.19% | 0.48% | - |
| HSV(B) | 328.09º | 0.32% | 0.58% | - |
| XYZ | 20.29 | 16.8 | 21.57 | - |
| YUV | 116.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 125 | 0 | 0.32 | 0.15 | 0.42 | 328.09 | 0.19 | 0.48 |
| Hex | 93 | 64 | 7D | 0 | 20 | F | 2A | 148 | 13 | 30 |
| Octal | 223 | 144 | 175 | 0 | 40 | 17 | 52 | 510 | 23 | 60 |
| Binary | 10010011 | 1100100 | 1111101 | 0 | 100000 | 1111 | 101010 | 101001000 | 10011 | 110000 |
Color Harmonies of #93647D
Complementary color
Monochromatic Colors of #93647D
Black with #93647D
Text Example
Text Example
White with #93647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93647D; }
p { color: rgb(147,100,125); }
H1.HeaderClassName
{
color: #93647D;
}
.AnyTagClassName
{
color: #93647D;
}
</style>
background-color css
<style>
a { background-color: #93647D; }
a { background-color: rgb(147,100,125); }
div.DivClassName
{
background-color: #93647D;
}
.BgClassName
{
background-color: #93647D;
}
</style>
border-color css
<style>
span { border-color: #93647D; }
span { border-color: rgb(147,100,125); }
td.TdClassName
{
border-color: #93647D;
}
.TagClassName
{
border-color: #93647D;
}
</style>