Shades of Strikemaster #915176
Tints of Strikemaster #915176
RGB
CMYK
RGB Variations
Color information
#915176 (or 0x915176) is known color: Strikemaster. HEX triplet: 91, 51 and 76. RGB value is (145,81,118). Sum of RGB (Red+Green+Blue) = 145+81+118=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #915176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915176 is #6EAE89. Grayscale: #686868. Windows color (decimal): -7253642 or 7754129. OLE color: 7754129.
HSL color Cylindrical-coordinate representation of color #915176: hue angle of 325.31º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915176 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 118 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.43 |
| HSL | 325.31º | 0.28% | 0.44% | - |
| HSV(B) | 325.31º | 0.44% | 0.57% | - |
| XYZ | 17.89 | 13.21 | 18.75 | - |
| YUV | 104.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 118 | 0 | 0.44 | 0.19 | 0.43 | 325.31 | 0.28 | 0.44 |
| Hex | 91 | 51 | 76 | 0 | 2C | 13 | 2B | 145 | 1C | 2C |
| Octal | 221 | 121 | 166 | 0 | 54 | 23 | 53 | 505 | 34 | 54 |
| Binary | 10010001 | 1010001 | 1110110 | 0 | 101100 | 10011 | 101011 | 101000101 | 11100 | 101100 |
Color Harmonies of #915176
Complementary color
Monochromatic Colors of #915176
Black with #915176
Text Example
Text Example
White with #915176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915176; }
p { color: rgb(145,81,118); }
H1.HeaderClassName
{
color: #915176;
}
.AnyTagClassName
{
color: #915176;
}
</style>
background-color css
<style>
a { background-color: #915176; }
a { background-color: rgb(145,81,118); }
div.DivClassName
{
background-color: #915176;
}
.BgClassName
{
background-color: #915176;
}
</style>
border-color css
<style>
span { border-color: #915176; }
span { border-color: rgb(145,81,118); }
td.TdClassName
{
border-color: #915176;
}
.TagClassName
{
border-color: #915176;
}
</style>