#97627A

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

Shades of Strikemaster #97627A

Tints of Strikemaster #97627A

Color information

#97627A (or 0x97627A) is unknown color: approx Strikemaster. HEX triplet: 97, 62 and 7A. RGB value is (151,98,122). Sum of RGB (Red+Green+Blue) = 151+98+122=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #97627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97627A is #689D85. Grayscale: #747474. Windows color (decimal): -6856070 or 8020631. OLE color: 8020631.

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

Color convert

RGB15198122-
CMYK00.350.190.41
HSL332.83º21.29%48.82%-
HSV(B)332.83º35.1%59.22%-
XYZ20.6416.7220.55-
YUV116.58131.06152.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=40.70%
G=26.42%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519812200.350.190.41332.8321.2948.82
Hex97627A023132914d1531
Octal22714217204323515152561
Binary100101111100010111101001000111001110100110100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97627A; }

 p { color: rgb(151,98,122); }

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

<style>
 a { background-color: #97627A; }

 a { background-color: rgb(151,98,122); }

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

<style>
 span { border-color: #97627A; }

 span { border-color: rgb(151,98,122); }

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