Shades of Strikemaster #99557B
Tints of Strikemaster #99557B
RGB
CMYK
RGB Variations
Color information
#99557B (or 0x99557B) is known color: Strikemaster. HEX triplet: 99, 55 and 7B. RGB value is (153,85,123). Sum of RGB (Red+Green+Blue) = 153+85+123=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99557B is #66AA84. Grayscale: #6D6D6D. Windows color (decimal): -6728325 or 8082841. OLE color: 8082841.
HSL color Cylindrical-coordinate representation of color #99557B: hue angle of 326.47º 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 #99557B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 123 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.4 |
| HSL | 326.47º | 0.29% | 0.47% | - |
| HSV(B) | 326.47º | 0.44% | 0.6% | - |
| XYZ | 19.96 | 14.7 | 20.52 | - |
| YUV | 109.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 123 | 0 | 0.44 | 0.20 | 0.4 | 326.47 | 0.29 | 0.47 |
| Hex | 99 | 55 | 7B | 0 | 2C | 14 | 28 | 146 | 1D | 2F |
| Octal | 231 | 125 | 173 | 0 | 54 | 24 | 50 | 506 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1111011 | 0 | 101100 | 10100 | 101000 | 101000110 | 11101 | 101111 |
Color Harmonies of #99557B
Complementary color
Monochromatic Colors of #99557B
Black with #99557B
Text Example
Text Example
White with #99557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99557B; }
p { color: rgb(153,85,123); }
H1.HeaderClassName
{
color: #99557B;
}
.AnyTagClassName
{
color: #99557B;
}
</style>
background-color css
<style>
a { background-color: #99557B; }
a { background-color: rgb(153,85,123); }
div.DivClassName
{
background-color: #99557B;
}
.BgClassName
{
background-color: #99557B;
}
</style>
border-color css
<style>
span { border-color: #99557B; }
span { border-color: rgb(153,85,123); }
td.TdClassName
{
border-color: #99557B;
}
.TagClassName
{
border-color: #99557B;
}
</style>