Shades of Strikemaster #895873
Tints of Strikemaster #895873
RGB
CMYK
RGB Variations
Color information
#895873 (or 0x895873) is known color: Strikemaster. HEX triplet: 89, 58 and 73. RGB value is (137,88,115). Sum of RGB (Red+Green+Blue) = 137+88+115=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895873 is #76A78C. Grayscale: #696969. Windows color (decimal): -7776141 or 7559305. OLE color: 7559305.
HSL color Cylindrical-coordinate representation of color #895873: hue angle of 326.94º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895873 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 115 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.46 |
| HSL | 326.94º | 0.22% | 0.44% | - |
| HSV(B) | 326.94º | 0.36% | 0.54% | - |
| XYZ | 16.9 | 13.54 | 17.94 | - |
| YUV | 105.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 115 | 0 | 0.36 | 0.16 | 0.46 | 326.94 | 0.22 | 0.44 |
| Hex | 89 | 58 | 73 | 0 | 24 | 10 | 2E | 147 | 16 | 2C |
| Octal | 211 | 130 | 163 | 0 | 44 | 20 | 56 | 507 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1110011 | 0 | 100100 | 10000 | 101110 | 101000111 | 10110 | 101100 |
Color Harmonies of #895873
Complementary color
Monochromatic Colors of #895873
Black with #895873
Text Example
Text Example
White with #895873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895873; }
p { color: rgb(137,88,115); }
H1.HeaderClassName
{
color: #895873;
}
.AnyTagClassName
{
color: #895873;
}
</style>
background-color css
<style>
a { background-color: #895873; }
a { background-color: rgb(137,88,115); }
div.DivClassName
{
background-color: #895873;
}
.BgClassName
{
background-color: #895873;
}
</style>
border-color css
<style>
span { border-color: #895873; }
span { border-color: rgb(137,88,115); }
td.TdClassName
{
border-color: #895873;
}
.TagClassName
{
border-color: #895873;
}
</style>