Shades of Strikemaster #895474
Tints of Strikemaster #895474
RGB
CMYK
RGB Variations
Color information
#895474 (or 0x895474) is known color: Strikemaster. HEX triplet: 89, 54 and 74. RGB value is (137,84,116). Sum of RGB (Red+Green+Blue) = 137+84+116=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895474 is #76AB8B. Grayscale: #676767. Windows color (decimal): -7777164 or 7623817. OLE color: 7623817.
HSL color Cylindrical-coordinate representation of color #895474: hue angle of 323.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895474 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 116 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.46 |
| HSL | 323.77º | 0.24% | 0.43% | - |
| HSV(B) | 323.77º | 0.39% | 0.54% | - |
| XYZ | 16.64 | 12.92 | 18.14 | - |
| YUV | 103.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 116 | 0 | 0.39 | 0.15 | 0.46 | 323.77 | 0.24 | 0.43 |
| Hex | 89 | 54 | 74 | 0 | 27 | F | 2E | 144 | 18 | 2B |
| Octal | 211 | 124 | 164 | 0 | 47 | 17 | 56 | 504 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1110100 | 0 | 100111 | 1111 | 101110 | 101000100 | 11000 | 101011 |
Color Harmonies of #895474
Complementary color
Monochromatic Colors of #895474
Black with #895474
Text Example
Text Example
White with #895474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895474; }
p { color: rgb(137,84,116); }
H1.HeaderClassName
{
color: #895474;
}
.AnyTagClassName
{
color: #895474;
}
</style>
background-color css
<style>
a { background-color: #895474; }
a { background-color: rgb(137,84,116); }
div.DivClassName
{
background-color: #895474;
}
.BgClassName
{
background-color: #895474;
}
</style>
border-color css
<style>
span { border-color: #895474; }
span { border-color: rgb(137,84,116); }
td.TdClassName
{
border-color: #895474;
}
.TagClassName
{
border-color: #895474;
}
</style>