Shades of Strikemaster #99577C
Tints of Strikemaster #99577C
RGB
CMYK
RGB Variations
Color information
#99577C (or 0x99577C) is known color: Strikemaster. HEX triplet: 99, 57 and 7C. RGB value is (153,87,124). Sum of RGB (Red+Green+Blue) = 153+87+124=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99577C is #66A883. Grayscale: #6E6E6E. Windows color (decimal): -6727812 or 8148889. OLE color: 8148889.
HSL color Cylindrical-coordinate representation of color #99577C: hue angle of 326.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99577C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 124 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.4 |
| HSL | 326.36º | 0.28% | 0.47% | - |
| HSV(B) | 326.36º | 0.43% | 0.6% | - |
| XYZ | 20.18 | 15.04 | 20.91 | - |
| YUV | 110.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 124 | 0 | 0.43 | 0.19 | 0.4 | 326.36 | 0.28 | 0.47 |
| Hex | 99 | 57 | 7C | 0 | 2B | 13 | 28 | 146 | 1C | 2F |
| Octal | 231 | 127 | 174 | 0 | 53 | 23 | 50 | 506 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1111100 | 0 | 101011 | 10011 | 101000 | 101000110 | 11100 | 101111 |
Color Harmonies of #99577C
Complementary color
Monochromatic Colors of #99577C
Black with #99577C
Text Example
Text Example
White with #99577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99577C; }
p { color: rgb(153,87,124); }
H1.HeaderClassName
{
color: #99577C;
}
.AnyTagClassName
{
color: #99577C;
}
</style>
background-color css
<style>
a { background-color: #99577C; }
a { background-color: rgb(153,87,124); }
div.DivClassName
{
background-color: #99577C;
}
.BgClassName
{
background-color: #99577C;
}
</style>
border-color css
<style>
span { border-color: #99577C; }
span { border-color: rgb(153,87,124); }
td.TdClassName
{
border-color: #99577C;
}
.TagClassName
{
border-color: #99577C;
}
</style>