Shades of Strikemaster #99537A
Tints of Strikemaster #99537A
RGB
CMYK
RGB Variations
Color information
#99537A (or 0x99537A) is known color: Strikemaster. HEX triplet: 99, 53 and 7A. RGB value is (153,83,122). Sum of RGB (Red+Green+Blue) = 153+83+122=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99537A is #66AC85. Grayscale: #6C6C6C. Windows color (decimal): -6728838 or 8016793. OLE color: 8016793.
HSL color Cylindrical-coordinate representation of color #99537A: hue angle of 326.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99537A is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 122 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.4 |
| HSL | 326.57º | 0.3% | 0.46% | - |
| HSV(B) | 326.57º | 0.46% | 0.6% | - |
| XYZ | 19.74 | 14.36 | 20.14 | - |
| YUV | 108.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 122 | 0 | 0.46 | 0.20 | 0.4 | 326.57 | 0.3 | 0.46 |
| Hex | 99 | 53 | 7A | 0 | 2E | 14 | 28 | 147 | 1E | 2E |
| Octal | 231 | 123 | 172 | 0 | 56 | 24 | 50 | 507 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1111010 | 0 | 101110 | 10100 | 101000 | 101000111 | 11110 | 101110 |
Color Harmonies of #99537A
Complementary color
Monochromatic Colors of #99537A
Black with #99537A
Text Example
Text Example
White with #99537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99537A; }
p { color: rgb(153,83,122); }
H1.HeaderClassName
{
color: #99537A;
}
.AnyTagClassName
{
color: #99537A;
}
</style>
background-color css
<style>
a { background-color: #99537A; }
a { background-color: rgb(153,83,122); }
div.DivClassName
{
background-color: #99537A;
}
.BgClassName
{
background-color: #99537A;
}
</style>
border-color css
<style>
span { border-color: #99537A; }
span { border-color: rgb(153,83,122); }
td.TdClassName
{
border-color: #99537A;
}
.TagClassName
{
border-color: #99537A;
}
</style>