Shades of Strikemaster #955577
Tints of Strikemaster #955577
RGB
CMYK
RGB Variations
Color information
#955577 (or 0x955577) is known color: Strikemaster. HEX triplet: 95, 55 and 77. RGB value is (149,85,119). Sum of RGB (Red+Green+Blue) = 149+85+119=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955577 is #6AAA88. Grayscale: #6B6B6B. Windows color (decimal): -6990473 or 7820693. OLE color: 7820693.
HSL color Cylindrical-coordinate representation of color #955577: hue angle of 328.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955577 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 119 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.42 |
| HSL | 328.13º | 0.27% | 0.46% | - |
| HSV(B) | 328.13º | 0.43% | 0.58% | - |
| XYZ | 18.97 | 14.22 | 19.2 | - |
| YUV | 108.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 119 | 0 | 0.43 | 0.20 | 0.42 | 328.13 | 0.27 | 0.46 |
| Hex | 95 | 55 | 77 | 0 | 2B | 14 | 2A | 148 | 1B | 2E |
| Octal | 225 | 125 | 167 | 0 | 53 | 24 | 52 | 510 | 33 | 56 |
| Binary | 10010101 | 1010101 | 1110111 | 0 | 101011 | 10100 | 101010 | 101001000 | 11011 | 101110 |
Color Harmonies of #955577
Complementary color
Monochromatic Colors of #955577
Black with #955577
Text Example
Text Example
White with #955577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955577; }
p { color: rgb(149,85,119); }
H1.HeaderClassName
{
color: #955577;
}
.AnyTagClassName
{
color: #955577;
}
</style>
background-color css
<style>
a { background-color: #955577; }
a { background-color: rgb(149,85,119); }
div.DivClassName
{
background-color: #955577;
}
.BgClassName
{
background-color: #955577;
}
</style>
border-color css
<style>
span { border-color: #955577; }
span { border-color: rgb(149,85,119); }
td.TdClassName
{
border-color: #955577;
}
.TagClassName
{
border-color: #955577;
}
</style>