#97617B

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

Shades of Strikemaster #97617B

Tints of Strikemaster #97617B

Color information

#97617B (or 0x97617B) is unknown color: approx Strikemaster. HEX triplet: 97, 61 and 7B. RGB value is (151,97,123). Sum of RGB (Red+Green+Blue) = 151+97+123=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #97617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97617B is #689E84. Grayscale: #747474. Windows color (decimal): -6856325 or 8085911. OLE color: 8085911.

HSL color Cylindrical-coordinate representation of color #97617B: hue angle of 331.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97617B is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15197123-
CMYK00.360.190.41
HSL331.11º21.77%48.63%-
HSV(B)331.11º35.76%59.22%-
XYZ20.6116.5620.85-
YUV116.11131.89152.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=40.70%
G=26.15%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519712300.360.190.41331.1121.7748.63
Hex97617B024132914b1631
Octal22714117304423515132661
Binary100101111100001111101101001001001110100110100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97617B; }

 p { color: rgb(151,97,123); }

 H1.HeaderClassName
 {
   color: #97617B;
 }
 .AnyTagClassName
 {
   color: #97617B;
 }
</style>
background-color css

<style>
 a { background-color: #97617B; }

 a { background-color: rgb(151,97,123); }

 div.DivClassName
 {
   background-color: #97617B;
 }
 .BgClassName
 {
   background-color: #97617B;
 }
</style>
border-color css

<style>
 span { border-color: #97617B; }

 span { border-color: rgb(151,97,123); }

 td.TdClassName
 {
   border-color: #97617B;
 }
 .TagClassName
 {
   border-color: #97617B;
 }
</style>