Shades of Strikemaster #895577
Tints of Strikemaster #895577
RGB
CMYK
RGB Variations
Color information
#895577 (or 0x895577) is known color: Strikemaster. HEX triplet: 89, 55 and 77. RGB value is (137,85,119). Sum of RGB (Red+Green+Blue) = 137+85+119=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895577 is #76AA88. Grayscale: #686868. Windows color (decimal): -7776905 or 7820681. OLE color: 7820681.
HSL color Cylindrical-coordinate representation of color #895577: hue angle of 320.77º 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 #895577 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 119 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.46 |
| HSL | 320.77º | 0.23% | 0.44% | - |
| HSV(B) | 320.77º | 0.38% | 0.54% | - |
| XYZ | 16.89 | 13.15 | 19.1 | - |
| YUV | 104.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 119 | 0 | 0.38 | 0.13 | 0.46 | 320.77 | 0.23 | 0.44 |
| Hex | 89 | 55 | 77 | 0 | 26 | D | 2E | 141 | 17 | 2C |
| Octal | 211 | 125 | 167 | 0 | 46 | 15 | 56 | 501 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1110111 | 0 | 100110 | 1101 | 101110 | 101000001 | 10111 | 101100 |
Color Harmonies of #895577
Complementary color
Monochromatic Colors of #895577
Black with #895577
Text Example
Text Example
White with #895577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895577; }
p { color: rgb(137,85,119); }
H1.HeaderClassName
{
color: #895577;
}
.AnyTagClassName
{
color: #895577;
}
</style>
background-color css
<style>
a { background-color: #895577; }
a { background-color: rgb(137,85,119); }
div.DivClassName
{
background-color: #895577;
}
.BgClassName
{
background-color: #895577;
}
</style>
border-color css
<style>
span { border-color: #895577; }
span { border-color: rgb(137,85,119); }
td.TdClassName
{
border-color: #895577;
}
.TagClassName
{
border-color: #895577;
}
</style>