Shades of Strikemaster #895673
Tints of Strikemaster #895673
RGB
CMYK
RGB Variations
Color information
#895673 (or 0x895673) is known color: Strikemaster. HEX triplet: 89, 56 and 73. RGB value is (137,86,115). Sum of RGB (Red+Green+Blue) = 137+86+115=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895673 is #76A98C. Grayscale: #686868. Windows color (decimal): -7776653 or 7558793. OLE color: 7558793.
HSL color Cylindrical-coordinate representation of color #895673: hue angle of 325.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895673 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 115 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.46 |
| HSL | 325.88º | 0.23% | 0.44% | - |
| HSV(B) | 325.88º | 0.37% | 0.54% | - |
| XYZ | 16.74 | 13.21 | 17.89 | - |
| YUV | 104.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 115 | 0 | 0.37 | 0.16 | 0.46 | 325.88 | 0.23 | 0.44 |
| Hex | 89 | 56 | 73 | 0 | 25 | 10 | 2E | 146 | 17 | 2C |
| Octal | 211 | 126 | 163 | 0 | 45 | 20 | 56 | 506 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1110011 | 0 | 100101 | 10000 | 101110 | 101000110 | 10111 | 101100 |
Color Harmonies of #895673
Complementary color
Monochromatic Colors of #895673
Black with #895673
Text Example
Text Example
White with #895673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895673; }
p { color: rgb(137,86,115); }
H1.HeaderClassName
{
color: #895673;
}
.AnyTagClassName
{
color: #895673;
}
</style>
background-color css
<style>
a { background-color: #895673; }
a { background-color: rgb(137,86,115); }
div.DivClassName
{
background-color: #895673;
}
.BgClassName
{
background-color: #895673;
}
</style>
border-color css
<style>
span { border-color: #895673; }
span { border-color: rgb(137,86,115); }
td.TdClassName
{
border-color: #895673;
}
.TagClassName
{
border-color: #895673;
}
</style>