Shades of Strikemaster #95617A
Tints of Strikemaster #95617A
RGB
CMYK
RGB Variations
Color information
#95617A (or 0x95617A) is known color: Strikemaster. HEX triplet: 95, 61 and 7A. RGB value is (149,97,122). Sum of RGB (Red+Green+Blue) = 149+97+122=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #95617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95617A is #6A9E85. Grayscale: #737373. Windows color (decimal): -6987398 or 8020373. OLE color: 8020373.
HSL color Cylindrical-coordinate representation of color #95617A: hue angle of 331.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95617A is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 122 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.42 |
| HSL | 331.15º | 0.21% | 0.48% | - |
| HSV(B) | 331.15º | 0.35% | 0.58% | - |
| XYZ | 20.18 | 16.34 | 20.5 | - |
| YUV | 115.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 122 | 0 | 0.35 | 0.18 | 0.42 | 331.15 | 0.21 | 0.48 |
| Hex | 95 | 61 | 7A | 0 | 23 | 12 | 2A | 14B | 15 | 30 |
| Octal | 225 | 141 | 172 | 0 | 43 | 22 | 52 | 513 | 25 | 60 |
| Binary | 10010101 | 1100001 | 1111010 | 0 | 100011 | 10010 | 101010 | 101001011 | 10101 | 110000 |
Color Harmonies of #95617A
Complementary color
Monochromatic Colors of #95617A
Black with #95617A
Text Example
Text Example
White with #95617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95617A; }
p { color: rgb(149,97,122); }
H1.HeaderClassName
{
color: #95617A;
}
.AnyTagClassName
{
color: #95617A;
}
</style>
background-color css
<style>
a { background-color: #95617A; }
a { background-color: rgb(149,97,122); }
div.DivClassName
{
background-color: #95617A;
}
.BgClassName
{
background-color: #95617A;
}
</style>
border-color css
<style>
span { border-color: #95617A; }
span { border-color: rgb(149,97,122); }
td.TdClassName
{
border-color: #95617A;
}
.TagClassName
{
border-color: #95617A;
}
</style>