#99517A

Color #99517A Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #99517A

Tints of Strikemaster #99517A

Color information

#99517A (or 0x99517A) is unknown color: approx 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

RGB15381122-
CMYK00.470.200.4
HSL325.83º30.77%45.88%-
HSV(B)325.83º47.06%60%-
XYZ19.5914.0620.09-
YUV107.2136.35160.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=42.98%
G=22.75%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538112200.470.200.4325.8330.7745.88
Hex99517A02F14281461f2e
Octal23112117205724505063756
Binary100110011010001111101001011111010010100010100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>