Shades of Strikemaster #895A79
Tints of Strikemaster #895A79
RGB
CMYK
RGB Variations
Color information
#895A79 (or 0x895A79) is known color: Strikemaster. HEX triplet: 89, 5A and 79. RGB value is (137,90,121). Sum of RGB (Red+Green+Blue) = 137+90+121=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #895A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A79 is #76A586. Grayscale: #6B6B6B. Windows color (decimal): -7775623 or 7953033. OLE color: 7953033.
HSL color Cylindrical-coordinate representation of color #895A79: hue angle of 320.43º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A79 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 121 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.46 |
| HSL | 320.43º | 0.21% | 0.45% | - |
| HSV(B) | 320.43º | 0.34% | 0.54% | - |
| XYZ | 17.42 | 14.01 | 19.88 | - |
| YUV | 107.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 121 | 0 | 0.34 | 0.12 | 0.46 | 320.43 | 0.21 | 0.45 |
| Hex | 89 | 5A | 79 | 0 | 22 | C | 2E | 140 | 15 | 2D |
| Octal | 211 | 132 | 171 | 0 | 42 | 14 | 56 | 500 | 25 | 55 |
| Binary | 10001001 | 1011010 | 1111001 | 0 | 100010 | 1100 | 101110 | 101000000 | 10101 | 101101 |
Color Harmonies of #895A79
Complementary color
Monochromatic Colors of #895A79
Black with #895A79
Text Example
Text Example
White with #895A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A79; }
p { color: rgb(137,90,121); }
H1.HeaderClassName
{
color: #895A79;
}
.AnyTagClassName
{
color: #895A79;
}
</style>
background-color css
<style>
a { background-color: #895A79; }
a { background-color: rgb(137,90,121); }
div.DivClassName
{
background-color: #895A79;
}
.BgClassName
{
background-color: #895A79;
}
</style>
border-color css
<style>
span { border-color: #895A79; }
span { border-color: rgb(137,90,121); }
td.TdClassName
{
border-color: #895A79;
}
.TagClassName
{
border-color: #895A79;
}
</style>