#936279

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

Shades of Strikemaster #936279

Tints of Strikemaster #936279

Color information

#936279 (or 0x936279) is unknown color: approx Strikemaster. HEX triplet: 93, 62 and 79. RGB value is (147,98,121). Sum of RGB (Red+Green+Blue) = 147+98+121=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936279 is #6C9D86. Grayscale: #737373. Windows color (decimal): -7118215 or 7955091. OLE color: 7955091.

HSL color Cylindrical-coordinate representation of color #936279: hue angle of 331.84º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936279 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14798121-
CMYK00.330.180.42
HSL331.84º20%48.04%-
HSV(B)331.84º33.33%57.65%-
XYZ19.8516.3220.19-
YUV115.27131.23150.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=40.16%
G=26.78%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479812100.330.180.42331.842048.04
Hex936279021122A14c1430
Octal22314217104122525142460
Binary100100111100010111100101000011001010101010100110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936279; }

 p { color: rgb(147,98,121); }

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

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

 a { background-color: rgb(147,98,121); }

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

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

 span { border-color: rgb(147,98,121); }

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