Shades of Strikemaster #896175
Tints of Strikemaster #896175
RGB
CMYK
RGB Variations
Color information
#896175 (or 0x896175) is known color: Strikemaster. HEX triplet: 89, 61 and 75. RGB value is (137,97,117). Sum of RGB (Red+Green+Blue) = 137+97+117=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #896175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896175 is #769E8A. Grayscale: #6F6F6F. Windows color (decimal): -7773835 or 7692681. OLE color: 7692681.
HSL color Cylindrical-coordinate representation of color #896175: hue angle of 330º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896175 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 117 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.46 |
| HSL | 330º | 0.17% | 0.46% | - |
| HSV(B) | 330º | 0.29% | 0.54% | - |
| XYZ | 17.8 | 15.15 | 18.82 | - |
| YUV | 111.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 117 | 0 | 0.29 | 0.15 | 0.46 | 330 | 0.17 | 0.46 |
| Hex | 89 | 61 | 75 | 0 | 1D | F | 2E | 14A | 11 | 2E |
| Octal | 211 | 141 | 165 | 0 | 35 | 17 | 56 | 512 | 21 | 56 |
| Binary | 10001001 | 1100001 | 1110101 | 0 | 11101 | 1111 | 101110 | 101001010 | 10001 | 101110 |
Color Harmonies of #896175
Complementary color
Monochromatic Colors of #896175
Black with #896175
Text Example
Text Example
White with #896175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896175; }
p { color: rgb(137,97,117); }
H1.HeaderClassName
{
color: #896175;
}
.AnyTagClassName
{
color: #896175;
}
</style>
background-color css
<style>
a { background-color: #896175; }
a { background-color: rgb(137,97,117); }
div.DivClassName
{
background-color: #896175;
}
.BgClassName
{
background-color: #896175;
}
</style>
border-color css
<style>
span { border-color: #896175; }
span { border-color: rgb(137,97,117); }
td.TdClassName
{
border-color: #896175;
}
.TagClassName
{
border-color: #896175;
}
</style>