#97627B

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

Shades of Strikemaster #97627B

Tints of Strikemaster #97627B

Color information

#97627B (or 0x97627B) is unknown color: approx Strikemaster. HEX triplet: 97, 62 and 7B. RGB value is (151,98,123). Sum of RGB (Red+Green+Blue) = 151+98+123=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #97627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97627B is #689D84. Grayscale: #747474. Windows color (decimal): -6856069 or 8086167. OLE color: 8086167.

HSL color Cylindrical-coordinate representation of color #97627B: hue angle of 331.7º 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 #97627B is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15198123-
CMYK00.350.190.41
HSL331.7º21.29%48.82%-
HSV(B)331.7º35.1%59.22%-
XYZ20.7116.7420.88-
YUV116.7131.56152.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=40.59%
G=26.34%
B=33.06%

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
Decimal1519812300.350.190.41331.721.2948.82
Hex97627B023132914c1531
Octal22714217304323515142561
Binary100101111100010111101101000111001110100110100110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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