Shades of Strikemaster #895175
Tints of Strikemaster #895175
RGB
CMYK
RGB Variations
Color information
#895175 (or 0x895175) is known color: Strikemaster. HEX triplet: 89, 51 and 75. RGB value is (137,81,117). Sum of RGB (Red+Green+Blue) = 137+81+117=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #895175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895175 is #76AE8A. Grayscale: #656565. Windows color (decimal): -7777931 or 7688585. OLE color: 7688585.
HSL color Cylindrical-coordinate representation of color #895175: hue angle of 321.43º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895175 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 117 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.46 |
| HSL | 321.43º | 0.26% | 0.43% | - |
| HSV(B) | 321.43º | 0.41% | 0.54% | - |
| XYZ | 16.47 | 12.49 | 18.37 | - |
| YUV | 101.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 117 | 0 | 0.41 | 0.15 | 0.46 | 321.43 | 0.26 | 0.43 |
| Hex | 89 | 51 | 75 | 0 | 29 | F | 2E | 141 | 1A | 2B |
| Octal | 211 | 121 | 165 | 0 | 51 | 17 | 56 | 501 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1110101 | 0 | 101001 | 1111 | 101110 | 101000001 | 11010 | 101011 |
Color Harmonies of #895175
Complementary color
Monochromatic Colors of #895175
Black with #895175
Text Example
Text Example
White with #895175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895175; }
p { color: rgb(137,81,117); }
H1.HeaderClassName
{
color: #895175;
}
.AnyTagClassName
{
color: #895175;
}
</style>
background-color css
<style>
a { background-color: #895175; }
a { background-color: rgb(137,81,117); }
div.DivClassName
{
background-color: #895175;
}
.BgClassName
{
background-color: #895175;
}
</style>
border-color css
<style>
span { border-color: #895175; }
span { border-color: rgb(137,81,117); }
td.TdClassName
{
border-color: #895175;
}
.TagClassName
{
border-color: #895175;
}
</style>