Shades of Strikemaster #895574
Tints of Strikemaster #895574
RGB
CMYK
RGB Variations
Color information
#895574 (or 0x895574) is known color: Strikemaster. HEX triplet: 89, 55 and 74. RGB value is (137,85,116). Sum of RGB (Red+Green+Blue) = 137+85+116=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895574 is #76AA8B. Grayscale: #686868. Windows color (decimal): -7776908 or 7624073. OLE color: 7624073.
HSL color Cylindrical-coordinate representation of color #895574: hue angle of 324.23º 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 #895574 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 116 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.46 |
| HSL | 324.23º | 0.23% | 0.44% | - |
| HSV(B) | 324.23º | 0.38% | 0.54% | - |
| XYZ | 16.72 | 13.08 | 18.17 | - |
| YUV | 104.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 116 | 0 | 0.38 | 0.15 | 0.46 | 324.23 | 0.23 | 0.44 |
| Hex | 89 | 55 | 74 | 0 | 26 | F | 2E | 144 | 17 | 2C |
| Octal | 211 | 125 | 164 | 0 | 46 | 17 | 56 | 504 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1110100 | 0 | 100110 | 1111 | 101110 | 101000100 | 10111 | 101100 |
Color Harmonies of #895574
Complementary color
Monochromatic Colors of #895574
Black with #895574
Text Example
Text Example
White with #895574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895574; }
p { color: rgb(137,85,116); }
H1.HeaderClassName
{
color: #895574;
}
.AnyTagClassName
{
color: #895574;
}
</style>
background-color css
<style>
a { background-color: #895574; }
a { background-color: rgb(137,85,116); }
div.DivClassName
{
background-color: #895574;
}
.BgClassName
{
background-color: #895574;
}
</style>
border-color css
<style>
span { border-color: #895574; }
span { border-color: rgb(137,85,116); }
td.TdClassName
{
border-color: #895574;
}
.TagClassName
{
border-color: #895574;
}
</style>