Shades of Strikemaster #895576
Tints of Strikemaster #895576
RGB
CMYK
RGB Variations
Color information
#895576 (or 0x895576) is known color: Strikemaster. HEX triplet: 89, 55 and 76. RGB value is (137,85,118). Sum of RGB (Red+Green+Blue) = 137+85+118=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895576 is #76AA89. Grayscale: #686868. Windows color (decimal): -7776906 or 7755145. OLE color: 7755145.
HSL color Cylindrical-coordinate representation of color #895576: hue angle of 321.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895576 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 118 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.46 |
| HSL | 321.92º | 0.23% | 0.44% | - |
| HSV(B) | 321.92º | 0.38% | 0.54% | - |
| XYZ | 16.84 | 13.12 | 18.79 | - |
| YUV | 104.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 118 | 0 | 0.38 | 0.14 | 0.46 | 321.92 | 0.23 | 0.44 |
| Hex | 89 | 55 | 76 | 0 | 26 | E | 2E | 142 | 17 | 2C |
| Octal | 211 | 125 | 166 | 0 | 46 | 16 | 56 | 502 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1110110 | 0 | 100110 | 1110 | 101110 | 101000010 | 10111 | 101100 |
Color Harmonies of #895576
Complementary color
Monochromatic Colors of #895576
Black with #895576
Text Example
Text Example
White with #895576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895576; }
p { color: rgb(137,85,118); }
H1.HeaderClassName
{
color: #895576;
}
.AnyTagClassName
{
color: #895576;
}
</style>
background-color css
<style>
a { background-color: #895576; }
a { background-color: rgb(137,85,118); }
div.DivClassName
{
background-color: #895576;
}
.BgClassName
{
background-color: #895576;
}
</style>
border-color css
<style>
span { border-color: #895576; }
span { border-color: rgb(137,85,118); }
td.TdClassName
{
border-color: #895576;
}
.TagClassName
{
border-color: #895576;
}
</style>