Shades of Strikemaster #916179
Tints of Strikemaster #916179
RGB
CMYK
RGB Variations
Color information
#916179 (or 0x916179) is known color: Strikemaster. HEX triplet: 91, 61 and 79. RGB value is (145,97,121). Sum of RGB (Red+Green+Blue) = 145+97+121=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916179 is #6E9E86. Grayscale: #727272. Windows color (decimal): -7249543 or 7954833. OLE color: 7954833.
HSL color Cylindrical-coordinate representation of color #916179: hue angle of 330º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916179 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 121 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.43 |
| HSL | 330º | 0.2% | 0.47% | - |
| HSV(B) | 330º | 0.33% | 0.57% | - |
| XYZ | 19.4 | 15.95 | 20.15 | - |
| YUV | 114.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 121 | 0 | 0.33 | 0.17 | 0.43 | 330 | 0.2 | 0.47 |
| Hex | 91 | 61 | 79 | 0 | 21 | 11 | 2B | 14A | 14 | 2F |
| Octal | 221 | 141 | 171 | 0 | 41 | 21 | 53 | 512 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1111001 | 0 | 100001 | 10001 | 101011 | 101001010 | 10100 | 101111 |
Color Harmonies of #916179
Complementary color
Monochromatic Colors of #916179
Black with #916179
Text Example
Text Example
White with #916179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916179; }
p { color: rgb(145,97,121); }
H1.HeaderClassName
{
color: #916179;
}
.AnyTagClassName
{
color: #916179;
}
</style>
background-color css
<style>
a { background-color: #916179; }
a { background-color: rgb(145,97,121); }
div.DivClassName
{
background-color: #916179;
}
.BgClassName
{
background-color: #916179;
}
</style>
border-color css
<style>
span { border-color: #916179; }
span { border-color: rgb(145,97,121); }
td.TdClassName
{
border-color: #916179;
}
.TagClassName
{
border-color: #916179;
}
</style>