Shades of Strikemaster #89637A
Tints of Strikemaster #89637A
RGB
CMYK
RGB Variations
Color information
#89637A (or 0x89637A) is known color: Strikemaster. HEX triplet: 89, 63 and 7A. RGB value is (137,99,122). Sum of RGB (Red+Green+Blue) = 137+99+122=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637A is #769C85. Grayscale: #707070. Windows color (decimal): -7773318 or 8020873. OLE color: 8020873.
HSL color Cylindrical-coordinate representation of color #89637A: hue angle of 323.68º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89637A is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 122 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.46 |
| HSL | 323.68º | 0.16% | 0.46% | - |
| HSV(B) | 323.68º | 0.28% | 0.54% | - |
| XYZ | 18.29 | 15.65 | 20.47 | - |
| YUV | 112.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 122 | 0 | 0.28 | 0.11 | 0.46 | 323.68 | 0.16 | 0.46 |
| Hex | 89 | 63 | 7A | 0 | 1C | B | 2E | 144 | 10 | 2E |
| Octal | 211 | 143 | 172 | 0 | 34 | 13 | 56 | 504 | 20 | 56 |
| Binary | 10001001 | 1100011 | 1111010 | 0 | 11100 | 1011 | 101110 | 101000100 | 10000 | 101110 |
Color Harmonies of #89637A
Complementary color
Monochromatic Colors of #89637A
Black with #89637A
Text Example
Text Example
White with #89637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89637A; }
p { color: rgb(137,99,122); }
H1.HeaderClassName
{
color: #89637A;
}
.AnyTagClassName
{
color: #89637A;
}
</style>
background-color css
<style>
a { background-color: #89637A; }
a { background-color: rgb(137,99,122); }
div.DivClassName
{
background-color: #89637A;
}
.BgClassName
{
background-color: #89637A;
}
</style>
border-color css
<style>
span { border-color: #89637A; }
span { border-color: rgb(137,99,122); }
td.TdClassName
{
border-color: #89637A;
}
.TagClassName
{
border-color: #89637A;
}
</style>