Shades of Strikemaster #99517A
Tints of Strikemaster #99517A
RGB
CMYK
RGB Variations
Color information
#99517A (or 0x99517A) is known color: Strikemaster. HEX triplet: 99, 51 and 7A. RGB value is (153,81,122). Sum of RGB (Red+Green+Blue) = 153+81+122=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99517A is #66AE85. Grayscale: #6B6B6B. Windows color (decimal): -6729350 or 8016281. OLE color: 8016281.
HSL color Cylindrical-coordinate representation of color #99517A: hue angle of 325.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99517A is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 122 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.4 |
| HSL | 325.83º | 0.31% | 0.46% | - |
| HSV(B) | 325.83º | 0.47% | 0.6% | - |
| XYZ | 19.59 | 14.06 | 20.09 | - |
| YUV | 107.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 122 | 0 | 0.47 | 0.20 | 0.4 | 325.83 | 0.31 | 0.46 |
| Hex | 99 | 51 | 7A | 0 | 2F | 14 | 28 | 146 | 1F | 2E |
| Octal | 231 | 121 | 172 | 0 | 57 | 24 | 50 | 506 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1111010 | 0 | 101111 | 10100 | 101000 | 101000110 | 11111 | 101110 |
Color Harmonies of #99517A
Complementary color
Monochromatic Colors of #99517A
Black with #99517A
Text Example
Text Example
White with #99517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99517A; }
p { color: rgb(153,81,122); }
H1.HeaderClassName
{
color: #99517A;
}
.AnyTagClassName
{
color: #99517A;
}
</style>
background-color css
<style>
a { background-color: #99517A; }
a { background-color: rgb(153,81,122); }
div.DivClassName
{
background-color: #99517A;
}
.BgClassName
{
background-color: #99517A;
}
</style>
border-color css
<style>
span { border-color: #99517A; }
span { border-color: rgb(153,81,122); }
td.TdClassName
{
border-color: #99517A;
}
.TagClassName
{
border-color: #99517A;
}
</style>