Shades of Strikemaster #99557D
Tints of Strikemaster #99557D
RGB
CMYK
RGB Variations
Color information
#99557D (or 0x99557D) is known color: Strikemaster. HEX triplet: 99, 55 and 7D. RGB value is (153,85,125). Sum of RGB (Red+Green+Blue) = 153+85+125=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99557D is #66AA82. Grayscale: #6D6D6D. Windows color (decimal): -6728323 or 8213913. OLE color: 8213913.
HSL color Cylindrical-coordinate representation of color #99557D: hue angle of 324.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99557D is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 125 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.4 |
| HSL | 324.71º | 0.29% | 0.47% | - |
| HSV(B) | 324.71º | 0.44% | 0.6% | - |
| XYZ | 20.09 | 14.75 | 21.19 | - |
| YUV | 109.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 125 | 0 | 0.44 | 0.18 | 0.4 | 324.71 | 0.29 | 0.47 |
| Hex | 99 | 55 | 7D | 0 | 2C | 12 | 28 | 145 | 1D | 2F |
| Octal | 231 | 125 | 175 | 0 | 54 | 22 | 50 | 505 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1111101 | 0 | 101100 | 10010 | 101000 | 101000101 | 11101 | 101111 |
Color Harmonies of #99557D
Complementary color
Monochromatic Colors of #99557D
Black with #99557D
Text Example
Text Example
White with #99557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99557D; }
p { color: rgb(153,85,125); }
H1.HeaderClassName
{
color: #99557D;
}
.AnyTagClassName
{
color: #99557D;
}
</style>
background-color css
<style>
a { background-color: #99557D; }
a { background-color: rgb(153,85,125); }
div.DivClassName
{
background-color: #99557D;
}
.BgClassName
{
background-color: #99557D;
}
</style>
border-color css
<style>
span { border-color: #99557D; }
span { border-color: rgb(153,85,125); }
td.TdClassName
{
border-color: #99557D;
}
.TagClassName
{
border-color: #99557D;
}
</style>