#965276

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

Shades of Strikemaster #965276

Tints of Strikemaster #965276

Color information

#965276 (or 0x965276) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 76. RGB value is (150,82,118). Sum of RGB (Red+Green+Blue) = 150+82+118=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965276 is #69AD89. Grayscale: #6A6A6A. Windows color (decimal): -6925706 or 7754390. OLE color: 7754390.

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

Color convert

RGB15082118-
CMYK00.450.210.41
HSL328.24º29.31%45.49%-
HSV(B)328.24º45.33%58.82%-
XYZ18.8613.8318.81-
YUV106.44134.53159.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=42.86%
G=23.43%
B=33.71%

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
Decimal1508211800.450.210.41328.2429.3145.49
Hex96527602D15291481d2d
Octal22612216605525515103555
Binary100101101010010111011001011011010110100110100100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965276; }

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

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

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

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

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

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

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

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