Shades of Strikemaster #896275
Tints of Strikemaster #896275
RGB
CMYK
RGB Variations
Color information
#896275 (or 0x896275) is known color: Strikemaster. HEX triplet: 89, 62 and 75. RGB value is (137,98,117). Sum of RGB (Red+Green+Blue) = 137+98+117=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896275 is #769D8A. Grayscale: #6F6F6F. Windows color (decimal): -7773579 or 7692937. OLE color: 7692937.
HSL color Cylindrical-coordinate representation of color #896275: hue angle of 330.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896275 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 117 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.46 |
| HSL | 330.77º | 0.17% | 0.46% | - |
| HSV(B) | 330.77º | 0.28% | 0.54% | - |
| XYZ | 17.9 | 15.34 | 18.85 | - |
| YUV | 111.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 117 | 0 | 0.28 | 0.15 | 0.46 | 330.77 | 0.17 | 0.46 |
| Hex | 89 | 62 | 75 | 0 | 1C | F | 2E | 14B | 11 | 2E |
| Octal | 211 | 142 | 165 | 0 | 34 | 17 | 56 | 513 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1110101 | 0 | 11100 | 1111 | 101110 | 101001011 | 10001 | 101110 |
Color Harmonies of #896275
Complementary color
Monochromatic Colors of #896275
Black with #896275
Text Example
Text Example
White with #896275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896275; }
p { color: rgb(137,98,117); }
H1.HeaderClassName
{
color: #896275;
}
.AnyTagClassName
{
color: #896275;
}
</style>
background-color css
<style>
a { background-color: #896275; }
a { background-color: rgb(137,98,117); }
div.DivClassName
{
background-color: #896275;
}
.BgClassName
{
background-color: #896275;
}
</style>
border-color css
<style>
span { border-color: #896275; }
span { border-color: rgb(137,98,117); }
td.TdClassName
{
border-color: #896275;
}
.TagClassName
{
border-color: #896275;
}
</style>