#965376

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

Shades of Strikemaster #965376

Tints of Strikemaster #965376

Color information

#965376 (or 0x965376) is unknown color: approx Strikemaster. HEX triplet: 96, 53 and 76. RGB value is (150,83,118). Sum of RGB (Red+Green+Blue) = 150+83+118=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965376 is #69AC89. Grayscale: #6A6A6A. Windows color (decimal): -6925450 or 7754646. OLE color: 7754646.

HSL color Cylindrical-coordinate representation of color #965376: hue angle of 328.66º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965376 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15083118-
CMYK00.450.210.41
HSL328.66º28.76%45.69%-
HSV(B)328.66º44.67%58.82%-
XYZ18.9413.9818.84-
YUV107.02134.2158.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=42.74%
G=23.65%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508311800.450.210.41328.6628.7645.69
Hex96537602D15291491d2e
Octal22612316605525515113556
Binary100101101010011111011001011011010110100110100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965376; }

 p { color: rgb(150,83,118); }

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

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

 a { background-color: rgb(150,83,118); }

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

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

 span { border-color: rgb(150,83,118); }

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