Shades of Strikemaster #89647A
Tints of Strikemaster #89647A
RGB
CMYK
RGB Variations
Color information
#89647A (or 0x89647A) is known color: Strikemaster. HEX triplet: 89, 64 and 7A. RGB value is (137,100,122). Sum of RGB (Red+Green+Blue) = 137+100+122=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647A is #769B85. Grayscale: #717171. Windows color (decimal): -7773062 or 8021129. OLE color: 8021129.
HSL color Cylindrical-coordinate representation of color #89647A: hue angle of 324.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89647A is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 122 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.46 |
| HSL | 324.32º | 0.16% | 0.46% | - |
| HSV(B) | 324.32º | 0.27% | 0.54% | - |
| XYZ | 18.39 | 15.84 | 20.5 | - |
| YUV | 113.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 122 | 0 | 0.27 | 0.11 | 0.46 | 324.32 | 0.16 | 0.46 |
| Hex | 89 | 64 | 7A | 0 | 1B | B | 2E | 144 | 10 | 2E |
| Octal | 211 | 144 | 172 | 0 | 33 | 13 | 56 | 504 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1111010 | 0 | 11011 | 1011 | 101110 | 101000100 | 10000 | 101110 |
Color Harmonies of #89647A
Complementary color
Monochromatic Colors of #89647A
Black with #89647A
Text Example
Text Example
White with #89647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89647A; }
p { color: rgb(137,100,122); }
H1.HeaderClassName
{
color: #89647A;
}
.AnyTagClassName
{
color: #89647A;
}
</style>
background-color css
<style>
a { background-color: #89647A; }
a { background-color: rgb(137,100,122); }
div.DivClassName
{
background-color: #89647A;
}
.BgClassName
{
background-color: #89647A;
}
</style>
border-color css
<style>
span { border-color: #89647A; }
span { border-color: rgb(137,100,122); }
td.TdClassName
{
border-color: #89647A;
}
.TagClassName
{
border-color: #89647A;
}
</style>