Shades of Strikemaster #997383
Tints of Strikemaster #997383
RGB
CMYK
RGB Variations
Color information
#997383 (or 0x997383) is known color: Strikemaster. HEX triplet: 99, 73 and 83. RGB value is (153,115,131). Sum of RGB (Red+Green+Blue) = 153+115+131=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997383 is #668C7C. Grayscale: #808080. Windows color (decimal): -6720637 or 8614809. OLE color: 8614809.
HSL color Cylindrical-coordinate representation of color #997383: hue angle of 334.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997383 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 131 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.4 |
| HSL | 334.74º | 0.16% | 0.53% | - |
| HSV(B) | 334.74º | 0.25% | 0.6% | - |
| XYZ | 23.36 | 20.67 | 24.23 | - |
| YUV | 128.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 131 | 0 | 0.25 | 0.14 | 0.4 | 334.74 | 0.16 | 0.53 |
| Hex | 99 | 73 | 83 | 0 | 19 | E | 28 | 14F | 10 | 35 |
| Octal | 231 | 163 | 203 | 0 | 31 | 16 | 50 | 517 | 20 | 65 |
| Binary | 10011001 | 1110011 | 10000011 | 0 | 11001 | 1110 | 101000 | 101001111 | 10000 | 110101 |
Color Harmonies of #997383
Complementary color
Monochromatic Colors of #997383
Black with #997383
Text Example
Text Example
White with #997383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997383; }
p { color: rgb(153,115,131); }
H1.HeaderClassName
{
color: #997383;
}
.AnyTagClassName
{
color: #997383;
}
</style>
background-color css
<style>
a { background-color: #997383; }
a { background-color: rgb(153,115,131); }
div.DivClassName
{
background-color: #997383;
}
.BgClassName
{
background-color: #997383;
}
</style>
border-color css
<style>
span { border-color: #997383; }
span { border-color: rgb(153,115,131); }
td.TdClassName
{
border-color: #997383;
}
.TagClassName
{
border-color: #997383;
}
</style>