#965176

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

Shades of Strikemaster #965176

Tints of Strikemaster #965176

Color information

#965176 (or 0x965176) is unknown color: approx Strikemaster. HEX triplet: 96, 51 and 76. RGB value is (150,81,118). Sum of RGB (Red+Green+Blue) = 150+81+118=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965176 is #69AE89. Grayscale: #696969. Windows color (decimal): -6925962 or 7754134. OLE color: 7754134.

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

Color convert

RGB15081118-
CMYK00.460.210.41
HSL327.83º29.87%45.29%-
HSV(B)327.83º46%58.82%-
XYZ18.7913.6818.79-
YUV105.85134.86159.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=42.98%
G=23.21%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508111800.460.210.41327.8329.8745.29
Hex96517602E15291481e2d
Octal22612116605625515103655
Binary100101101010001111011001011101010110100110100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965176; }

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

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

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

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

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

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

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

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