Shades of Strikemaster #895277
Tints of Strikemaster #895277
RGB
CMYK
RGB Variations
Color information
#895277 (or 0x895277) is known color: Strikemaster. HEX triplet: 89, 52 and 77. RGB value is (137,82,119). Sum of RGB (Red+Green+Blue) = 137+82+119=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895277 is #76AD88. Grayscale: #666666. Windows color (decimal): -7777673 or 7819913. OLE color: 7819913.
HSL color Cylindrical-coordinate representation of color #895277: hue angle of 319.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895277 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 119 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.46 |
| HSL | 319.64º | 0.25% | 0.43% | - |
| HSV(B) | 319.64º | 0.4% | 0.54% | - |
| XYZ | 16.66 | 12.68 | 19.02 | - |
| YUV | 102.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 119 | 0 | 0.40 | 0.13 | 0.46 | 319.64 | 0.25 | 0.43 |
| Hex | 89 | 52 | 77 | 0 | 28 | D | 2E | 140 | 19 | 2B |
| Octal | 211 | 122 | 167 | 0 | 50 | 15 | 56 | 500 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1110111 | 0 | 101000 | 1101 | 101110 | 101000000 | 11001 | 101011 |
Color Harmonies of #895277
Complementary color
Monochromatic Colors of #895277
Black with #895277
Text Example
Text Example
White with #895277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895277; }
p { color: rgb(137,82,119); }
H1.HeaderClassName
{
color: #895277;
}
.AnyTagClassName
{
color: #895277;
}
</style>
background-color css
<style>
a { background-color: #895277; }
a { background-color: rgb(137,82,119); }
div.DivClassName
{
background-color: #895277;
}
.BgClassName
{
background-color: #895277;
}
</style>
border-color css
<style>
span { border-color: #895277; }
span { border-color: rgb(137,82,119); }
td.TdClassName
{
border-color: #895277;
}
.TagClassName
{
border-color: #895277;
}
</style>